body {
	margin:0;
    font-family: 'Raleway', sans-serif;
	padding:0;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, a, p, ol, ul, li {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}
a{
	text-decoration: none;
	transition: .5s all ease;
	-webkit-transition: .5s all ease;
}
img
{
	max-width: 100%;
}
input, select, textarea, button {
	outline:none;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 1;
  }
  ::-moz-placeholder { /* Firefox 19+ */
	opacity: 1;
  }
  :-ms-input-placeholder { /* IE 10+ */
	opacity: 1;
  }
  :-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	}
	

	input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color:transparent; } 
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color:transparent; } 
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color:transparent; }


header, section, footer {
	float:left;
	width:100%;
}
.pad-none
{
	padding-left: 0;
	padding-right: 0;
}

.container
{
	width: 1260px;
	max-width: 100%;
}
/*header part css start*/
header {
	position: fixed;
	top: 0;
	padding: 32px 0 32px 0;
	left: 0;
	z-index: 3;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
header.dark-header.sticky {
	background: rgba(255, 255, 255, 0.83);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.42);
}
header.inner-page.sticky
{
	background: rgba(0,0,0,0.7);
}
header.sticky {
    padding: 13px 0 13px 0;
}
header.sticky img {
    max-width: 144px;
    height: auto;
}
header .container
{
	width: 1700px;
}
.navigation-outer
{
	display: inline-block;
}
.navigation-outer li {
	float: left;
	margin-right: 37px;
	position: relative;
	text-align: left;
}
.navigation-outer li a
{
	font-size: 17.32px;
	color: #373536;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.navigation-outer li a:hover, .contact-number a:hover
{
	color: #ee3439;
}
.navigation-outer li:hover .drop-down, .navigation-outer li:hover .wpmm-strees-row-and-content-container
{
	display: block;
}
.drop-down, .wpmm-strees-row-and-content-container {
	position: absolute;
	left: -190px !important;
	z-index: 1;
	width: 1110px !important;
	top: 100% !important;
	margin: 0px 0 0 0;
	display: none;
	
}
.drop-downinn, .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 50px 12px 50px 4px;
	background: rgba(18,18,18,0.7);
	border: 1px solid #ee3439;
	display: flex;
	display: -webkit-flex;
}
.dropdown-inner {
	width: 33.33%;
	float: left;
	text-align: left;
	border-left: 1px solid rgba(238, 52, 57, 0.27);
	padding: 0 0 0 28px;
}
.dropdown-inner:first-child
{
	border: none;
}
.dropdown-inner strong, ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 11px 0;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	display: inline-block;
	width: 100%;
}
.wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu > li {
    margin: 0;
}
.navigation-outer .dropdown-inner li, .wpmm-col.wpmm-col-4 .wpmm-type-widget li {
	float: left;
	margin-right: 0;
	position: relative;
	width: 100%;
    padding: 0 0 0 26px;
    text-align: left;
}
.navigation-outer .dropdown-inner li::before, .wpmm-col.wpmm-col-4 .wpmm-type-widget li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 17px;
	height: 14px;
	background: url(../images/red-listing-tick.png) no-repeat center left;
	background-size: contain;
}
.navigation-outer .dropdown-inner li a, .wpmm-col.wpmm-col-4 .wpmm-type-widget li a {
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	text-transform: inherit;
	font-weight: normal;
}
.navigation-outer .dropdown-inner li a:hover, .wpmm-col.wpmm-col-4 .wpmm-type-widget li a:hover{
	color: #ee3439;
}
#navbar {
	text-align: right;
	padding: 20px 157px 0 0;
}
.contact-number {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0 0 45px;
}

.contact-number a {
	font-size: 18px;
	color: #373536;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Exo', sans-serif;
	letter-spacing: 0.4px;
}
.contact-number a span {
	font-size: 29px;
	float: left;
	margin: -2px 2px 0 0;
}

header img, .navigation-outer li a, .contact-number a
{
	transition: .5s all ease;
	-webkit-transition: .5s all ease;
}
header.sticky .navigation-outer li a {
    font-size: 14.32px;
}
header.sticky .contact-number a span {
    font-size: 23px;
    float: left;
    margin: -1px 3px 0 0;
}
header.sticky .contact-number a {
    font-size: 15px;
}
header.sticky #navbar {
    padding-top: 13px;
}
header.sticky .request-quote-outer a {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 14px;
}
.request-quote-outer {
	position: fixed;
	right: -70px;
	top: 40px;
	z-index: 0;
	transform: rotate(27deg);
	-webkit-transform: rotate(27deg);
}

.request-quote-outer a {
	color: #ffffff;
	font-size: 18px;
	background: #ee3439;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
	display: inline-block;
	padding: 20px 120px 20px;
	/* box-shadow: 0 9px 30px rgba(255,255,255,0.2); */
	text-decoration: none;
}
.request-quote-outer a:hover
{
	text-decoration: none;
}


.request-quote-form-outer {
	background: #ee3439e6;
	/* background: #ee3439; */
	text-align: center;
	position: fixed;
	z-index: 99;
	height: 100vh;
	bottom: 100%;
	transition:.5s all ease-in-out;
	-webkit-transition:.5s all ease;
	overflow: auto;

}
.request-quote-inner {
	display: table;
	height: 100%;
	padding: 20px 0;
}
.request-quote-form-outer.slide-down
{
	bottom: 0;
}
.request-quote-form-outer .contact-right .cross-icon {
	font-size: 50px;
	position: absolute;
	right: -100px;
	top: -20px;
	color: #fff;
	cursor: pointer;
}
.request-quote-form-outer .contact-right .cross-icon .fa
{
	float: left;
}
.request-quote-form-outer .contact-right {
	float: none;
	display: inline-block;
}
.request-quote-form-outer .contact-right  h3 {
	font-size: 50px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #fff;
	letter-spacing: 4px;
	font-weight: 900;
	margin-bottom: 30px;
}
.request-quote-form-inner {
	vertical-align: middle;
	display: table-cell;
	float: none;
}
.request-quote-form-outer .contact-right  h3 span {
	color: #fff;
-webkit-text-fill-color: #fff;
display: block;
}
.wpmm-col.wpmm-col-4:last-child {
	border: none;
}
ul.wp-megamenu-sub-menu li {
	margin-right: 0;
}
header.inner-page .navbar-toggle .icon-bar {
	background: #fff;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class ul li a {
	padding: 5px 0;
}
/*header part css end*/

/*home-banner-outer part css start*/
.home-banner-outer
{
	background: url(../images/banner-bg-desktop.jpg) no-repeat center top;
	background-size: cover;
	
}
.home-banner-inner {
	text-align: center;
	padding: 313px 0 297px;
	height: 100vh;
	display: table;
}
.home-banner-inn
{
	vertical-align: middle;
	float: none;
	display: table-cell;
}
.home-banner-inner img {
	position: absolute;
	bottom: 0;
	left: -140px;
	z-index: 1;
}
.home-banner-inner h1
{

	font-weight: 300;
	font-size: 92.2px;
	position:relative;
	z-index: 2;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #fff;
	letter-spacing: 4px;
	font-weight: 900;
	display: table-cell;
	vertical-align: middle;
}
.home-banner-inner h1 span {
	color: #fff;
	-webkit-text-fill-color: #fff;
}
.home-banner-inner h2 {
	font-size: 92.2px;
	color: #fff;
	font-weight: 900;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	margin: -18px 0 0 0;
}

/*home-banner-outer part css start*/


.wpmm-col.wpmm-col-4 {
	width: 33.33333%;
	margin: 0;
	padding: 0 26px;
	border-right: 1px solid rgba(238, 52, 57, 0.27);
}
.navigation-outer .dropdown-inner li, .wpmm-col.wpmm-col-4 .wpmm-type-widget li {
	float: left;
	margin-right: 0;
	position: relative;
	width: 100%;
	padding: 0 0 0 26px;
}

.main-menu-more {
	display: none;
}


/*home-banner-outer part css start*/
.home-banner-outer
{
	background: url(../images/payment-banner.jpg) no-repeat center top;
	background-size: cover;
	
}
.home-banner-inner {
	text-align: center;
	padding: 313px 0 297px;
	height: 100vh;
	display: table;
}
.home-banner-inn
{
	vertical-align: middle;
	float: none;
	display: table-cell;
}
.home-banner-inner img {
	position: absolute;
	bottom: 0;
	left: -140px;
	z-index: 1;
}
.home-banner-inner h1
{

	font-weight: 300;
	font-size: 92.2px;
	position:relative;
	z-index: 2;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #fff;
	letter-spacing: 4px;
	font-weight: 900;
	display: table-cell;
	vertical-align: middle;
}
.home-banner-inner h1 span {
	color: #fff;
	-webkit-text-fill-color: #fff;
}
.home-banner-inner h2 {
	font-size: 92.2px;
	color: #fff;
	font-weight: 900;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	margin: -18px 0 0 0;
}

.inner-page .navigation-outer li a, .inner-page  .contact-number a
{
	color: #fff;

}
.inner-page .navigation-outer li a:hover, .inner-page  .contact-number a:hover, .inner-page .navigation-outer li.current-menu-item > a
{
	color:#ee3439;
}
/*home-banner-outer part css start*/


/*contact us part css start*/

.contact-us-outer {
	background: #ee3439;
	padding: 143px 0 105px;
}

.contact-left {
	padding: 0 80px 0 0;
}
.contact-left h5 {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	padding: 13px 0 64px;
	letter-spacing: 4px;
}
.contact-left h5 span
{
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
}
.contact-left strong {
	font-size: 43px;
	color: #fff;
	line-height: 41px;
	font-weight: normal;
	display: block;
	margin: 0 0 31px 0;
}
.contact-left p{
	font-size: 21px;
	line-height: 36px;
	color: #fff;
}
.contact-left p span{
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}
.contact-right .contact-field
{
	padding: 10px 0;
	font-size: 24px;
	background: none;
	color:#fff;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.22);
	width: 100%;
	margin-bottom: 26px;

}

.contact-right .contact-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
  }
	.contact-right .contact-field::-moz-placeholder { /* Firefox 19+ */
		color: #fff;
  }
	.contact-right .contact-field:-ms-input-placeholder { /* IE 10+ */
		color: #fff;
  }
	.contact-right .contact-field:-moz-placeholder { /* Firefox 18- */
		color: #fff;
	}

.contact-right select.contact-field
{
	background:url(../images/select-arrow.png) no-repeat center right 10px;
	padding-right: 40px;
}
.contact-right textarea.contact-field
{
	resize: none;
}
.contact-right .contact-field-submit {
	font-size: 17.32px;
	color: #ee3439;
	letter-spacing: 1.2px;
	background: #fff;
	border: none;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	font-weight: 700;
	padding: 12px 30px;
	margin: 11px 0 0 0px;
	box-shadow: 0 0 70px rgba(0,0,0,0.24);
	border: 1px solid #fff;
	transition:.5s all ease;
	-webkit-transition:.5s all ease;
}
.contact-right .contact-field-submit:hover
{
	background: #ee3439;
	color: #fff;
}
/*contact us part css end*/

/*footer part css start*/
footer {
	background: #121212;
	padding: 87px 0 20px;
}
.footer-left
{
	padding: 0 80px 0 0;
}
.footer-left h5 {
	font-size: 24.55px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	letter-spacing: 2.3px;
}
.footer-left h5 span
{
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
}
.footer-left p {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	line-height: 17px;
}


.footer-left .email-subscibe, .footer-left .mailpoet_text {
    font-size: 20px;
    font-size: 181818 !important;
    height: 50px;
    font-weight: normal;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 0 27px;
    margin: 22px 0 15px 0;
    width: 100% !important;
    color: #353535;
}
.footer-left form input:first-child {
    margin-bottom: 0;
}
.footer-left form input:nth-child(2) {
    margin-top: 10px;
}
.footer-left .email-subscibe-now, .footer-left .mailpoet_submit
{
	color: #fff;
	background: none;
	border: 3px solid #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	height: 55px;
	font-size: 17.32px;
	text-transform: uppercase;
	width: 100%;
	transition:.3s all ease;
	-webkit-transition:.3s all ease;
}
.footer-left .email-subscibe-now:hover, .footer-left .mailpoet_submit:hover
{
	background: #fff;
	color: #ee3439;
}
.footer-left .fb-icon {
	text-align: center;
	font-size: 26px;
	color: #fff;
	margin: 25px 0 0 0;
}
.footer-left .fb-icon a{
	color: #fff;
}
.footer-left .fb-icon .fa:hover{
	color: #ee3439;
}
.footer-right-inner
{
	padding: 0 11px;
}
.footer-right-inner:nth-child(3)
{
	padding-left: 20px;	
}
.footer-right-inner h6 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}
.footer-right-inner li {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 9px;
}
.footer-right-inner li a
{
	color: #fff;
	text-decoration: none;
}
.footer-right-inner li a:hover
{
	color:#ee3439;
}
.footer-free-consultation
{
	text-align: right;
}
.footer-free-consultation a {
	font-size: 20px;
	color: #ee3439;
	font-weight: bold;
	padding: 8px 32px 11px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #ee3439;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	margin: 17px 00px 0 0;
	letter-spacing: 1.6px;
}
.footer-free-consultation a:hover {
	text-decoration: none;
	background: #ee3439;
	color: #fff;
}
.footer-logo {
    text-align: center;
    padding: 36px 0 30px;
    background: #000;
}
.footer-logo img
{
 opacity: 1;
}
.footer-right-inner ul {
	background: none;
}
/*footer part css end*/


.dropdown-icon {
	float: right;
	margin: -1px 0 0 9px;
}
.mobile-about {
	text-align: center;
	display: none;
}
.swal-modal .swal-text {
    text-align: center !important;
    padding: 0 11%
}
.swal-modal .swal-footer {
    margin-top: 2px;
    padding: 20px 16px 30px;
    text-align: center;
}
.swal-modal .swal-icon {
    margin: 35px auto 0;
}
.swal-modal .swal-icon--success__ring {
    border: 4px solid #a5dc86;
}
.swal-modal .swal-button {
    background-color: #ee3439;
    padding: 9px 41px;
    border-radius: 30px;
    border: 2px #ee3439 solid;
}

.swal-modal .swal-button:not([disabled]):hover {
    background: none;
    color: #ee3439;
}
.swal-modal .swal-button:focus {
    outline: none;
    box-shadow: none;
}
section.home-banner-outer.redirect-pages-payment h1 {
    font-size: 60px;
}
section.home-banner-outer.redirect-pages-payment .home-banner-inner {
    padding: 210px 0 135px;
    height: auto;
}
.form-payments-outer.form-payments-outer-n p {
    text-align: center;
    font-size: 19px;
    line-height: 31px;
    margin-bottom: 15px;
}
span.wbc-error-msg {
    font-size: 13px;
    font-weight: 600;
    margin-top: 2px;
    position: relative;
    top: 4px;
}