body {
	background: #fff;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
}
input:focus, select:focus {
	outline: none !important;
}
a:focus {
	outline: none !important;
}
*:focus {
	outline: none !important;
}
img {
	max-width: 100%;
	height: 0 auto;
}
.landing-header {
	background: #fff;
	position: fixed;
	top: 0;
	padding: 18px 0 15px;
	width: 100%;
	z-index: 9999;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-header.sticky {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	padding: 10px 0 8px;
}
.landing-top-contact {
	margin-top: 15px;
	text-align: right;
}
.landing-top-contact ul {
	float: right;
	margin: 0;
	padding: 0;
}
.landing-top-contact ul li {
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
}
.landing-top-contact ul li::before {
	background: #a3a3a3;
	content: "";
	position: absolute;
	top: 2px;
	left: -3px;
	height: 25px;
	width: 1px;
}
.landing-top-contact ul li:first-child::before {
	display: none;
}
.landing-top-contact ul li img {
	margin-right: 2px;
}
.landing-top-contact ul li a {
	color: #232323;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-top-contact ul li a:hover {
	color: #740000;
}
.landing-top-contact ul li.landing-top-call {
	color: #434343;
	font-size: 18px;
	font-weight: 600;
}
.landing-top-contact ul li.landing-top-call a {
	color: #434343;
	font-size: 18px;
	font-weight: 600;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-top-contact ul li.landing-top-call a:hover {
	color: #740000;
}
.landing-top-btn {
	margin-top: 6px;
	padding-left: 0;
	text-align: right;
}
.landing-top-btn a {
	background: #740000;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 11px 10px 11px 14px;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-top-btn a:hover {
	background: #323232;
	color: #fff;
}
.landing-top-btn a img {
	margin: 0 0 0 4px;
}
.landing-fixed-call {
	transform: rotate(-90deg);
	position: fixed;
	top: 35%;
	right: -37px;
	z-index: 9999;
}
.landing-fixed-call a {
	background: #cd0808;
	border-radius: 3px 3px 0 0;
	color: #fff;
	display: inline-block;
	font-size: 19px;
	font-weight: 600;
	padding: 10px 18px;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-fixed-call a:hover {
	background: #353535;
	color: #fff;
}
.landing-banner {
	background: rgba(0, 0, 0, 0) url("../images/banner-bg-L.jpg") no-repeat scroll 0 0;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 97px;
	padding: 0 0 35px;
	position: relative;
	z-index: 9;
}
.landing-banner-left {
	margin-bottom: 25px;
	padding-top: 115px;
}
.landing-banner-heading {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.landing-banner-text {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}
.landing-banner-details {
	margin-bottom: 25px;
}
.landing-banner-details ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.landing-banner-details ul li {
	background: rgba(0, 0, 0, 0) url("../images/tick-icon-L.png") no-repeat scroll 0 7px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 6px;
	padding-left: 25px;
}
.landing-banner-btn {
}
.landing-banner-btn a {
	background: #fff;
	border-radius: 3px;
	color: #c71616;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 11px 10px 11px 14px;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-banner-btn a:hover {
	background: #fff;
	color: #c71616;
}
.landing-banner-btn a img {
	margin: 0 0 0 4px;
}
.landing-banner-right {
	padding-top: 115px;
}
.landing-banner-right-inner {
}
.landing-banner-right-heading {
	background: #740000;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	padding: 15px 0 0;
	position: relative;
}
/*.landing-banner-right-inner-triangle {
    border-top: 30px solid #740000;
    border-left: 14vw solid transparent;
    border-right: 12vw solid transparent;
    width: 0;
    height: 0;
    bottom: -30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}*/
.landing-banner-right-heading::before {
	background: rgba(0, 0, 0, 0) url("../images/angle-L.png") no-repeat scroll center bottom;
	content: "";
	position: absolute;
	bottom: -31px;
	width: 100%;
	left: 0;
	height: 31px;/*border-bottom: 30px solid transparent;
	border-right: 175px solid #740000;
	content: "";
	left: 0;
	position: absolute;
	bottom: -30px;*/
}
/*.landing-banner-right-heading::after {
	border-bottom: 30px solid transparent;
	border-left: 175px solid #740000;
	content: "";
	right: 0;
	position: absolute;
	bottom: -30px;
}*/
.landing-banner-right-form {
	background: #fff;
	padding: 50px 30px 25px;
}
.quote-form-L {
	margin-bottom: 10px;
}
.quote-form-L input {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #cacaca;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	height: 35px;
	padding: 10px 0;
	width: 100%;
}
.quote-form-L input::placeholder {
 color: rgba(0, 0, 0, 0.65);
 font-size: 13px;
}
.quote-form-L textarea {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #cacaca;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	height: 85px;
	padding: 10px 0;
	width: 100%;
}
.quote-form-L textarea::placeholder {
 color: rgba(0, 0, 0, 0.65);
 font-size: 13px;
}
.quote-form-L-btn input {
	background: #232323 !important;
	border-radius: 3px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	padding: 9px 18px !important;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.quote-form-L-btn input:hover {
	background: #cd0808 !important;
}
.quote-form-L input:focus, .quote-form-L textarea:focus {
	border: none !important;
	border-bottom: 1px solid #cacaca !important;
}
.landing-banner-right-form span.wpcf7-not-valid-tip {
	font-size: 12px !important;
	font-weight: 500 !important;
}
.landing-banner-right-form div.wpcf7-response-output {
	margin: 5px 0 0 !important;
	padding: 0 5px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
}
.landing-banner-image {
	position: absolute;
	bottom: 0;
	left: 18%;
	z-index: -9;
}
.landing-about {
	padding: 75px 0 35px;
}
.landing-about-image {
	margin-bottom: 30px;
}
.landing-about-image iframe {
	margin-bottom: 0;
}
.landing-about-right {
	padding-left: 10px;
}
.landing-about-heading {
	color: #353535;
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 10px;
}
.red-text {
	color: #cd0808;
}
.landing-about-details {
	color: #353535;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
	text-align: justify;
}
.landing-service {
	background: rgba(0, 0, 0, 0) url("../images/landing-service-bg.jpg") no-repeat fixed 0 0;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 35px 0 40px;
}
.landing-service-heading {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.landing-service-item {
	margin-bottom: 30px;
	padding: 0 10px;
}
.landing-service-item-inner {
	background: #fff;
	height: 100%;
	padding: 30px 12px;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-service-item-icon {
	background: #f0f0f0;
	border-radius: 50%;
	height: 91px;
	line-height: 80px;
	margin: 0 auto 15px;
	text-align: center;
	width: 91px;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-service-item-heading {
	color: #272727;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 20px;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-service-item-details {
	color: #272727;
	font-size: 15px;
	height: 90px;
	margin-bottom: 15px;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-service-item-btn a {
	background: #cd0808;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	padding: 9px 17px;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-service-item-btn a:hover {
	background: #cd0808;
}
.landing-service-item:hover .landing-service-item-inner {
	background: #cd0808;
}
.landing-service-item:hover .landing-service-item-icon {
	background: #fff;
}
.landing-service-item:hover .landing-service-item-heading, .landing-service-item:hover .landing-service-item-details {
	color: #fff;
}
.landing-service-item:hover .landing-service-item-btn a, .landing-service-item:hover .landing-service-item-btn a:hover {
	background: #fff;
	color: #cd0808;
}
.landing-info {
	padding: 65px 0 45px;
}
.landing-info-heading {
	color: #282929;
	font-size: 23px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 30px;
}
.landing-info-icon {
	margin-bottom: 30px;
}
.landing-info-icon-inner {
	background: #000;
	border-radius: 50%;
	height: 91px;
	line-height: 91px;
	margin: 0 auto;
	text-align: center;
	width: 91px;
}
.landing-info-text {
	color: #cd0808;
	font-size: 26px;
	font-weight: 600;
}
.landing-info-text a {
	color: #2a2a2a;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-info-text a:hover {
	color: #cd0808;
}
.landing-download-video {
	background: rgba(0, 0, 0, 0) url("../images/download-video-bg-L.jpg") no-repeat scroll 0 0;
	-moz-background-size: 100%;
	-ms-background-size: 100%;
	-o-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	padding: 75px 0 180px;
}
.landing-download-heading {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}
.landing-download-btn {
}
.landing-download-btn a {
	background: #fff;
	border-radius: 3px;
	color: #cd0808;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 12px;
	margin: 0 3px 20px 0;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-download-btn a:hover {
	background: #cd0808;
	color: #fff;
}
.landing-download-btn a.landing-pdf-2 {
	background: #cd0808;
	color: #fff;
}
.landing-download-btn a.landing-pdf-2:hover {
	background: #fff;
	color: #cd0808;
}
.landing-video {
	text-align: right;
}
.landing-product {
	margin-bottom: 15px;
}
.landing-product-part {
	margin-top: -145px;
}
.landing-product-part-inner {
	background: #cd0808;
}
.landing-product-heading {
	border-bottom: 1px solid #d14646;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	padding: 15px;
}
.landing-product-item {
	border-right: 1px solid #d14646;
	padding: 35px 30px 40px;
}
.landing-product-item:last-child {
	border-right: none;
}
.landing-product-item img {
	margin-bottom: 15px;
}
.landing-product-item-heading {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	line-height: 22px;
	height: 72px;
}
.landing-product-item-heading::before {
	background: #fff;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 20px;
	width: 1px;
}
.landing-product-item-details {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	height: 65px;
	line-height: 20px;
}
.landing-product-item-price {
	background: #fff;
	border-radius: 3px;
	color: #cd0808;
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	padding: 10px 25px;
}
.landing-product-item-price sub {
	bottom: 0;
	font-size: 15px;
	top: 0;
}
.landing-testimonial {
	background: rgba(0, 0, 0, 0) url("../images/testimonial-bg-L.jpg") no-repeat scroll 0 0;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 35px 0 85px;
}
.landing-testimonial-heading {
	color: #333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.landing-testimonial-icon {
	margin-bottom: 25px;
}
.landing-testimonial-inner {
	margin-bottom: 55px;
	padding: 0 70px;
}
.landing-google-review {
	color: #323232;
	font-size: 15px;
	font-weight: 500;
}
.landing-google-review a {
	color: #323232;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-google-review a:hover {
	color: #cd0808;
}
.landing-google-review img {
	margin-bottom: 5px;
}
.landing-footer {
	background: #171717;
}
.landing-footer-logo {
	margin-top: -65px;
	margin-bottom: 15px;
}
.landing-license-no {
	color: #fff;
	font-size: 13px;
	margin-bottom: 15px;
}
.landing-license-no ul {
	margin: 0;
	padding: 0;
}
.landing-license-no ul li {
	display: inline-block;
	padding: 0 10px;
	position: relative;
}
.landing-license-no ul li::before {
	background: #fff;
	content: "";
	position: absolute;
	top: 4px;
	right: -3px;
	height: 12px;
	width: 2px;
}
.landing-license-no ul li:last-child::before {
	display: none;
}
.landing-license-no ul li a {
	color: #fff;
	text-decoration: none;
}
.landing-license-no ul li a:hover {
	color: #fff;
}
.landing-license-no a, .landing-license-no a:hover {
	color: #fff;
	text-decoration: none;
}
.landing-footer-social {
	margin-bottom: 15px;
}
.landing-footer-social ul {
	margin: 0;
	padding: 0;
}
.landing-footer-social ul li {
	display: inline-block;
	margin: 0 3px;
}
.landing-footer-social ul li .fa {
	background: #fff;
	border-radius: 50%;
	color: #171717;
	font-size: 22px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
}
.landing-footer-social ul li .fa:hover {
	background: #cd0808;
	color: #fff;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-border-inner {
	border-top: 1px solid #5a5a5a;
}
.landing-footer-bottom {
	padding: 20px 0;
}
.landing-footer-copyright {
	color: #fff;
	font-size: 13px;
}
.landing-footer-copyright a {
	color: #fff;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-footer-copyright a:hover {
	color: #cd0808;
}
.page .entry-header {
	background: rgba(0, 0, 0, 0) url("../images/banner-bg-L.jpg") no-repeat scroll 0 0;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	height: 300px;
	margin-top: 97px !important;
	margin-bottom: 50px !important;
}
.page .entry-title {
	position: absolute;
	top: 125px;
	text-align: center;
	width: 100%;
	color: #fff;
}
.page .breadcrumb-container {
	position: absolute;
	top: 160px;
	text-align: center;
	width: 100%;
	z-index: 9;
}
.thankyou-content {
	font-size: 24px;
	font-weight: bold;
}
.thankyou-image {
	margin: 0 0 15px;
}
.thankyou-btn a {
	background: #cd0808;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 35px 13px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thankyou-btn a:hover {
	background: #353535;
	color: #fff;
}
.error404 #content {
	margin: 185px 0 100px;
}
.landing-mobile-top-contact {
	display: none;
}
.landing-mobile-bottom {
	display: none;
}

@media only screen and (max-width : 320px) {
.landing-fixed-call {
	display: none;
}
.landing-mobile-bottom {
	display: block;
}
.landing-mobile-bottom {
	background: #fff;
	bottom: 0;
	padding: 2px 1px;
	position: fixed;
	width: 100%;
	z-index: 9999;
}
.landing-mobile-btn-1 {
	float: left;
	padding: 0 1px;
	width: 50%;
}
.landing-mobile-btn-1 a {
	background: #740000;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 11px 0;
	width: 100%;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-mobile-btn-1 a:hover {
	background: #740000;
	color: #fff;
}
.landing-mobile-btn-1 a img {
	margin: 0 0 0 2px;
}
.landing-mobile-btn-2 {
	float: left;
	padding: 0 1px;
	width: 50%;
}
.landing-mobile-btn-2 a {
	background: #cd0808;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 11px 0;
	width: 100%;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-mobile-btn-2 a:hover {
	background: #cd0808;
	color: #fff;
}
.landing-header {
	padding: 10px 0;
	/*position: static;*/
}
.landing-header.sticky {
	padding: 10px 0;
}
.landing-logo img {
	width: 120px;
}
.landing-top-contact {
	display: none;
}
.landing-mobile-top-contact {
	display: block;
	margin-top: 5px;
	text-align: right;
}
.landing-mobile-top-contact ul {
	margin: 0;
	padding: 0;
}
.landing-mobile-top-contact ul li {
	display: inline-block;
	margin: 0 10px;
}
.landing-mobile-top-contact ul li img {
	width: 25px;
}
.landing-top-btn {
	text-align: center;
}
.landing-banner {
	margin-top: 59px;
	padding: 0;
}
.landing-banner-left {
	padding-top: 25px;
	margin-bottom: -45px;
}
.landing-banner-heading {
	line-height: 25px;
	margin-bottom: 10px;
	font-size: 18px;
}
.landing-banner-text {
	font-size: 16px;
	line-height: 20px;
}
.landing-banner-details {
    margin-bottom: 0;
}
.landing-banner-details ul li {
	font-size: 13px;
}
.landing-banner-right {
	margin-bottom: 25px;
	padding-top: 70px;
}
.landing-banner-right-heading {
	font-size: 18px;
	line-height: 20px;
}
/*.landing-banner-right-heading::after {
	border-left: 145px solid #740000;
}
.landing-banner-right-heading::before {
	border-right: 145px solid #740000;
}*/
.landing-banner-image {
	position: static;
}
.landing-about {
	padding: 45px 0 35px;
}
.landing-about-image iframe {
	height: 165px;
}
.landing-about-heading {
	font-size: 19px;
	line-height: 26px;
}
.landing-service-heading {
	font-size: 22px;
}
.landing-info {
	padding: 45px 0;
}
.landing-info-heading {
	font-size: 17px;
	line-height: 26px;
}
.landing-info-text {
	font-size: 20px;
}
.landing-info-text a {
	display: block;
}
.landing-download-video {
	background-size: cover;
	padding: 35px 0 180px;
	text-align: center;
}
.landing-download-heading {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
.landing-video {
	text-align: center;
}
/*.html5-elem-wrap {
    height: 250px !important;
}
.lightboxcontainer iframe {
    height: 235px;
}*/
.landing-service-item-details {
	height: auto;
}
.landing-product-item {
	border-right: none;
	border-bottom: 1px solid #d14646;
}
.landing-product-heading {
	font-size: 25px;
}
.landing-product-item-heading {
	height: auto;
	font-size: 17px;
}
.landing-product-item-price {
	font-size: 16px;
}
.landing-product-item-price sub {
	font-size: 13px;
	top: 0;
}
.landing-product-item-details {
	height: auto;
	font-size: 13px;
}
.landing-testimonial-inner {
	padding: 0 15px;
}
.landing-testimonial-heading {
	font-size: 22px;
}
.landing-license-no ul li {
	display: block;
}
.landing-license-no ul li::before {
	display: none;
}
.landing-footer-bottom {
	padding: 20px 0 55px;
}
.page .entry-header {
	height: 170px;
}
.page .entry-title {
	top: 60px;
}
.page .breadcrumb-container {
	top: 95px;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.landing-fixed-call {
	display: none;
}
.landing-mobile-bottom {
	display: block;
}
.landing-mobile-bottom {
	background: #fff;
	bottom: 0;
	padding: 2px 1px;
	position: fixed;
	width: 100%;
	z-index: 9999;
}
.landing-mobile-btn-1 {
	float: left;
	padding: 0 1px;
	width: 50%;
}
.landing-mobile-btn-1 a {
	background: #740000;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 11px 0;
	width: 100%;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-mobile-btn-1 a:hover {
	background: #740000;
	color: #fff;
}
.landing-mobile-btn-1 a img {
	margin: 0 0 0 2px;
}
.landing-mobile-btn-2 {
	float: left;
	padding: 0 1px;
	width: 50%;
}
.landing-mobile-btn-2 a {
	background: #cd0808;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 11px 0;
	width: 100%;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-mobile-btn-2 a:hover {
	background: #cd0808;
	color: #fff;
}
.landing-header {
	padding: 10px 0;
	/*position: static;*/
}
.landing-header.sticky {
	padding: 10px 0;
}
.landing-logo img {
	width: 120px;
}
.landing-top-contact {
	margin-top: 10px;
	text-align: center;
	display: none;
}
/*.landing-top-contact ul {
    float: none;
}
.landing-top-contact ul li {
    display: block;
    margin-left: 0;
    padding-left: 0;
}
.landing-top-contact ul li::before {
    display: none;
}*/
.landing-mobile-top-contact {
	display: block;
	margin-top: 5px;
	text-align: right;
}
.landing-mobile-top-contact ul {
	margin: 0;
	padding: 0;
}
.landing-mobile-top-contact ul li {
	display: inline-block;
	margin: 0 10px;
}
.landing-mobile-top-contact ul li img {
	width: 27px;
}
.landing-top-btn {
	text-align: center;
}
.landing-banner {
	margin-top: 59px;
	padding: 0;
}
.landing-banner-left {
	padding-top: 25px;
	margin-bottom: -45px;
}
.landing-banner-heading {
	line-height: 25px;
	margin-bottom: 10px;
	font-size: 20px;
}
.landing-banner-text {
	font-size: 16px;
}
.landing-banner-details ul li {
	font-size: 14px;
}
.landing-banner-right {
	margin-bottom: 25px;
	padding-top: 70px;
}
/*.landing-banner-right-heading::after {
	border-left: 165px solid #740000;
}
.landing-banner-right-heading::before {
	border-right: 165px solid #740000;
}*/
.landing-banner-image {
	position: static;
}
.landing-about {
	padding: 45px 0 35px;
}
.landing-about-heading {
	font-size: 22px;
	line-height: 28px;
}
.landing-service-heading {
	font-size: 25px;
}
.landing-info {
	padding: 45px 0;
}
.landing-info-heading {
	font-size: 18px;
	line-height: 26px;
}
.landing-info-text {
	font-size: 22px;
}
.landing-info-text a {
	display: block;
}
.landing-video {
	text-align: center;
}
.landing-about-image iframe {
	height: 190px;
}
/*.html5-elem-wrap {
    height: 250px !important;
}
.lightboxcontainer iframe {
    height: 235px;
}*/
.landing-service-item-details {
	height: auto;
}
.landing-download-video {
	background-size: cover;
	padding: 35px 0 180px;
	text-align: center;
}
.landing-download-heading {
	margin-bottom: 20px;
	line-height: 30px;
	font-size: 22px;
}
.landing-product-item {
	border-right: none;
	border-bottom: 1px solid #d14646;
}
.landing-product-heading {
	font-size: 25px;
}
.landing-product-item-heading {
	height: auto;
	font-size: 17px;
}
.landing-product-item-details {
	height: auto;
	font-size: 14px;
}
.landing-testimonial-inner {
	padding: 0 15px;
}
.landing-testimonial-heading {
	font-size: 25px;
}
.landing-license-no ul li {
	display: block;
}
.landing-license-no ul li::before {
	display: none;
}
.landing-footer-bottom {
	padding: 20px 0 60px;
}
.page .entry-header {
	height: 170px;
}
.page .entry-title {
	top: 60px;
}
.page .breadcrumb-container {
	top: 95px;
}
.landing-product-item-price {
	font-size: 20px;
}
.landing-product-item-price sub {
	font-size: 13px;
	top: 0;
}
}

/* 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) {
.landing-banner {
    margin-top: 105px !important;
}
.landing-banner-right {
    padding-top: 105px !important;
    margin-top: -15px;
}
.landing-banner-left {
    padding-top: 85px !important;
}
.landing-top-contact {
	margin-top: 0;
}
.landing-top-contact ul li {
	display: block;
	margin: 0 0 10px;
	padding-left: 0;
}
.landing-top-contact ul li::before {
	display: none;
}
.landing-banner-heading {
	font-size: 24px;
}
.landing-banner-text {
	font-size: 18px;
}
.landing-banner-details ul li {
	font-size: 14px;
}
/*.landing-banner-right-heading::after {
	border-left: 135px solid #740000;
}
.landing-banner-right-heading::before {
	border-right: 135px solid #740000;
}*/
.landing-about-image {
	padding: 0 90px;
}
.landing-about-right {
	padding-left: 15px;
	text-align: center;
}
.landing-about-heading {
	padding: 0 65px;
}
.landing-service-heading {
	text-align: center;
}
.landing-info-text a {
	display: block;
}
.landing-download-video {
	background-size: cover;
	padding: 45px 0 180px;
}
.landing-download {
	text-align: center;
}
.landing-download-heading {
	font-size: 26px;
}
.landing-product-item-details {
    font-size: 13px !important;
    height: 100px !important;
}
.landing-product-item-price {
	font-size: 20px;
	padding: 10px 15px;
}
.landing-product-item-price sub {
	font-size: 13px;
	top: 0;
}
.landing-banner-image {
	left: 7%;
}
}

/* 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) {
.landing-banner {
    margin-top: 105px !important;
}
.landing-banner-right {
    padding-top: 100px !important;
    margin-top: -25px !important;
}
.landing-top-contact {
	margin-top: 0;
}
.landing-top-contact ul li {
	display: block;
	margin: 0 0 10px;
	padding-left: 0;
}
.landing-top-contact ul li::before {
	display: none;
}
.landing-banner-heading {
	font-size: 24px;
}
.landing-banner-text {
	font-size: 18px;
}
.landing-banner-details ul li {
	font-size: 14px;
}
/*.landing-banner-right-heading::after {
	border-left: 135px solid #740000;
}
.landing-banner-right-heading::before {
	border-right: 135px solid #740000;
}*/
.landing-about-image {
	padding: 0 90px;
}
.landing-about-right {
	padding-left: 15px;
	text-align: center;
}
.landing-about-heading {
	padding: 0 65px;
}
.landing-service-heading {
	text-align: center;
}
.landing-info-text a {
	display: block;
}
.landing-download-video {
	background-size: cover;
	padding: 45px 0 180px;
}
.landing-download {
	text-align: center;
}
.landing-download-heading {
	font-size: 26px;
}
.landing-product-item-details {
    font-size: 13px !important;
    height: 100px !important;
}
.landing-product-item-price {
	font-size: 20px;
	padding: 10px 15px;
}
.landing-product-item-price sub {
	font-size: 13px;
	top: 0;
}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.landing-fixed-call {
	display: none;
}
.landing-mobile-bottom {
	display: block;
}
.landing-mobile-bottom {
	background: #fff;
	bottom: 0;
	padding: 2px 1px;
	position: fixed;
	width: 100%;
	z-index: 9999;
}
.landing-mobile-btn-1 {
	float: left;
	padding: 0 1px;
	width: 50%;
}
.landing-mobile-btn-1 a {
	background: #740000;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 11px 0;
	width: 100%;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-mobile-btn-1 a:hover {
	background: #740000;
	color: #fff;
}
.landing-mobile-btn-1 a img {
	margin: 0 0 0 2px;
}
.landing-mobile-btn-2 {
	float: left;
	padding: 0 1px;
	width: 50%;
}
.landing-mobile-btn-2 a {
	background: #cd0808;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 11px 0;
	width: 100%;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing-mobile-btn-2 a:hover {
	background: #cd0808;
	color: #fff;
}
.landing-header {
	padding: 10px 0;
	/*position: static;*/
}
.landing-header.sticky {
	padding: 10px 0;
}
.landing-logo img {
	width: 120px;
}
.landing-top-contact {
	margin-top: 10px;
	text-align: center;
	display: none;
}
.landing-top-contact ul {
	float: none;
}
.landing-top-contact ul li {
	margin: 0 5px;
	padding: 0 5px;
}
.landing-top-btn {
	text-align: center;
	display: none !important;
}
.landing-mobile-top-contact {
	display: block;
	margin-top: 5px;
	text-align: right;
}
.landing-mobile-top-contact ul {
	margin: 0;
	padding: 0;
}
.landing-mobile-top-contact ul li {
	display: inline-block;
	margin: 0 10px;
}
.landing-mobile-top-contact ul li img {
	width: 27px;
}
.landing-banner {
	margin: 59px 0 0 !important;
	padding: 0;
}
.landing-banner-left {
	padding-top: 25px !important;
	margin-bottom: -45px;
}
.landing-banner-heading {
	line-height: 30px;
	margin-bottom: 10px;
}
.landing-banner-right {
	margin-bottom: 25px;
	padding-top: 70px;
}
/*.landing-banner-right-heading::after {
	border-left: 255px solid #740000;
}
.landing-banner-right-heading::before {
	border-right: 255px solid #740000;
}*/
.landing-banner-image {
	position: static;
}
.landing-about {
	padding: 45px 0 35px;
}
.landing-service-item {
	float: left;
	width: 50%;
}
.landing-service-item-details {
	height: 95px;
}
.landing-info {
	padding: 45px 0;
}
.landing-download-video {
	background-size: cover;
	padding: 35px 0 180px;
	text-align: center;
}
.landing-download-heading {
	margin-bottom: 20px;
	line-height: 30px;
}
.landing-video {
	text-align: center;
}
/*#html5-lightbox-box {
    width: 400px !important;
}
.html5-elem-wrap {
    width: 100% !important;
}*/
.landing-product-item-heading {
	height: auto;
}
.landing-product-item-details {
	height: auto !important;
}
.landing-product-item {
	border-right: none;
	border-bottom: 1px solid #d14646;
}
.landing-testimonial-inner {
	padding: 0 15px;
}
.landing-license-no ul li {
	display: block;
}
.landing-license-no ul li::before {
	display: none;
}
.landing-footer-bottom {
	padding: 20px 0 55px;
}
.page .entry-header {
	height: 170px;
}
.page .entry-title {
	top: 60px;
}
.page .breadcrumb-container {
	top: 95px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.landing-header.sticky {
	padding: 18px 0 15px;
}
.landing-top-contact {
	margin-top: 0;
	text-align: left;
}
.landing-top-contact ul {
	float: none;
}
.landing-top-contact ul li::before {
	display: none;
}
.landing-top-contact ul li {
	display: block;
	margin: 0 0 5px;
	padding-left: 0;
}
.landing-top-btn a {
	padding: 11px 8px 11px 8px;
}
.landing-banner {
	padding: 0 0 50px;
	margin-top: 97px;
}
.landing-banner-left {
	padding-top: 55px;
}
.landing-banner-heading {
	font-size: 24px;
}
.landing-banner-text {
	font-size: 18px;
}
.landing-banner-details ul li {
	font-size: 15px;
}
.landing-banner-right {
    padding-top: 105px;
    margin-top: -55px;
}
/*.landing-banner-right-heading::after {
	border-left: 135px solid #740000;
}
.landing-banner-right-heading::before {
	border-right: 135px solid #740000;
}*/
.landing-banner-image {
	left: 5%;
}
.landing-banner-image img {
	width: 60%;
}
.landing-about-image {
	padding: 0 95px;
}
.landing-about-image iframe {
	height: 275px;
}
.landing-about-right {
	padding-left: 15px;
	text-align: center;
}
.landing-service-heading {
	text-align: center;
}
.landing-service-item-inner {
	padding: 30px 40px;
}
.landing-info-text a {
	display: block;
}
.landing-download-video {
	background-size: cover;
	padding: 55px 0 190px;
}
.landing-download {
	text-align: center;
}
.landing-download-heading {
	font-size: 26px;
}
.landing-product-item-heading {
	font-size: 17px;
	line-height: 18px;
	height: 80px;
}
.landing-product-item-details {
	font-size: 13px;
	height: 80px;
	line-height: 15px;
}
.landing-product-item-price {
	font-size: 22px;
	padding: 10px 15px;
}
.landing-product-item-price sub {
	font-size: 13px;
	top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.landing-top-btn {
	margin-top: 8px;
}
.landing-top-btn a {
	font-size: 14px;
	padding: 11px 6px 11px 8px;
}
.landing-top-btn a img {
	margin: 0 0 0 2px;
}
.landing-banner {
	padding: 0 0 80px;
}
.landing-banner-left {
	padding-top: 75px;
}
.landing-banner-right {
    padding-top: 95px;
    margin-top: -20px;
}
/*.landing-banner-right-heading::after {
	border-left: 145px solid #740000;
}
.landing-banner-right-heading::before {
	border-right: 145px solid #740000;
}*/
.landing-banner-image {
	left: 12%;
}
.landing-banner-image img {
	width: 70%;
}
.landing-about-heading {
	font-size: 28px;
	line-height: 30px;
}
.landing-about-details {
	line-height: 18px;
}
.landing-service-item-heading {
	font-size: 15px;
}
.landing-service-item-details {
	font-size: 14px;
	height: 85px;
}
.landing-product-item-heading {
	line-height: 20px;
	height: 85px;
}
.landing-product-item-details {
	font-size: 15px;
	height: 80px;
	line-height: 19px;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.landing-banner-image {
	left: 12%;
}
}

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.landing-top-btn {
	margin-top: 9px;
}
.landing-top-btn a {
	font-size: 14px;
	padding: 11px 8px 11px 8px;
}
.landing-top-btn a img {
	margin: 0 0 0 2px;
}
.landing-banner {
	padding: 0 0 65px;
}
/*.landing-banner-right-heading::after {
	border-left: 145px solid #740000;
}
.landing-banner-right-heading::before {
	border-right: 145px solid #740000;
}*/
.landing-banner-image img {
	width: 80%;
}
.landing-about-heading {
	font-size: 24px;
	line-height: 26px;
}
.landing-service-item-heading {
	font-size: 15px;
}
.landing-service-item-details {
	font-size: 14px;
	height: 85px;
}
.landing-product-item-heading {
	line-height: 20px;
	height: 85px;
}
.landing-product-item-details {
	font-size: 15px;
	height: 75px;
	line-height: 18px;
}
.landing-product-item-price sub {
	top: 0;
}
}

/* 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) {
.landing-top-contact {
	margin-top: 15px;
	text-align: right;
}
.landing-top-contact ul li {
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
}
.landing-top-contact ul li::before {
	display: block;
}
.landing-top-btn {
	margin-top: 8px;
}
.landing-top-btn a {
	padding: 11px 6px 11px 6px;
	font-size: 14px;
}
/*.landing-banner-right-heading::after {
	border-left: 145px solid #740000;
}
.landing-banner-right-heading::before {
	border-right: 145px solid #740000;
}*/
.landing-banner-image img {
	width: 78%;
}
.landing-about-image {
	padding: 0 15px;
}
.landing-about-right {
	padding-left: 5px;
	text-align: left;
}
.landing-service-heading {
	text-align: left;
}
.landing-service-item-inner {
	padding: 30px 10px;
}
.landing-service-item-heading {
	font-size: 15px;
}
.landing-service-item-details {
	font-size: 14px;
	height: 85px;
}
.landing-info-text a {
	display: inline;
}
.landing-download {
	text-align: left;
}
.landing-product-item-details {
	font-size: 15px;
	line-height: 20px;
}
}

@media screen and (min-width: 1424px) {
.landing-banner-image {
	left: 19%;
}
}

@media screen and (min-width: 1624px) {
.landing-banner-image {
	left: 23%;
}
}

@media screen and (min-width: 1920px) {
.landing-banner-image {
	left: 27%;
}
}

@media screen and (min-width: 2048px) {
.landing-banner-image {
	left: 29%;
}
}

@media screen and (min-width: 2550px) {
.landing-banner-image {
	left: 33%;
}
}
