/*****--------------------| FONTS |--------------------*****/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");

@font-face {
  font-family: "Eurostile LT Std";
  src: url("../fonts/EurostileLTStd-DemiOblique.eot");
  src: url("../fonts/EurostileLTStd-DemiOblique.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/EurostileLTStd-DemiOblique.woff2") format("woff2"),
    url("../fonts/EurostileLTStd-DemiOblique.woff") format("woff"),
    url("../fonts/EurostileLTStd-DemiOblique.ttf") format("truetype"),
    url("../fonts/EurostileLTStd-DemiOblique.svg#EurostileLTStd-DemiOblique")
      format("svg");
}

/*****--------------------| GLOBAL |--------------------*****/
html,
body {
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  font-family: "Eurostile LT Std";
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  color: #575757;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  -mox-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a img {
  border: none;
}

p {
  line-height: 24px;
}

p:not(:last-of-type) {
  margin-bottom: 30px;
}

:focus {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
}

a,
button {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
  letter-spacing: normal;
}

/*--| SELECTION |--*/
::-moz-selection {
  color: #fff;
  background: #0a2668;
}

::selection {
  color: #fff;
  background: #0a2668;
}

/*--| FORM |--*/
::-webkit-input-placeholder {
  color: #575757;
  font-family: "Eurostile LT Std";
}

::-moz-placeholder {
  color: #575757;
  font-family: "Eurostile LT Std";
}

:-ms-input-placeholder {
  color: #575757;
  font-family: "Eurostile LT Std";
}

input[placeholder] {
  text-overflow: ellipsis;
  letter-spacing: 0.256px;
  font-size: 16px;
}

select::-ms-expand {
  display: none;
}

input:invalid {
  box-shadow: none;
}

input[type="text"],
input[type="submit"],
input[type="email"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
  height: auto !important;
  min-height: 130px;
  overflow: hidden;
  margin: 0;
  font-family: "Eurostile LT Std";
  font-weight: 300;
}

/*****--------------------| LIST |--------------------*****/
dl,
ol,
ul {
  list-style-position: outside;
  padding-left: 0;
}

/*****--------------------| TABLE |--------------------*****/

/*****--------------------| STRUCTURE |--------------------*****/
.container,
.container-inner {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container {
  max-width: 1750px;
}

.container-inner {
  max-width: 1585px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.clearfix {
  display: block;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  display: table;
  content: " ";
  clear: both;
}

.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/*****--------------------| REUSABLE CLASS |--------------------*****/

/*****--------------------| CUSTOM SCROLLBAR |--------------------*****/
.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

/*****--------------------| INNER PAGES STRUCTURE |--------------------*****/
/*****--------------------| NAVBAR |--------------------*****/
header .topheader {
  background-color: #d42e20;
  height: 32px;
  width: 100%;
}

header .topheader li a {
  position: relative;
  font-size: 14px;
  color: #ffffff;
  padding: 9px 5px;
  display: inline-block;
  line-height: 100%;
}

.hdcall-list li {
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  margin: 0 14px;
  text-align: center;
  position: relative;
}

.hdcall-list {
  text-align: center;
}

.hdcall-list li:first-child {
  margin-left: 0;
}

.hdcall-list li:last-child {
  margin-right: 0;
}

/*header .topheader li:not(:last-child):after {
	position: absolute;
	content: '';
	background: url(../images/right-arrow.png) no-repeat;
	top: 1px;
	z-index: 1;
	width: 13px;
	height: 29px;
	right: -24px;
}*/
header .topheader li:not(:last-child):after {
  position: absolute;
  content: "";
  top: 1px;
  z-index: 1;
  height: 20px;
  right: -15px;
  top: 6px;
  border-right: 1px solid rgb(255 255 255 / 23%);
}

.logo-left {
  float: left;
  width: 295px;
  position: relative;
  z-index: 0;
  padding: 15px 0 8px;
}

.logo-left a {
  display: block;
}

.header-right {
  float: right;
  width: calc(100% - 305px);
  display: inline-block;
  position: relative;
}

.header-links {
  float: right;
  padding: 0;
  margin: 0;
}

.header-links li {
  display: inline-block;
  float: left;
  margin: 40px 0px 40px 25px;
  padding: 0;
}

.header-links li.pmb-call {
  font-size: 22px;
  color: #d42e20;
}

.header-links li.pmb-call img {
  display: inline-block;

  margin-right: 5px;
  vertical-align: initial;
}

.header-links li.pmb-call div {
  display: inline-block;
}

.fl-icon {
  display: inline-block;
  margin-right: 10px;
}

.header-links li.pmb-call span {
  font-size: 16px;
  color: #0c2a70;
  display: block;
}

#menu {
  transition: all ease-out 0.3s;
  background: #073a83;
  position: relative;
  text-align: center;
}

#menu > ul {
  padding: 0 0;
  text-align: center;
  font-size: 0;
}

#menu ul > li {
  display: inline-block;
  font-weight: 700;
  text-align: left;
  padding: 0 20px;
  position: relative;
  text-align: center;
}

#menu ul > li > a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  text-transform: capitalize;
  position: relative;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  position: relative;
  padding: 10px 25px;
  z-index: 1;
}

#menu ul > li.has-sub {
  position: static;
}

#menu ul li:hover > a > i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fff;
}
.overlay {
  display: none;
}

/*body.showcall #toggle{
	z-index: 0;
}*/

.mega-submenu {
  left: 0;
  padding: 50px 0px;
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: left;
  border-radius: 0px;
  z-index: 10;
  background: rgba(212, 46, 32, 1);
  background: -moz-linear-gradient(
    top,
    rgba(212, 46, 32, 0.95) 0%,
    rgba(7, 59, 131, 0.95) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(212, 46, 32, 0.95)),
    color-stop(100%, rgba(7, 59, 131, 0.95))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(212, 46, 32, 0.95) 0%,
    rgba(7, 59, 131, 0.95) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(212, 46, 32, 0.95) 0%,
    rgba(7, 59, 131, 0.95) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(212, 46, 32, 0.95) 0%,
    rgba(7, 59, 131, 0.95) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(212, 46, 32, 0.95) 0%,
    rgba(7, 59, 131, 0.95) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d42e20', endColorstr='#073b83', GradientType=0);
  opacity: 0;
  transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transform-origin: top center;
  -webkit-transform-origin: top center;
  box-shadow: 0px 10px 10px -4px rgba(0, 0, 0, 0.5);
  transform: rotateX(60deg);
  -webkit-transform: rotateX(60deg);
  transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transform-origin: top center;
  -webkit-transform-origin: top center;
  visibility: hidden;
}

#menu ul li.has-sub:hover .mega-submenu {
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}

#menu .container {
  position: initial;
}

#menu ul > li > a:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #bd302b;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
}

#menu ul > li:hover > a:after,
#menu ul > li.active > a:after {
  height: 100%;
}

.block-6,
.sub-menu li {
  width: 50%;
  float: left;
}

.key-personal-template .block-6 {
  width: 33.33%;
}

#menu ul > li .sub-menu li {
  text-align: left;
  padding: 0;
}

.dropdowm-heading {
  margin-bottom: 30px;
  line-height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  font-size: 30px;
  color: #ffffff;
}

.dropdowm-heading:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #f4d6d4;
  opacity: 0.2;
  width: 100%;
  bottom: 33px;
  margin-left: 22px;
}

#menu ul > li .sub-menu li {
  width: 48%;
  float: left;
}

#menu ul > li .sub-menu li:nth-child(2n) {
  float: right;
}

#menu ul > li .sub-menu li a,
.sd-list li a {
  padding: 7px 15px 7px 45px;
  letter-spacing: 0.3px;
  display: inline-block;
}

#menu ul li .sub-menu li a:before,
.sd-list li a:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  left: 0;
  top: 14px;
  background: #fff;
}

#menu ul li .sub-menu li:hover a:before,
#menu ul li .sub-menu li.active a:before,
.sd-list li.active a:before {
  background: #073a83;
  left: 10px;
}

.sd-list li a {
  color: #fff;
  display: block;
  position: relative;
  font-size: 14px;
  padding: 5px 10px 5px 55px;
  margin-bottom: 7px;
}

.sd-list li a:before {
  width: 15px;
  left: 20px;
  top: 12px;
}

.sd-list li a:hover,
.sd-list li.active a,
#menu ul > li .sub-menu li:hover a,
#menu ul > li .sub-menu li.active a {
  color: #073a83;
}

.sd-list li a:hover:before,
.sd-list li.active a:before {
  background-color: #073a83;
}

.sd-list li a:after,
#menu ul > li .sub-menu li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-radius: 3px;
}

.sd-list li > a:hover:after,
.sd-list li.active > a:after,
#menu ul > li .sub-menu li.active > a:after,
#menu ul > li .sub-menu li:hover > a:after {
  height: 100%;
}

.sub-menu-block {
  width: 47.94952681388013%;
  padding: 0 15px;
}

.video-block {
  float: right;
  width: 42.34%;
  position: relative;
  display: inline-block;
  padding: 0 15px;
}

.menu-sub-panel {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 45px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.menu-sub-panel p {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  margin-right: 70px;
}

.career_sub .menu-sub-panel p {
  margin-bottom: 20px;
}

.menu-sub-panel .call-links a:not(:last-child) {
  margin-right: 20px;
}

/*****--------------------| HEADINGS |--------------------*****/
.heading {
  font-size: 40px;
  line-height: 100%;
  color: #d42e20;
}

.subheading,
.wrap-content h2,
.wrap-content h3 {
  font-size: 30px;
  line-height: 120%;
  color: #d42e20;
}

.inpg-heading {
  font-size: 32px;
  line-height: 120%;
  color: #d42e20;
  margin-bottom: 35px;
}

.inpg-heading span {
  font-size: 28px;
  display: block;
}

.inpg-subheading,
.our-value-wrapper h3,
.wrap-content h3 {
  font-size: 22px;
  line-height: 120%;
  color: #d42e20;
  margin-bottom: 30px;
}

/*****--------------------| FORM |--------------------*****/
.form-group {
  margin-bottom: 30px;
}

.form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 50px;
  background-color: #fff;
  font-family: "Eurostile LT Std";
  font-weight: 300;
  font-size: 16px;
  color: #575757;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.form-control:focus {
  border-color: #fff;
}

.block-12 {
  width: 100% !important;
  display: block;
  clear: both;
}

.sub-menu.sd-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.form .block-6 {
  width: calc((100% - 38px) / 2);
  margin-bottom: 30px;
}

.form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form label {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}

.form .form-control {
  border: 1px solid #adb8c4;
}

select {
  background: url(../images/down-arrow.png) no-repeat right 20px top 20px;
}

.form .block-12 {
  margin-bottom: 30px;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 5px;
  border-radius: 5px;
}

.input100:focus + .focus-input100::before {
  width: 100%;
  border-radius: 5px;
  border: 2px solid;
  border-image: linear-gradient(to right, rgb(212, 46, 32), rgb(7, 58, 131));
  border-image-slice: 1;
}

.form-control:focus {
  width: 100%;
  border-radius: 5px;
  border: 2px solid !important;
  border-image: linear-gradient(
    to right,
    rgb(212, 46, 32),
    rgb(7, 58, 131)
  ) !important;
  border-image-slice: 1 !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*--| FOCUS ON ICON |--*/
input.form-control:focus + .form-icon,
textarea.form-control:focus + .form-icon {
  color: #575757;
}

/*****--------------------| SCROLL TO TOP |--------------------*****/
.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 10px;
  border-radius: 50%;
  background: #e43d1b;
  opacity: 0;
  height: 40px;
  width: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  z-index: 10;
}

/*****--------------------| BREADCRUMBS |--------------------*****/
.breadcrumbs {
  padding: 35px 0;
}

.breadcrumbs > li {
  padding: 5px 30px 5px 0;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-family: "Eurostile LT Std";
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  vertical-align: top;
  letter-spacing: 0.96px;
}

.breadcrumbs > li:not(:last-child):before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  right: 11px;
  font-size: 16px;
  color: #fff;
}

.breadcrumbs > li > a {
  color: #e43d1b;
  font-weight: 500;
  line-height: 100%;
  display: block;
}

.breadcrumbs > li:last-of-type {
  padding-right: 0;
}

.breadcrumbs > li > a:hover {
  color: #fff;
}

/* css for button */
[class*="btn-border-skew"] {
  position: relative;
  display: inline-block;
  background-color: transparent;
  padding: 12px 30px;
  height: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 18px;
  color: #fff;
}

[class*="btn-border-skew"]:before,
[class*="btn-border-skew"] span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /*	background-color: transparent !important;*/
  z-index: 1;
  border: 2px solid #fff;
}

.btn-skew,
.btn-white,
.btn-blue {
  cursor: pointer;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  display: inline-block;
  padding: 0;
  font-family: "Eurostile LT Std";
  height: auto;
  box-shadow: -2px 0px 103px 0px rgba(15, 62, 130, 0.08);
}

.btn-skew span,
.btn-blue span,
.btn-skew h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 30px 15px 60px;
  z-index: 3;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}

.btn-skew:before,
.btn-skew span:before,
.btn-blue:before,
.btn-blue span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) skewX(-10deg);
  transform: translate(-50%, -50%) skewX(-10deg);
  width: 100%;
  height: 100%;
  /*z-index: 2;*/
  background: #d42e20;
  border-radius: 5px;
}

.btn-skew span:before {
  display: block;
  -webkit-transform: translate(-50%, -50%) skew(-10deg);
  transform: translate(-50%, -50%) skew(-10deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  z-index: -1;
}

.btn-skew:after {
  transition: all 100ms ease-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skewX(-10deg) scaleX(0);
  transform: skewX(-10deg) scaleX(0);
  width: 100%;
  height: 100%;
  background-color: #b4b5b6;
  border: 1px solid transparent;
  z-index: 1;
}

.btn-white:before,
.btn-white span:before {
  background-color: #fff;
  border-radius: 8px;
}

.btn-white span {
  font-size: 18px;
  color: #d42e20;
}

.why_main .stt_h2 {
  font-size: 20px;
  margin-bottom: 25px;
}

.btn-blue:before,
.btn-blue span:before {
  background-color: #073a83;
}

.btn-skew:hover span:before {
  -webkit-animation: fill 0.5s ease-out;
  animation: fill 0.5s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.btn-skew:hover:after {
  -webkit-animation: swoosh 0.7s ease-in;
  animation: swoosh 0.7s ease-in;
}

.btn-skew:after {
  transition: all 100ms ease-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skewX(-10deg) scaleX(0);
  transform: skewX(-10deg) scaleX(0);
  width: 100%;
  height: 100%;
  background-color: #073a83;
  border: 1px solid transparent;
  z-index: 1;
  border-radius: 5px;
}

@-webkit-keyframes swoosh {
  0% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  20% {
    -webkit-transform: skewX(-10deg) scaleX(1);
    transform: skewX(-10deg) scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  21% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }

  50% {
    -webkit-transform: skewX(-10deg) scaleX(0);
    transform: skewX(-10deg) scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes swoosh {
  0% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  20% {
    -webkit-transform: skewX(-10deg) scaleX(1);
    transform: skewX(-10deg) scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  21% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }

  50% {
    -webkit-transform: skewX(-10deg) scaleX(0);
    transform: skewX(-10deg) scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@-webkit-keyframes fill {
  0% {
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0.3;
  }

  20% {
    opacity: 0.5;
    border-width: 15px;
    border-color: #092248;
  }

  100% {
    opacity: 0.5;
    border-width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}

@keyframes fill {
  0% {
    background-color: rgba(212, 46, 32, 0.5);
  }

  20% {
    opacity: 0.5;
    border-width: 15px;
    border-color: #092248;
  }

  100% {
    opacity: 0.5;
    border-width: 1px;
    background-color: rgba(212, 46, 32, 0.5);
  }
}

.btn-submit {
  border: 0px;
  outline: none;
  padding: 18px;
  width: 170px;
  height: 55px;
  background: none;
  outline: none;
  padding: 0;
}

.btn-submit span {
  padding: 18px 0 !important;
}

/* css for footer */
.ft-bg {
  background: url(../images/footer-bg.jpg) no-repeat;
  position: relative;
  background-size: cover;
  padding: 0;
}

.ft-block-1 {
  width: 15.232558139534882%;
  float: left;
  display: inline-block;
  position: relative;
  padding: 80px 0 30px 0;
}

.ft-links li {
  margin-bottom: 15px;
  display: block;
  padding: 0;
}

.ft-links li a {
  font-size: 16px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
}

.ft-title {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 40px;
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 100%;
}

.ft-title:after {
  position: absolute;
  content: "";
  background: #356dbb;
  height: 4px;
  width: 100%;
  bottom: 7px;
  overflow: hidden;
  margin-left: 20px;
}

.ft-block-2 {
  width: 29.651162790697676%;
  float: left;
  display: inline-block;
  padding: 80px 0 30px 70px;
  border-left: 1px solid rgba(50, 95, 162, 0.5);
  border-right: 1px solid rgba(50, 95, 162, 0.5);
}

.ft-copyright {
  text-align: center;
  padding: 13px 0;
  font-family: "Lato", sans-serif;
}

.ft-call {
  width: 54px;
  color: #073a83;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}

footer a {
  position: relative;
}

footer a:before,
header .topheader li a:after {
  position: absolute;
  right: auto;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
  background: currentColor;
}

header .topheader li a:after {
  bottom: 6px;
}

footer a:hover:before,
header .topheader li a:hover:after,
footer ul li.active a:before {
  width: 100%;
}

header .topheader a:hover {
  color: #f4d6d4;
}

.ft-list-inline li {
  width: 50%;
  float: left;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  margin-bottom: 28px;
}

.ft-list-inline li span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
}

.ft-panel {
  background-color: #073a83;
  position: relative;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #1a4e99;
  clear: both;
}

.ft-panel p {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  font-family: "Eurostile LT Std";
}

.call-links {
  display: inline-block;
}

.fb-link {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  display: inline-block;
  padding: 0;
  text-align: center;
}

.fb-link i {
  font-size: 25px;
  color: #073a83;
  z-index: 2;
  position: relative;
  line-height: 50px;
}

.ft-block-3,
.ft-block-4 {
  width: 33.02325581395349%;
  float: left;
  position: relative;
  display: inline-block;
  padding: 80px 0 0 75px;
}

.ft-block-4 {
  width: 22.093023255813954%;
  padding: 80px 0 0 60px;
  border-left: 1px solid rgba(50, 95, 162, 0.5);
}

.ft-links.ft-list-inline li {
  margin-bottom: 15px;
}

.ft-block-3 .ft-links.ft-list-inline li {
  width: 100%;
}

.ft-title-18 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}

.fca-logo img {
  margin-bottom: 20px;
}

.call-action-panel {
  background-color: #dae2ea;
  border-top: 1px solid #b7b7b7;
  padding: 40px 0;
  text-align: center;
}

.call-action-panel p {
  margin-right: 45px;
  color: #06438f;
  font-size: 22px;
  display: inline-block;
  /*	margin-bottom: 20px;*/
}

.call-links a:not(:last-child) {
  margin-right: 25px;
}

/* animation */
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 50px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 50px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

.scroll-top {
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 18px;
  border-radius: 50%;
  z-index: 99;
  display: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #d42e20;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  outline: none;
  border: 0px;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

.vide-sk-block .video-skew {
  border: 3px solid #fff;
  margin-bottom: 50px;
  width: 100%;
}

/* css for inner common section */
.innerbanner-bg {
  position: relative;
  background: url(../images/inner-banner-bg.jpg) no-repeat;
  background-size: cover;
  min-height: 327px;
  z-index: 0;
  padding: 55px 0;
}

.innerbanner-bg .page-title {
  font-size: 34px;
  color: #ffffff;
  /*margin-bottom: 60px;*/
  margin-bottom: 20px;
}

.innerbanner-bg p:not(:last-of-type) {
  margin-bottom: 18px;
}

.innerbanner-bg .in-banner-left {
  width: 50%;
  float: left;
  padding: 0 15px;
  font-size: 16px;
  color: #ffffff;
}

.in-banner-right {
  width: 302px;
  float: right;
  padding-left: 50px;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 15px;
}

ul.breadcrumb {
  list-style-type: none;
  padding: 20px 0 0 0;
  margin: 0 0 45px;
  position: relative;
  border-bottom: 1px solid #dae4ea;
  width: 100%;
  display: block;
}

ul.breadcrumb li {
  display: inline-block;
  color: #646464;
  font-size: 12px;
  position: relative;
  line-height: 26px;
  font-style: normal;
  text-transform: capitalize;
  padding: 12px 50px 12px 0px;
}

ul.breadcrumb li:not(:last-child):before {
  position: absolute;
  content: "";
  right: 15px;
  top: 20px;
  width: 15px;
  height: 10px;
  background: url(../images/arrow-right.png) no-repeat;
}

ul.breadcrumb li a {
  color: #073a83;
}

ul.breadcrumb li a:hover {
  color: #d32e20;
}

.well-bg {
  background-color: #eeeeee;
  position: relative;
  padding: 80px 0 40px;
  margin-bottom: 0px;
  clear: both;
  overflow: hidden;
}

.well-bg .well-left p,
.well-bg .well-left h2 {
  color: #0a2668;
  font-size: 22px;
  margin-bottom: 45px;
  padding: 0 40px;
}

.well-left .row {
  margin: 0;
}

.well-bg:after {
  width: 100%;
  background-color: #d42e20;
  right: 0;
  left: 38%;
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  z-index: 0;
}

.well-left {
  width: 35.33%;
  float: left;
  position: relative;
  display: inline-block;
}

.sd-feture-box-2 {
  width: 50%;
  float: left;
  text-align: center;
  padding: 0 40px;
  margin-bottom: 50px;
}

.sd-feture-box-2 img {
  display: inline-block;
  margin-bottom: 10px;
}

.well-left .sd-feture-box-2 p,
.well-left .sd-feture-box-2 h2 {
  color: #454545;
  font-size: 18px;
  margin-bottom: 0px !important;
  padding: 0;
}

.well-right-content {
  width: 45.636655948553056%;
  float: left;
  position: relative;
  padding-left: 100px;
  z-index: 1;
  padding-right: 90px;
}

.well-right-content .well-title {
  margin-bottom: 50px;
}

.well-bg .right-car-img {
  max-width: 100%;
  bottom: 60px;
  position: absolute;
  right: 0px;
  z-index: 1;
}

.well-right-content p {
  font-size: 14px;
  color: #fff;
}

.well-title {
  font-size: 32px;
  color: #fff;
  line-height: 38px;
}

.well-title span {
  font-size: 28px;
  display: block;
}

/* css for panel-service-cta */
.panel-service-cta {
  margin-top: 110px;
  margin-bottom: 60px;
  clear: both;
}

.panel-service-cta ul {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.panel-service-cta ul li {
  width: 33.33%;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 0 15px;
  /*	margin-bottom: 40px;*/
  font-size: 16px;
  color: #0c2a70;
}

.panel-service-cta ul li div {
  display: inline-block;
  text-align: left;
}

.panel-service-cta ul li h2 {
  font-size: 16px;
}

.panel-service-cta ul li p span,
.panel-service-cta ul li h2 span {
  font-size: 22px;
  color: #d42e20;
  display: block;
}

.panel-service-cta ul li:nth-child(2):before {
  border-left: 1px solid #d1d1d1;
  position: absolute;
  content: "";
  left: 0;

  top: 0;
  height: 52px;
}

.panel-service-cta ul li:nth-child(2):after {
  border-right: 1px solid #d1d1d1;
  position: absolute;
  content: "";
  right: 0;

  top: 0;
  height: 52px;
}

.panel-service-cta ul li .img-lf {
  display: inline-block;
  margin-right: 10px;
}

.panel-service-cta .arrow-down {
  width: 44px;
  border-radius: 50%;
  height: 44px;
  border: 1px solid #d7d7d7;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  color: #a1a1a1;
  margin: 30px auto 0;
  display: block;
}

.sidebar-block {
  width: 725px;
}

.sidebar-block ul li {
  width: 50%;
  display: inline-block;
  float: left;
}

.sidebar-block ul li:nth-child(2n) {
  float: right;
}

.support-list {
  margin: 0 -10px 0 -23px;
}

.support-list li {
  padding: 0 23px;
  width: 50%;
  float: left;
  margin-bottom: 36px;
}

.support-list li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.sl-item {
  -webkit-transform: skew(-8deg, 0);
  overflow: hidden;
  position: relative;
  left: 6px;
  background: #0a2668;
  border: 2px solid #073a83;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}

.sli-wrap {
  -webkit-transform: skew(8deg, 0);
  position: relative;
  left: 0px;
  display: table;
  height: 100px;
  width: 100%;
  padding: 0 25px;
}

.sli-icon,
.sli-txt {
  display: table-cell;
  vertical-align: middle;
}

.sli-icon {
  width: 55px;
  height: 55px;
}

.sli-txt {
  line-height: 22px;
  color: #fff;
  padding-left: 14px;
}

.video-skew {
  -webkit-backface-visibility: hidden;
  -webkit-transform: skew(-6deg, 0);
  overflow: hidden;
  width: 700px;
  height: 400px;
  position: relative;
  left: 22px;
  border: 3px solid #0a2668;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

.video-skew img.unskew {
  -webkit-transform: skew(6deg, 0);
  position: relative;
  left: -24px;
  max-width: inherit;
}

.vs-overlay {
  position: absolute;
  z-index: 1;
  bottom: 55px;
  right: 0;
  width: 290px;
  height: 65px;
  -webkit-transform: skew(-1deg, 0);
  overflow: hidden;
  background: #d42e20;
}

.vso-button {
  -webkit-transform: skew(1deg, 0);
  position: relative;
  left: 0px;
  padding: 11px;
  text-align: center;
}

.vso-info {
  color: #fff;
  padding-right: 24px;
  display: inline-block;
  text-align: left;
}

.vso-name {
  font-size: 18px;
}

.vso-des {
  font-size: 14px;
}

.vso-icon {
  width: 43px;
  height: 43px;
  background: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}

.vso-icon img {
  padding: 13px 0 13px 5px;
}

.vso-icon.ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

.vso-icon.ripple:before,
.vso-icon.ripple:after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.vso-icon.ripple:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.in-pg-cpanel {
  border-color: rgba(183, 183, 183, 0.4);
  background-color: #fff;
}

/* css for wrap contet img */
.align-left {
  float: left;
  margin-right: 110px;
  margin-bottom: 70px;
}

.fl-row {
  display: flow-root;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 70px;
}

.inpg-call-action {
  max-width: 70%;
  margin: 0 auto 83px;
}

.inpg-call-action p {
  margin-bottom: 35px;
  font-size: 18px;
}

.pdb60 {
  padding-bottom: 60px;
}

/* css for sprite icon */

.download,
.red-document-30x30,
.red-thumb,
.thumb,
.blue-document,
.red-document,
.white-document,
.location,
.pin,
.thumb-01,
.call,
.mail {
  display: inline-block;
  background: url("../images/sprite-icons.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.download {
  background-position: -0px -0px;
  width: 30px;
  height: 30px;
}

.red-document-30x30 {
  background-position: -0px -30px;
  width: 30px;
  height: 30px;
}

.red-thumb {
  background-position: -0px -60px;
  width: 30px;
  height: 30px;
}

.thumb {
  background-position: -0px -90px;
  width: 30px;
  height: 30px;
}

.blue-document {
  background-position: -0px -120px;
  width: 25px;
  height: 25px;
}

.red-document {
  background-position: -0px -145px;
  width: 25px;
  height: 25px;
}

.white-document {
  background-position: -0px -170px;
  width: 25px;
  height: 25px;
}

.location {
  background-position: -0px -195px;
  width: 24px;
  height: 24px;
}

.pin {
  background-position: -0px -219px;
  width: 20px;
  height: 21px;
}

.thumb-01 {
  background-position: -0px -240px;
  width: 20px;
  height: 25px;
}

.call {
  background-position: -0px -265px;
  width: 14px;
  height: 13px;
}

.mail {
  background-position: -14px -265px;
  width: 14px;
  height: 13px;
}

.wrap-list li {
  display: flex;
  position: relative;
  margin-bottom: 50px;
  padding-left: 75px;
  font-size: 14px;
  line-height: 22px;
}

.wrap-list li:before {
  position: absolute;
  width: 39px;
  height: 39px;
  text-align: center;
  left: 0;
  content: "";
  left: 0;
  background: #d42e20 url(../images/thumbup-icon.png) no-repeat center center;
  border-radius: 100%;
}

.mrgr70 {
  margin-right: 70px;
}

.align-right {
  float: right;
  margin-left: 70px;
  margin-bottom: 70px;
}

.why-plc-content [class*="align-"] {
  margin-bottom: 110px;
}

/* home list slider */
.home-sd-list {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(212, 46, 32, 0.84) 0%,
    rgba(212, 46, 32, 0.84) 18%,
    rgba(191, 47, 42, 0.84) 38%,
    rgba(156, 49, 59, 0.84) 62%,
    rgba(91, 53, 91, 0.84) 99%,
    rgba(89, 53, 92, 0.34) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(212, 46, 32, 0.84) 0%,
    rgba(212, 46, 32, 0.84) 18%,
    rgba(191, 47, 42, 0.84) 38%,
    rgba(156, 49, 59, 0.84) 62%,
    rgba(91, 53, 91, 0.84) 99%,
    rgba(89, 53, 92, 0.34) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(212, 46, 32, 0.84) 0%,
    rgba(212, 46, 32, 0.84) 18%,
    rgba(191, 47, 42, 0.84) 38%,
    rgba(156, 49, 59, 0.84) 62%,
    rgba(91, 53, 91, 0.84) 99%,
    rgba(89, 53, 92, 0.34) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d42e20', endColorstr='#5759355c', GradientType=0);
}

.home-sd-list span,
.home-sd-list h2 {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 0;
}

.home-sd-list .slick-slide {
  padding: 12px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.fl-img {
  float: none;
  display: inline-block !important;
  margin-right: 10px;
  vertical-align: top;
}

.home-sd-list .slick-slide:first-of-type {
  border-color: transparent;
}

/* css for h1 ,h2*/
.heading-2,
.wrap-content h2 {
  font-size: 18px;
  color: #575757;
  margin-bottom: 30px;
}

a.link-style {
  background-image: linear-gradient(120deg, #e33422 0%, #073a83 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

a.link-style:hover {
  background-size: 100% 88%;
  color: #fff;
}

.book-online .blue-document {
  position: absolute;
  left: 20px;
  top: 10px;
}

.header-links li a[class*="btn-"],
.header-links li .btn-skew span,
.header-links li .btn-blue span {
  height: 45px;
  font-size: 16px;
}

.header-links li.book-online a span {
  padding: 15px 25px 15px 54px;
}

.header-links li .btn-skew.btn-border span {
  /*	background: #fff !important;*/
  color: #d32e21 !important;
  padding-right: 20px;
  padding-left: 62px;
}

.header-links li .btn-skew.btn-border:hover span {
  color: #ffffff !important;
}

.header-links li .btn-skew.btn-border span:before {
  color: #d32e21 !important;
  border: 2px solid #d32e21 !important;
  background: #fff;
}

.header-links li .btn-skew.btn-border {
  background: #fff !important;
}

.header-links li .btn-skew.btn-blue .sp-icon {
  position: absolute;
  left: 20px;
  top: 9px;
}

/*.header-links li.account:hover:before{    filter: none;}*/
.btn-skew .red-document-30x30,
.btn-skew .thumb {
  position: absolute;
  top: 12px;
  left: 20px;
  background-position: -0px -60px;
}

.header-links li .btn-skew .thumb {
  top: 8px;
}

.btn-skew.btn-white:hover span {
  color: #fff;
}

.call-links a {
  vertical-align: middle;
}

.call-links a.btn-skew span {
  padding-right: 20px;
  padding-left: 58px;
}

a.btn-skew .red-thumb,
a.btn-skew .download,
.btn-skew .white-document,
.btn-skew .red-document {
  position: absolute;
  left: 20px;
  top: 10px;
}

.btn-skew .red-document {
  top: 12px;
}

.wrap-content.fl-row {
  padding-bottom: 30px;
}

.call-action-panel .call-links a {
  vertical-align: middle;
}

.btn-small {
  height: 45px;
}

.down-button {
  position: relative;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  display: none;
  z-index: 10;
}

#toggle {
  z-index: 99;
  width: 29px;
  height: 21px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  right: 14px;
  top: 30px;
  display: none;
  z-index: 98;
}

a#toggle:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  background: #073a83;
  border: 2px solid #d52a1a;
  left: -7px;
  top: -11px;
  transition: all 0.4s ease 0s;
  border-radius: 3px;
  cursor: pointer;
}

#toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#toggle span:nth-child(2) {
  top: 9px;
}

#toggle span:nth-child(3) {
  top: 18px;
}

.menudrop {
  z-index: 1;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  text-align: center;
  margin-left: 9px;

  line-height: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  font-size: 16px;
  color: #fff;
}

.pmb-call-mob {
  display: none;
}

.nav-menu {
  margin: 0 -15px;
}

#menu ul > li:first-child {
  padding-left: 0;
}

#menu ul > li:last-child {
  padding-right: 0;
}

#menu ul > li .about-sub-link > li {
  width: 25%;
  padding: 0;
  text-align: left;
  float: left;
}

#menu ul > li .about-sub-link li a {
  display: inline-block;
  padding: 5px 16px 5px 50px;
}

.visible-sm,
.show-in-sm {
  display: none !important;
}

.btn-blue:after {
  background-color: #d42e20;
}

.btn-white:after {
  background-color: #d42e20;
}

.franchise-form-popup {
  display: none;
  padding: 65px 500px !important;
  background: #073a83;
  margin-bottom: 50px;
  color: #fff;
  position: relative;
}

.franchise-form-popup p {
  margin-bottom: 30px;
}

.franchise-form-popup .form-header {
  font-size: 22px;
  margin-bottom: 25px;
  padding-right: 100px;
}

.franchise-form-popup .close-form {
  position: absolute;
  top: 55px;
  right: 25%;
  text-align: center;
}

.franchise-form-popup .close {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin: 0 auto;
}

.close::before,
.close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
}

.close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.deal-ofthe-month-template .wpl-left {
  padding-right: 0;
}

.deal-ofthe-month-template .wpl-left .franchise-form-wrapper {
  padding-left: 0;
  width: 100%;
}

.deal-ofthe-month-template .wpl-left .wpl-intro p {
  margin-bottom: 30px;
}

.deal-ofthe-month-template .since-txt {
  margin-top: -100px;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  height: 100%;
}

.key-personal-template {
  text-align: center;
}

.key-personal-template .block-6 {
  padding: 0 15px;
  margin-bottom: 50px;
}

.key-personal-template .block-6 .inpg-heading {
  margin-bottom: 15px;
  margin-top: 30px;
}

.key-personal-template .block-6 .designation {
  font-size: 18px;
  color: #073a83;
  margin-bottom: 30px;
}

.key-personal-template .block-6 p {
  max-width: 70%;
  margin: 0 auto 30px;
}

.wrap-content.why-plc-content p {
  margin-bottom: 30px;
}

.flow-list li span {
  display: block;
}

.flow-list li {
  padding-left: 0;
}

.flow-list li div.story_li_text {
  padding-left: 75px;
  display: inline-block;
}

.flow-list li div.story_li_text p {
  margin-bottom: 0;
}

.wpgridlightbox {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  height: 100%;
}

.wpgridlightbox:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 8;
  opacity: 0;
  text-align: center;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -moz-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  -o-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(7, 58, 131, 0.85);
  font-size: 20px;
  z-index: 1;
  border-radius: 5px;
}

.wpgridlightbox:hover:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}

.wpgridlightbox:after {
  content: "\f00e";
  font-family: "FontAwesome";
  top: 50%;
  margin: 0 auto;
  background-color: #d42e20;
  color: #fff;
  width: 40px;
  height: 40px;
  left: 50%;
  opacity: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  z-index: 10;
  bottom: inherit;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  transform: scale(0.5);
  margin-top: -20px;
}

.wpgridlightbox:hover:after {
  opacity: 1;
  transform: scale(1);
}

ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol li {
  counter-increment: step-counter;
  margin-bottom: 20px;
}

ol li::before {
  content: counter(step-counter);
  margin-right: 10px;
  background-color: rgb(0, 200, 200);
  font-size: 16px;
  color: #fff;
  background-color: #d42e20;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.custome-alpha-list li span {
  display: inline-block;
  padding: 0;
}

.custome-alpha-list li p {
  padding-left: 40px;
}

.wonderplugin-gridgallery-loadmore-btn {
  cursor: pointer;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative !important;
  display: inline-block !important;
  padding: 0;
  font-family: "Eurostile LT Std" !important;
  height: 50px;
  box-shadow: -2px 0px 103px 0px rgba(15, 62, 130, 0.08);
  color: #fff !important;
  outline: none;
  background: #073a83 !important;
  font-size: 16px !important;
  position: relative;
  z-index: 2;
  text-shadow: none !important;
  transform: skewX(-10deg);
  border-radius: 5px !important;
  margin-bottom: 50px !important;
}

.wonderplugin-gridgallery-loadmore-btn:hover {
  background: #d42e20 !important;
}

.custome-list li {
  padding-left: 55px;
  position: relative;
  margin-bottom: 30px;
}

.custome-list {
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
}

.custome-list li:before {
  position: absolute;
  width: 39px;
  height: 39px;
  text-align: center;
  left: 0;
  content: "";
  left: 0;
  background: #d42e20 url(../images/thumbup-icon.png) no-repeat center center;
  border-radius: 100%;
}

.form .btn-blue:before,
.form .btn-blue span:before {
  background-color: #d42e20;
}

.call-caption p a {
  display: inline-block;
}

.call-caption p a:hover {
  color: #e43d1b;
}

body.showcall {
  position: fixed;
  width: 100%;
}

.header-links li .btn-skew.btn-border span {
  padding: 6px 30px 6px 60px !important;
  font-size: 15px;
  line-height: 30px;
}

.header-links li a.get_qt img {
  position: absolute;
  left: 20px;
  top: 10px;
}

#loginform label,
#lostpasswordform label,
#resetpasswordform label {
  font-size: 16px;
  margin-bottom: 10px;
  clear: both;
  display: block;
}

#loginform input.input,
input#somfrp_user_info,
.contactform .form-control,
#resetpasswordform input#som_new_user_pass,
input#som_new_user_pass_again {
  border: 1px solid #adb8c4;
  border-radius: 4px;
  height: 50px;
  font-size: 16px;
  color: #305261;
  width: 100%;
  padding: 12px 25px;
  background: #fff;
  margin-bottom: 20px;
}

#loginform,
#password-lost-form-wrap,
#loginform {
  max-width: 730px;
}

.login-submit input.button-primary,
#reset-pass-submit,
.franschise_page .btn-submit {
  color: #fff;
  text-transform: uppercase;
  background: #d42e20;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 100%;
  font-family: "Eurostile LT Std";
  border: 1px solid #d42e20;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  border-radius: 5px;
}

.login-submit input.button-primary:hover,
#reset-pass-submit:hover,
.franschise_page .btn-submit:hover {
  background: #073a83;
  color: #fff;
  border-color: #073a83;
  text-align: left;
}

.forgote_password_link {
  padding-bottom: 30px;
}

.forgote_password_link:hover {
  text-decoration: underline;
  color: #073a83;
}

input[type="checkbox"] {
  background-color: initial;
  cursor: default;
  -webkit-appearance: checkbox;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
}

.aa_error {
  padding: 15px;
  background-color: #ff0000 !important;
  max-width: 730px;
  border-color: #ff0000 !important;
  margin-bottom: 20px !important;
  color: #fff !important;
  border-radius: 4px;
}

.header-links li:last-child .btn-skew.btn-border span {
  line-height: 35px;
}

.det-content legend {
  color: #575757;
  font-family: "Avenir Next LT Pro Demi";
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
  text-align: left;
}

.det-content p:last-of-type {
  margin-bottom: 0;
}

p.extra-space {
  margin-bottom: 20px !important;
  clear: both;
  display: block;
}

.det-content p {
  color: #575757;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 28px;
  letter-spacing: 0.6px;
}

#lostpasswordform p.no-margin {
  margin-top: 20px;
}

.lostpassword-submit {
  margin-bottom: 2rem;
}

.franschise_page span.wpcf7-list-item {
  display: block;
  margin: 0 0 30px 0px;
}

.franschise_page .tabheading,
.wpcf7-subscribers-only {
  padding-bottom: 30px;
}

.franschise_page .form-control {
  border: 1px solid #adb8c4;
  max-width: 730px;
}

.header-links li:last-child .btn-skew.btn-border span .thumb {
  display: inline-block;
  background: url("../images/login.png") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.page-template-tpl-orange
  .header-links
  li:last-child
  .btn-skew.btn-border
  span
  .thumb,
.page-template-tpl-orange
  #menu.active
  li:last-child
  .btn-skew.btn-border
  span
  .thumb,
.page-template-tpl-orange-alt
  .header-links
  li:last-child
  .btn-skew.btn-border
  span
  .thumb,
.page-template-tpl-suburb-template_new
  .header-links
  li:last-child
  .btn-skew.btn-border
  span
  .thumb,
.callicon .btn-skew.btn-border span .thumb {
  background: transparent;
  position: relative;
  overflow: visible;
  text-indent: inherit;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  width: auto;
}

.page-template-tpl-orange .header-links li:last-child .btn-skew.btn-border span,
.page-template-tpl-orange
  #menu.active
  li:last-child
  .btn-skew.btn-border
  span
  .thumb,
.callicon .btn-skew.btn-border span .thumb {
  line-height: 35px;
}

.page-template-tpl-orange
  .header-links
  li:last-child
  .btn-skew.btn-border
  span
  .thumb:after,
.page-template-tpl-orange
  #menu.active
  li:last-child
  .btn-skew.btn-border
  span
  .thumb:after,
.page-template-tpl-orange-alt
  .header-links
  li:last-child
  .btn-skew.btn-border
  span
  .thumb:after,
.page-template-tpl-suburb-template_new
  .header-links
  li:last-child
  .btn-skew.btn-border
  span
  .thumb:after,
.callicon .btn-skew.btn-border span .thumb:after {
  position: absolute;
  content: "\f095";
  font-family: "FontAwesome";
  color: #ffffff;
  left: -33px;
  top: -16px;
  font-size: 12px;
  height: 22px;
  width: 22px;
  z-index: 1;
  background: #c72b1d;
  border-radius: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 24px;
}

.callicon .btn-skew.btn-border:hover span .thumb:after {
  background: #fff;
  color: #c72b1d;
}

.page-template-tpl-orange
  .header-links
  li
  .btn-skew.btn-border:hover
  span
  .thumb:after,
.page-template-tpl-orange
  .page-template-tpl-orange
  #menu.active
  li:last-child
  .btn-skew.btn-border:hover
  span
  .thumb:after {
  color: #fff;
}

.page-template-tpl-orange .header-links li .btn-skew.btn-border span {
  padding: 6px 20px 6px 50px !important;
}

#menu.active li:last-child .btn-skew.btn-border span .thumb {
  display: inline-block;
  background: url(../images/login.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

/*.form-group input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}*/

.wpcf7 {
}

.wpcf7-form {
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.wpcf7-form .wpcf7-radio {
}

.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type="radio"] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type="radio"] + span {
  /*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-radio input[type="radio"] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 0px;
  border: 2px solid #222;
}

.wpcf7-form .wpcf7-radio input[type="radio"] + span:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 6px;
  left: 6px;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type="radio"]:checked + span:before {
  background: transparent;
  /*     border-color: red; */
}

.wpcf7-form .wpcf7-radio input[type="radio"]:checked + span:after {
  background: #222;
  visibility: visible;
}

.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] + span {
  /*   border: 3px solid red;  */
  padding-left: 18px;
  color: #232d37;
  line-height: 26px;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 5px;
  height: 24px;
  width: 24px;
  top: 0px;
  border: 2px solid #073a83;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] + span:after {
  display: block;
  position: absolute;
  content: "\2713";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 1px;
  left: 5px;
  visibility: hidden;
  font-size: 16px;
  color: #fff;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked + span:before {
  background: #073a83;
  /*     border-color: red; */
}

.wpcf7-form .services .wpcf7-radio input[type="radio"] + span:after,
.wpcf7-form .jobdone .wpcf7-radio input[type="radio"] + span:after {
  top: 4px;
  left: 4px;
}

.wpcf7 .wpcf7-form .services .wpcf7-list-item,
.wpcf7 .wpcf7-form .jobdone .wpcf7-list-item {
  width: 50%;
  float: left;
  margin: 0;
}

.contact-form-wrapper .form .block-12 > label.bold {
  font-size: 16px;
  color: #d42e20;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked + span:after {
  /*    background: #222; */
  visibility: visible;
}

.franschise_page .form label {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  margin-left: 14px;
}

.franschise_page .form .block-12 label {
  margin-left: 0px;
}

.franschise_page .supple_offers label {
  margin-left: 0px;
}

.script-checkbox {
}

.script-checkbox label {
}

.script-checkbox label.label-selected {
  background: red;
}

.header-links li .btn-skew.btn-border span {
  padding: 6px 30px 6px 60px !important;
  font-size: 16px;
  line-height: 35px;
}

.account .thumb::after {
  width: 24px;
  height: 24px;
  top: 11px;
  left: 16px;
  filter: invert(80%) sepia(47%) saturate(4792%) hue-rotate(357deg)
    brightness(92%) contrast(91%);
}

.account.show:hover:before {
  filter: none;
}

.dropdown .btn-skew span {
  padding: 15px 30px 15px 50px;
}

.wpcf7 .wpcf7-list-item.first,
.wpcf7 .wpcf7-list-item.last {
  display: inline-block;
  margin-bottom: 10px;
  width: 45.4%;
}

.franchise-form-wrapper .form-control {
  border: 1px solid #adb8c4;
  display: block;
}

.newsintro h2 {
  text-align: center;
  font-size: 28px;
  display: block;
  color: #073a83;
  margin: 0 0 20px;
}

.newsintro p {
  font-size: 14px;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto 30px;
}

.newsintro .support-list {
  margin-top: 30px;
}

.custome-list.alignment_ul li {
  margin-bottom: 15px;
  min-height: 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* css for banner */
.page-template-tpl-orange .banner-caption-call .cta-caption p,
.page-template-tpl-suburb-template_new .banner-caption-call .cta-caption p {
  color: #2a2a2a;
}

.page-template-tpl-orange .banner-caption .exp-badge {
  margin-bottom: 18px;
}

.orange-area-footer .flex-container.deals-container {
  justify-content: space-between;
}

.orange-area-footer .ft-block-3 {
  border-left: 1px solid #1b4988;
}

.fixed-header header {
  position: fixed;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.23);
  -webkit-animation-duration: 0.7s;
  -webkit-animation-name: headfadeIn;
  animation-name: headfadeIn;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  top: 0;
  width: 100%;
  z-index: 11;
  background: #fff;
}

@-webkit-keyframes headfadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes headfadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fixed-header .header-links li {
  margin: 22px 0px 16px 25px;
}

.fixed-header .logo-left img {
  max-width: 190px;
  height: auto;
}

.welcm_msg_div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.welc_dv {
  width: 60%;
}

.fbtnlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -5px;
}

.fbtnlist li {
  padding: 0 5px;
}

.fbtnlist li .btn-skew span {
  padding: 15px 30px 15px 30px;
}

.revbdg {
  position: fixed;
  bottom: 15px;
  left: 0;
  z-index: 80;
}

.revbdg .rplg-badge-cnt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

.revbdg .rplg-badge2 {
  transform: scale(0.8);
  transform-origin: left;
}

.revbdg .rplg .rplg-badge2 {
  margin: 0 !important;
}

.tellinmob {
  display: none;
}

.revbdg .rplg .rplg-badge2[data-provider="google"] {
  display: unset !important;
}

.page-template-tpl-orange .revbdg .rplg .rplg-badge2[data-provider="google"] {
  display: inline-block !important;
}

.franchise-form-wrapper.deal_month {
  margin-top: 30px;
}

.cust_accordion.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0px 0 50px;
  list-style: none;
  margin-bottom: 0px;
  background: transparent;
}

.cust_accordion.smk_accordion .accordion_in {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cust_accordion.smk_accordion .accordion_in:not(:last-of-type) .acc_head {
  border-bottom: 1px solid rgb(255 255 255 / 16%);
}

.contact_accordion.cust_accordion.smk_accordion
  .accordion_in.acc_active:last-of-type
  .acc_head {
  border-bottom: 1px solid rgb(255 255 255 / 16%);
}

.cust_accordion.smk_accordion .accordion_in .acc_head,
.acc_head {
  position: relative;
  padding: 20px 0;
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  text-transform: capitalize;
}

.cust_accordion.smk_accordion .accordion_in.acc_active .acc_head {
}

.cust_accordion .acc_icon_expand:after {
  position: absolute;
  content: "\f067";
  right: 10px;
  top: 25px;
  font-family: FontAwesome;
  font-style: italic;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.cust_accordion .acc_active .acc_icon_expand:after {
  content: "\f068";
}

.cust_accordion.smk_accordion .accordion_in .acc_content {
  padding: 35px 0 15px;
}

.cust_accordion.smk_accordion .accordion_in:last-of-type .acc_content {
}

.cust_accordion.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}

.cust_accordion.smk_accordion .accordion_in .acc_content p:last-of-type {
}

.cust_accordion.smk_accordion .accordion_in .acc_head {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.cust_accordion.smk_accordion .accordion_in .acc_content .btn-join span {
  padding: 15px 30px 15px 60px;
}

.footer_contact_accordion.cust_accordion.smk_accordion {
  margin: 0 35px 0 0;
  padding: 0px 0 10px;
}

.footer_contact_accordion.cust_accordion.smk_accordion .acc_head {
  font-size: 18px;
  padding: 6px 0;
}

.footer_contact_accordion.cust_accordion.smk_accordion
  .accordion_in:not(:last-of-type)
  .acc_head {
  border-bottom: none;
}

.footer_contact_accordion.cust_accordion.smk_accordion
  .accordion_in
  .acc_content {
  border-top: 1px solid rgb(255 255 255 / 16%);
  border-bottom: 1px solid rgb(255 255 255 / 16%);
  padding: 22px 0;
  margin: 14px 0;
}

.footer_contact_accordion.cust_accordion .acc_icon_expand:after {
  font-size: 12px;
  top: 10px;
}

.cust_accordion.smk_accordion .accordion_in .acc_content .btn-skew {
  margin-left: 5px;
}

.footer_contact_accordion
  .ft-list-inline
  li:nth-child(2n + 1):nth-last-child(-n + 2),
.footer_contact_accordion
  .ft-list-inline
  li:nth-child(2n + 1):nth-last-child(-n + 2)
  ~ li {
  margin-bottom: 0;
}

.in-banner-left.full_width {
  width: 100%;
}

#menu ul > li.has-sub.new_sub {
  position: relative;
}

#menu ul > li.has-sub.new_sub .mega-submenu {
  width: 320px;
  padding: 0px 0 20px;
  margin-left: 20px;
}

#menu ul > li.has-sub.new_sub .mega-submenu .sub-menu.sd-list {
  flex-direction: column;
  margin-bottom: 0;
  padding-top: 30px;
}

#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  ul.sub-menu.sd-list {
  position: absolute;
  top: 0;
  width: 320px;
  left: 100%;
  text-align: left;
  z-index: 5;
  background: rgba(212, 46, 32, 1);
  background: -moz-linear-gradient(
    top,
    rgba(212, 46, 32, 0.95) 0%,
    rgba(7, 59, 131, 0.95) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(212, 46, 32, 0.95)),
    color-stop(100%, rgba(7, 59, 131, 0.95))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(212, 46, 32, 0.95) 0%,
    rgba(7, 59, 131, 0.95) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(212, 46, 32, 0.95) 0%,
    rgba(7, 59, 131, 0.95) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(212, 46, 32, 0.95) 0%,
    rgba(7, 59, 131, 0.95) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(212, 46, 32, 0.95) 0%,
    rgba(7, 59, 131, 0.95) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d42e20', endColorstr='#073b83', GradientType=0);
  box-shadow: 0px 10px 10px -8px rgb(0 0 0 / 50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 13px;
  min-height: 465px;
}

/* #menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  ul.sub-menu.sd-list
  > li:hover
  > ul.sub-menu.sd-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
} */
#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  > li:hover
  > ul.sub-menu.sd-list,
#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  ul.sub-menu.sd-list
  > li:hover
  ul.sub-menu.sd-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto !important;
}
#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  li:hover
  ul.sub-menu.sd-list:before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

#menu ul > li.has-sub.new_sub .mega-submenu ul.about-sub-link li {
  width: 100%;
  padding: 0 20px;
  margin: 0;
  position: static;
  float: none;
}

#menu ul > li.has-sub.new_sub .mega-submenu ul.about-sub-link li a:before {
  width: 9px;
  left: 8px;
  top: 16px;
}

#menu ul > li.has-sub.new_sub .mega-submenu ul.about-sub-link li a {
  padding: 8px 16px 8px 30px;
  font-size: 16px;
  width: 100%;
  margin: 0 0 8px;
}

#menu ul > li.has-sub.new_sub .mega-submenu .container-inner {
  padding: 0;
}

#menu ul > li.has-sub.new_sub .mega-submenu .menudrop {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}

#menu ul > li.has-sub.new_sub .mega-submenu .menudrop:before {
  content: "\f105";
}

#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  > li:hover
  > a
  .menudrop,
#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  > li.active
  > a
  .menudrop,
#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  li
  ul.sub-menu.sd-list
  > li.active
  > a
  .menudrop,
#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  li
  ul.sub-menu.sd-list
  > li:hover
  > a
  .menudrop {
  color: #073a83;
  transform: none;
}

#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  ul.sub-menu.sd-list
  > ul.sub-menu.sd-list
  > li
  .menudrop {
  color: #ffffff;
}
#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  ul.sub-menu.sd-list {
  width: 280px;
  padding: 30px 0 20px 0;
}
#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  ul.sub-menu.sd-list
  > li
  > a {
  color: #ffffff;
}
#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  ul.sub-menu.sd-list
  a {
  font-size: 14px;
  margin: 0 0 7px;
  color: #fff;
}
#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  ul.sub-menu.sd-list
  li
  ul.sub-menu.sd-list
  li
  > a {
  margin-bottom: 0;
}
#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  ul.sub-menu.sd-list
  > li:hover
  > a,
#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  ul.sub-menu.sd-list
  > li.active
  > a {
  color: #073a83;
}

#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  ul.sub-menu.sd-list
  li
  a:before {
  background: #fff;
}

#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  ul.sub-menu.sd-list
  > li:hover
  > a:before,
#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  ul.sub-menu.sd-list
  > li.active
  > a:before {
  background: #073a83;
}

.newmenudrop {
  display: none !important;
}

#menu ul > li.has-sub.new_sub .mega-submenu ul.about-sub-link li.removeactive a,
#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  li.removeactive
  ul.sub-menu.sd-list
  li.active
  a {
  color: #fff;
}

#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  li.removeactive
  a:after {
  content: none;
}

#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  li.removeactive
  a:before,
#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  li.removeactive
  ul.sub-menu.sd-list
  li.active
  a:before {
  background: #fff;
}

#menu
  ul
  > li.has-sub.new_sub
  .mega-submenu
  ul.about-sub-link
  li.removeactive.active
  .menudrop {
  color: #fff;
}

.book-online.desk_hide {
  display: none;
}

.callicon a span {
  padding: 15px 20px 15px !important;
}

.header-links li.callicon .btn-skew.btn-border span {
  padding: 6px 20px 6px 50px !important;
}

/*
.desktel  .tellinmob { display: block;}
.desktel  .tellinmob .down-button {
    text-align: center;
    left: 0;
    background-color: #fff;
    width: 42px;
    height: 42px;
    line-height: 100%;
    margin: 0;
    top: auto;
    margin: 0 44px 0 auto;
    border: 2px solid #d42e20;
    border-radius: 3px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.desktel .tellinmob .topheader {
    position: absolute;
    top: 47px;
    width: 300px !important;
    left: auto;
    padding: 0;
    right: -5px;
    background-color: #073a83;
    eight: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
    z-index: 9;
}
.desktel .tellinmob i {
    color: #ffffff;
    font-size: 14px;
    height: 26px;
    width: 26px;
    z-index: 1;
    background: #c72b1d;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
    border: 2px solid #fff;
}
.showcall .desktel .tellinmob i:before {
    content: "\f00d";
    margin-top: -1px;
    display: block;
}
.showcall .desktel .topheader {
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 9;
}
.desktel .tellinmob .topheader ul li {
    margin: 10px 0;
}
header  .desktel .topheader li:after { content:none;}
*/

.aud_block {
  border: 2px solid #ce2618;
  /*    width: 465px;*/
  display: inline-block;
  transform: skew(-5deg, 0deg);
  border-radius: 5px;
  padding: 27px 47px;
}

.aud_block a {
  display: flex;
}

.aud_block .vd_icon {
  width: 85px;
}

.aud_block .rht_txt {
  /* width: calc(100% - 90px); */
  position: relative;
}

.aud_block .vso-icon {
  background: #ce2618;
  border: 4px solid #dc655b;
}

.aud_block .vso-icon img {
  padding: 10px 0 13px 3px;
}

.aud_block .vso-icon.ripple:before,
.aud_block .vso-icon.ripple:after {
  box-shadow: 0 0 0 0 rgb(206 38 24);
}

.aud_block .rht_txt img {
  position: absolute;
  top: -13px;
  max-width: 250px;
  opacity: 10%;
}

.aud_block .rgt_tit {
  font-family: "Eurostile LT Std";
  color: #d42e20;
  font-size: 22px;
  letter-spacing: 0.4px;
  width: 100%;
}

.rht_txt {
  position: relative;
}

#html5box-html5-lightbox #html5-close {
  top: -12px !important;
  right: -7px !important;
}

.banner-slider > *,
.home-sd-list > *,
.js-pngs-list > * {
  display: none;
}

.banner-slider.slick-initialized > *,
.home-sd-list.slick-initialized > *,
.js-pngs-list.slick-initialized > * {
  display: block;
}

.home-sd-list {
  display: none;
}

.home-sd-list.slick-initialized {
  display: block;
}

.wpcf7-form-control.wpcf7-radio {
  border: 0px solid red !important;
}

.why_main {
  position: relative;
  z-index: 0;
  float: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.why_main .left_imag {
  position: sticky;
  z-index: 0;
  top: 150px;
  min-height: 443px;
  float: left;
  align-self: flex-start;
}

.why_main .left_imag .align-left {
  margin-right: 50px;
}

.why_main .cont_wrp {
  width: calc(100% - 825px);
  float: right;
}

.why_main.about_main .left_imag {
  width: 740px;
  min-height: auto;
}

.why_main.about_main .cont_wrp {
  width: calc(100% - 790px);
}

/*.why_main.about_main .left_imag img{width: 100%;}*/

.career_sub .vs-overlay {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10%;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background: transparent;
  transform: none;
}

.career_sub .vso-button {
  padding: 11px;
  transform: none;
}

.career_sub .vso-info {
  display: block;
}

.career_sub .vso-icon {
  /* width: 33px; */
  /* height: 33px; */
  /* line-height: 23px; */
  background: none;
}

.career_sub .vso-icon img {
  padding: 9px 0 13px 5px;
  padding: 0;
}

.career_sub .vso-icon.ripple:after {
  width: 40px;
  height: 40px;
}

.career_sub .vso-icon.ripple:before,
.career_sub .vso-icon.ripple:after {
  height: 47px;
  width: 47px;
  width: 24px !important;
  height: 24px !important;
  margin: -12px 0 0 -12px !important;
  box-shadow: 0 0 0 0 rgb(200 47 39);
}

.career_sub .video-skew {
  width: auto;
  background: #fff;
  height: auto;
}

.career_sub .vs-overlay:hover {
  background: none;
}

.page-template-tpl-services-area-template .sec_hmbanner,
.page-template-tpl-orange .sub_area_banner.sec_hmbanner,
.page-template-tpl-suburb-template_new .sec_hmbanner {
  margin-bottom: 0px;
}

.form_bottom_wrap .wpcf7-response-output {
  display: none !important;
}

.form_bottom_wrap .form .wpcf7-not-valid {
  border-bottom: 1px solid red !important;
}

#menu ul > li#nav-menu-item-283 .about-sub-link > li {
  width: 20% !important;
}

body {
  position: relative;
  z-index: 0;
}

.revbdg {
  z-index: 98 !important;
}

.bgimg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: inherit;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.content_wrp {
  position: relative;
  background: rgb(255 255 255 / 80%);
  padding-top: 45px;
}

.why_main.wrp_cnt .cont_wrp {
  width: 100% !important;
}

.cont_wrp .wrap-list li {
  width: 100%;
  align-items: center;
}

.page-template-tpl-aboutpage-template .wrap-content.fl-row {
  margin-bottom: 0;
}

.page-template-tpl-why-join-template ul.breadcrumb,
.page-template-tpl-aboutpage-template ul.breadcrumb,
.page-template-tpl-plumbing-franchise-template ul.breadcrumb,
.page-template-tpl-plumbing-franchise-detail-template ul.breadcrumb {
  margin-bottom: 0;
}

#hide_roof .roof_menu_itme {
  display: none;
}

#podium-website-widget {
  bottom: 125px;
  position: fixed;
  right: -20px;
  height: auto;
  z-index: 98;
}

#podium-website-widget #podium-bubble {
  position: relative !important;
}

.ModalBanner__MainContainer {
  display: none !important;
  opacity: 0 !important;
}

.ModalBanner__MainContainer {
  background: transparent !important;
  height: 0 !important;
}

#podium-prompt {
  bottom: 185px !important;
  right: 0 !important;
}

#podium-website-widget iframe {
  left: 0;
}
