@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;900&display=swap');

:root {
    --bg-main: #000; /* Black*/
    --bg-color: #DC3726; /* Orange*/
    --bg-hover: #288BAA; /* Light Blue*/
    --bg-gray: #424242; /* Dark Gray*/
    --bg-blue: #2f334a; /* Dark Blue*/
    --bg-maroon: #4F190E; /* Dark Maroon*/
}

body {
    margin: 0 auto;
    color: var(--bg-main);
    font-family: 'Tajawal', sans-serif;
	font-size: 16px;
	line-height: 25px;
	background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Typography
----------------------------------------------------------------------------------------------------*/

a {
	color: var(--bg-color);
	text-decoration: none;
}
a:hover {
    color: var(--bg-hover);
}
a img {
	border: 0;
}
p {
	color: var(--bg-main);
	font-family: 'Tajawal', sans-serif;
	font-size: 16px;
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
	color: var(--bg-main);
	font-family: 'Tajawal', sans-serif;
	font-size: 40px;
	line-height: 45px;
	font-weight: 900;
	margin: 0 0 10px 0;
}
h2, h2 a, .title2, .title2 a {
	color: var(--bg-color);
	font-family: 'Tajawal', sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 10px 0;

}
h3, h3 a, .title3, .title3 a {
	color: var(--bg-main);
	font-family: 'Tajawal', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
	color: var(--bg-maroon)
}
h4, h4 a, .title4, .title4 a {
	color: var(--bg-main);
	font-family: 'Tajawal', sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: var(--bg-main);
	font-family: 'Tajawal', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: var(--bg-main);
	font-family: 'Tajawal', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
.big-header h2 {
    font-size: 28px !important;
}
h1, h1 a, .title1, .title1 a {
    font-size: 24px;
}
}
@media (min-width: 767px) {
.big-header h2 {
    font-size: 36px !important;
}
}

/* Custom Font Weights
----------------------------------------------------------------------------------------------------*/

.font-weight-100,
.font-weight-100 h1,
.font-weight-100 h2,
.font-weight-100 h3,
.font-weight-100 h4,
.font-weight-100 h5,
.font-weight-100 h6,
.font-weight-100 p,
.font-weight-100 ul,
.font-weight-100 li,
.font-weight-100 a {
    font-weight: 100 !important;
}
.font-weight-200,
.font-weight-200 h1,
.font-weight-200 h2,
.font-weight-200 h3,
.font-weight-200 h4,
.font-weight-200 h5,
.font-weight-200 h6,
.font-weight-200 p,
.font-weight-200 ul,
.font-weight-200 li,
.font-weight-200 a {
    font-weight: 200 !important;
}
.font-weight-300,
.font-weight-300 h1,
.font-weight-300 h2,
.font-weight-300 h3,
.font-weight-300 h4,
.font-weight-300 h5,
.font-weight-300 h6,
.font-weight-300 p,
.font-weight-300 ul,
.font-weight-300 li,
.font-weight-300 a { 
    font-weight: 300 !important;
}
.font-weight-400,
.font-weight-400 h1,
.font-weight-400 h2,
.font-weight-400 h3,
.font-weight-400 h4,
.font-weight-400 h5,
.font-weight-400 h6,
.font-weight-400 p,
.font-weight-400 ul,
.font-weight-400 li,
.font-weight-400 a {
    font-weight: 400 !important;
}
.font-weight-500,
.font-weight-500 h1,
.font-weight-500 h2,
.font-weight-500 h3,
.font-weight-500 h4,
.font-weight-500 h5,
.font-weight-500 h6,
.font-weight-500 p,
.font-weight-500 ul,
.font-weight-500 li,
.font-weight-500 a {
    font-weight: 500 !important;
}
.font-weight-600,
.font-weight-600 h1,
.font-weight-600 h2,
.font-weight-600 h3,
.font-weight-600 h4,
.font-weight-600 h5,
.font-weight-600 h6,
.font-weight-600 p,
.font-weight-600 ul,
.font-weight-600 li,
.font-weight-600 a {
    font-weight: 600 !important;
}
.font-weight-700,
.font-weight-700 h1,
.font-weight-700 h2,
.font-weight-700 h3,
.font-weight-700 h4,
.font-weight-700 h5,
.font-weight-700 h6,
.font-weight-700 p,
.font-weight-700 ul,
.font-weight-700 li,
.font-weight-700 a {
    font-weight: 700 !important;
}
.font-weight-800,
.font-weight-800 h1,
.font-weight-800 h2,
.font-weight-800 h3,
.font-weight-800 h4,
.font-weight-800 h5,
.font-weight-800 h6,
.font-weight-800 p,
.font-weight-800 ul,
.font-weight-800 li,
.font-weight-800 a {
    font-weight: 800 !important;
}
.font-weight-900,
.font-weight-900 h1,
.font-weight-900 h2,
.font-weight-900 h3,
.font-weight-900 h4,
.font-weight-900 h5,
.font-weight-900 h6,
.font-weight-900 p,
.font-weight-900 ul,
.font-weight-900 li,
.font-weight-900 a {
    font-weight: 900 !important;
}
.CustomColor1 {
    color: #011c32;
}
.CustomColor2 {
	color: var(--bg-color);
}
.CustomColor3 {
    color: var(--bg-hover);
}
.mt10 {
    margin-top: 10px;
}
.sell h3 {
    background-color: var(--bg-hover);
    color: #ffffff !important;
    padding: 8px 10px;
}
.sell {
    box-shadow: 0 0 3px #9e9c9c;
    margin: 10px;
}
.pt10 {
    padding-top: 10px;
}


/* Forms
----------------------------------------------------------------------------------------------------*/

.le_form {
	color: var(--bg-main);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: var(--bg-main);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 5px 15px;
	border: 0px solid transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: var(--bg-color);
	color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0;
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover {
    cursor: pointer;
	background-color: #363535;
	color: #ffffff;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: var(--bg-color);
	color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0 !important;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: #003d68;
	color: #ffffff;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
	padding: 5px 10px;
	background-color: #fff;
	border: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:2px solid var(--bg-color);
	box-shadow: none !important;
	color: var(--bg-main);
	font-family: 'Prompt', sans-serif;
	font-size: 14px;
	margin: 0;
}
.form-control {
    border:2px solid var(--bg-color);
	box-shadow: none !important;
	padding: 5px 10px;
	background-color: #fff;
	height: 35px;
	border-radius: 0 !important;
	color: #676767 !important;
	letter-spacing: .14em;
	font-weight: 300;
}
.wrapper textarea {
    padding: 10px 10px;
}
/* -- Bootstrap form tweaks -- */
.form-control {
}

/* -- Hide input placehoder text on focus --*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

::-webkit-input-placeholder {
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
:-moz-placeholder { /* older Firefox*/
     font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
::-moz-placeholder { /* Firefox 19+ */ 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
} 
:-ms-input-placeholder { 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}

.form-group label.title3 {
    padding-top: 30px;
    margin-bottom: 15px;
    display: block;
}

.le_form label {
    font-weight: normal;
}


/* -- fieldset clearing -- */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin:20px 0;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}


/* ---- Form Alerts --- */
.le_form_container .error {
    color: #000;
    padding: 3px 8px;
    background-color: #fdcece;
}

.form-inline .no-labels label.error,.no-labels label.error {
    display:block !important;
}

.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}
.newsletter input[type="submit"].seFormButton {
    padding: 10px 25px !important;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/
.mb_schedule .le_metro_silver_button .signup .le_mb_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 7px 10px !important;
    background-color: var(--bg-color);
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background: var(--bg-color);
    border:none;
    text-shadow:none;
    text-transform: uppercase;
}
.le_metro_silver_button {
    background: var(--bg-color) !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
    padding: 7px 10px !important;
    text-transform: uppercase !important;
}
.le_metro_silver_button:hover {
    background: var(--bg-hover) !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color :var(--bg-hover);
}
.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-weight:400;
	background-color: #0e58a8;
	color: #ffffff;
		transition: 0.3s;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
    background-color: #000000;
}
.se_button.button1 a, a.se_button.button1 {
    padding: 20px 30px 15px 30px;
    margin-top: 10px;
    background-color: var(--bg-color);
    color: #fff;
    letter-spacing: 2px;
    transition: 0.3s;
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    background-color: var(--bg-hover);
}
.se_button.button2 a, a.se_button.button2, .se_button.fullwidthButton a, a.se_button.fullwidthButton {
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
    background-color: var(--bg-color);
    color: #fff;
    letter-spacing: 2px;
    transition: 0.3s;
}
.se_button.button2 a:hover, a:hover.se_button.button2, .se_button.fullwidthButton a:hover, a:hover.se_button.fullwidthButton {
    background-color: var(--bg-hover);
    color: #fff;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
    background-color: var(--bg-color);
    color: #fff;
    padding: 30px 40px 25px 40px;
    margin-top: 10px;
}
.se_button.largeButton a:hover, a:hover.se_button.largeButton {
    background-color: var(--bg-hover);
    color: #fff;
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 8px 15px;
    background-color: var(--bg-color);
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover {
    background-color: var(--bg-hover);
}

/* Gallery
----------------------------------------------------------------------------------------------------*/

#lightbox-container-image-data-box {
    max-width: 95% !important;
}
#aurora_page_wrapper {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image-box {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    height: auto !important;
}
#lightbox-container-image-box img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

/* Classes
----------------------------------------------------------------------------------------------------*/

hr {
    border: 0;
    height: 1px;
    margin: 15px 0;
	background-color: #e9e7e7;
}
.limit-width-500 {
    max-width: 500px;
    margin: auto;
}
.limit-width-600 {
    max-width: 600px;
    margin: auto;
}
.limit-width-650 {
    max-width: 600px;
    margin: auto;
}
.limit-width-700 {
    max-width: 700px;
    margin: auto;
}
.limit-width-800 {
    max-width: 800px;
    margin: auto;
}
.limit-width-900 {
    max-width: 900px;
    margin: auto;
}
.round img {
    border-radius: 50%;
    margin-bottom: 10px;
}
.no-gutters {
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff;
}
.whitetext h1 a, .whitetext h2 a, .whitetext h3 a, .whitetext h4 a, .whitetext h5 a, .whitetext h6 a, .whitetext p a, .whitetext a {
    color: #ffffff;
}
.smalltext h1 {
    font-size: 26px;
    line-height: 35px;
    color: var(--bg-hover);
}
.bluetext h2 {
    font-size: 60px;
    line-height: 60px;
    color: var(--bg-maroon);
    margin-bottom: 0;
}
.bigtext h3 {
    font-size: 60px;
    line-height: 60px;
    color: var(--bg-blue);
    margin-bottom: 0;
}
.textbox {
    padding: 75px 25px;
}
.textbox h2 {
    font-size: 30px;
    line-height: 40px;
    color: var(--bg-blue);
}
.textbox ul {
    margin-top: 0;
    margin-bottom: 5px;
}
.textbox li {
    font-size: 22px;
    line-height: 30px;
    color: var(--bg-hover);
    margin-bottom: 0px;
}
.textbox2 {
    text-align: center;
    padding: 75px 25px;
}
.textbox2 h2 {
    font-size: 30px;
    line-height: 40px;
    /*color: #fff;*/
}
.textbox2 p {
    /*color: #fff;*/
}
.fullwidth img {
    width: 100%;
    height: auto;
}
.blue-gradient {
    background: -moz-linear-gradient(left,  rgba(47,51,74,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(47,51,74,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(47,51,74,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f334a', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.blue-gradient2 {
    background: -moz-linear-gradient(bottom,  rgba(47,51,74,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom,  rgba(47,51,74,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top,  rgba(47,51,74,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f334a', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.banner {
    text-align: center;
    padding: 0 25px;
}
.banner h2 {
    font-size: 20px;
    line-height: 30px;
    text-shadow: 0 0 3px #9e9c9c;
    color: #fff;
    letter-spacing: 4px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.banner h2:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 240px;
    height: 5px;
    content: "";
    left: 50%;
    margin-left: -120px;
    background-color: #ffffff;
}
.banner h3 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    text-shadow: 0 0 3px #9e9c9c;
}
.whitebox {
    background-color: #fff;
    text-align: center;
    padding: 30px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.08);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
.whitebox h6 {
    font-size: 30px;
    line-height: 40px;
    color: var(--bg-main);
}
.deals {
    background: #f7f8f9;
    padding: 25px;
    margin-bottom: 40px;
    border: 1px solid #e3e3e3;
    height: 225px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-bottom: 7px solid #BE4B2E;
    
}
.deals h2 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 300;
}
.deals p {
    font-family: 'Prompt';
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 5px;
    color: #368BAA;
}
.left-bluebox, .right-bluebox {
    position: relative;
}
.left-bluebox img, .right-bluebox img {
    width: 100%;
    height: auto;
}
.left-bluebox:before {
    content: " ";
    position: absolute;
    top: -200px;
    left: -500px;
    right: 100px;
    bottom: -75px;
    background-color: #eaf0f6;
    z-index: -1 !important;
}
.right-bluebox:before {
    content: " ";
    position: absolute;
    top: -200px;
    right: -500px;
    left: 175px;
    bottom: -625px;
    background-color: #eaf0f6;
    z-index: -1 !important;
}
.ctabox {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: var(--bg-color);
  padding: 100px 25px;
  text-align: center;
  margin-bottom: 25px;
}
.ctabox:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg-hover);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.ctabox:hover, .ctabox:focus, .ctabox:active {
  color: white;
  background: var(--bg-color);
}
.ctabox:hover:before, .ctabox:focus:before, .ctabox:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.ctabox h3 {
    font-size: 28px;
    line-height: 30px;
    margin: 0;
    color: #fff;
}
.ctabox img {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}
.tab1, .tab2, .tab3 {
    background-color: #fff;
    text-align: center;
    padding: 60px 20px;
    margin-bottom: 25px;
    font-size: 20px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.08);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
}
.tab1:hover, .tab2:hover, .tab3:hover {
    background: var(--bg-hover);
    color: #fff;
    border: 1px solid var(--bg-hover);
    cursor: pointer;
}
#slider1 {
    position: absolute;
}
#slider2, #slider3 {
    display: none;
    position: absolute;
}
.uppertext {
    background: -moz-linear-gradient(bottom,  rgba(47,51,74,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom,  rgba(47,51,74,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top,  rgba(47,51,74,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f334a', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    position: absolute;
    text-align: right;
    bottom: 7px;
    height: 100%;
    width: 100%;
}
.uppertext h6 {
    bottom: 0;
    position: absolute;
    font-size: 16px;
    line-height: 25px;
    padding: 0 40px 40px 40px;
    color: #fff;
}
.blue-circle {
    border: 10px solid #eaf0f6;
    border-radius: 50%;
    height: auto;
    margin: auto;
}
.red-titles h4 {
    color: var(--bg-hover);
    font-size: 24px;
    line-height: 30px;
}
.animated {
	animation-name: fade;
	animation-timing-function: ease-in-out;
	animation-duration: 3s;
	animation-direction: alternate;
	position: relative;
}

@keyframes fade {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.graphic {
    border: 20px solid #eaf0f6;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    position: relative;
    margin: auto;
}
.circle1 {
    left: -20px;
    top: 50px;
}
.circle2 {
    right: 50px;
    top: -25px;
}
.circle3 {
    left: -40px;
    bottom: 100px;
}
.circle4 {
    right: -70px;
    bottom: 200px;
}
.circle5 {
    left: 240px;
    bottom: -60px;
}
.circle1, .circle2, .circle3, .circle4, .circle5 {
    width: 125px;
    height: 125px;
    display: block;
    z-index: 1;
    position: absolute;
}
.content1, .content2, .content3, .content4, .content5 {
    opacity: 0;
}
.circle1:hover, .circle2:hover, .circle3:hover, .circle4:hover,.circle5:hover {
    cursor: pointer;
}
.circle1:hover .content1 {
    opacity: 1 !important;
}
.circle1 .tooltiptext1 {
    visibility: hidden;
    text-align: center;
    width: 300px !important;
    position: absolute;
    margin: auto;
    display: block;
    left: 150px;
    top: 150px;
    font-size: 18px;
    line-height: 30px;
}
.circle1:hover .tooltiptext1 {
  visibility: visible;
}
.circle2 .tooltiptext2 {
    visibility: hidden;
    text-align: center;
    width: 350px !important;
    position: absolute;
    margin: auto;
    display: block;
    left: -275px;
    top: 200px;
    font-size: 18px;
    line-height: 30px;
}
.circle2:hover .tooltiptext2 {
  visibility: visible;
}
.circle3 .tooltiptext3 {
    visibility: hidden;
    text-align: center;
    width: 350px !important;
    position: absolute;
    margin: auto;
    display: inline-block;
    left: 150px;
    top: -130px;
    font-size: 18px;
    line-height: 30px;
}
.circle3:hover .tooltiptext3 {
  visibility: visible;
}
.circle4 .tooltiptext4 {
    visibility: hidden;
    text-align: center;
    width: 350px !important;
    position: absolute;
    margin: auto;
    display: block;
    left: -400px;
    top: -50px;
    font-size: 18px;
    line-height: 30px;
}
.circle4:hover .tooltiptext4 {
  visibility: visible;
}
.circle5 .tooltiptext5 {
    visibility: hidden;
    text-align: center;
    width: 350px !important;
    position: absolute;
    margin: auto;
    display: block;
    left: -140px;
    top: -300px;
    font-size: 18px;
    line-height: 30px;
}
.circle5:hover .tooltiptext5 {
  visibility: visible;
}
.m-top {
    margin-top: -150px;
    position: relative;
}
.blue-box, .blue-box2 {
    background-color: var(--bg-blue);
    padding: 50px 30px;
    margin-bottom: 25px;
}
.blue-box h2, .blue-box2 h2 {
    color: #fff;
}
.checklist ul { 
    padding-left:30px; 
    list-style:none; 
    color: #fff;
}
.checklist ul li { 
    margin-bottom:10px; 
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 10px 0 -25px;
    color: #fff;
}
.checklist ul ul li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 10px 0 -25px;
    color: #fff;
}

/* Expand
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
    margin-bottom: 30px;
}
.expand h3 {
    color: var(--bg-main);
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
}
.expand h4 {
    position: relative; 
    font-size: 16px;
    line-height: 20px !important;
    color: #ffffff;
    background-color: var(--bg-color);
    display: inline-block;
    padding: 10px 15px 5px 15px;
    text-transform: uppercase;
}
.expand h4.active {
    background-color: var(--bg-hover);
    color: #ffffff;
    margin-bottom: 10px !important;
}
.expand h4:hover {
    cursor: pointer;
    background-color: var(--bg-hover);
    color: #ffffff;
}

/* Pop up
----------------------------------------------------------------------------------------------------*/

.close-git-form a {
    display: block;
    top: 3px;
    right: 7px;
    font-size: 25px;
    line-height: 25px;
    z-index: 1;
    padding: 5px;
    position: absolute;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: var(--bg-blue);
    font-weight: 500;
}
.close-git-form a:hover {
    color: var(--bg-hover);
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.git-form {
    position: fixed;
    z-index: 1001;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    top:0;
    text-align: center;
    width: 500px;
    z-index: -1;
    opacity: 0;
    background: rgba(255,255,255,0.95);
    border: 5px solid var(--bg-hover);
    padding: 40px 20px 30px 20px;
    opacity: 0;
    transform: translateX(100%);
    transition: all .2s ease;
    background: #fff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
    transition: box-shadow .3s ease;
}
.git-form.gitFormOpen {
    opacity: 1;
    transform: translateX(0);
    z-index: 1000;
}
.git-form h6 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: var(--bg-blue);
}
.git-form input[type="text"], .git-form input[type="email"], .git-form input[type="password"], .git-form textarea {
    border: 0;
    border-bottom: 1px solid var(--bg-blue);
    text-align: center;
}
.git-form input[type="submit"].seFormButton {
    margin: 0 auto;
    display: block;
    position: relative;
    margin-top: -20px;
    padding: 8px 20px;
}
.git-form ::-webkit-input-placeholder {
    font-size: 15px; 
    color: var(--bg-blue);
}
.git-form :-moz-placeholder { /* older Firefox*/
    font-size: 15px; 
    color: var(--bg-blue);
}
.git-form ::-moz-placeholder { /* Firefox 19+ */ 
    font-size: 15px; 
    color: var(--bg-blue);
} 
.git-form :-ms-input-placeholder { 
    font-size: 15px; 
    color: var(--bg-blue);
}
.ptb {
    padding: 10px 0 20px 0;
}
.git-form .recaptcha-terms {
    margin-top: -20px !important;
    padding: 0 !important;
}
.recaptcha-terms {
    padding: 0 !important;
}
@media (max-width: 767px) {
    .git-form {
        width: 300px !important;
        height: 500px !important;
    }
}
@media (min-width: 767px) {
    .git-form {
        height: 475px !important;
    }
    .pop-up-form {
        padding: 0 50px;
    }
}
.le-edit-open .git-form {
    position: relative !important;
    opacity: 1 !important;
    z-index: 1000 !important;
    margin-left: -100px;
}

/* White Animated Triangle
----------------------------------------------------------------------------------------------------*/

.hideme {
  opacity:0;
}
.showme {
  opacity:1;
}
.le-edit-open .animated{
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0)
    }
    100% {
        -moz-transform: translateY(-100%)
    }
}

@-o-keyframes slideUp {
    0% {
        -o-transform: translateY(0)
    }
    100% {
        -o-transform: translateY(-100%)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-100%)
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp
}
.section-divider-svg {
    overflow: hidden;
    margin-right: -3px;
}

.section-divider-svg svg {
    width: 100%;
    display: block;
    margin-bottom: -1px; /* safari was off by 1px */
}

.section-divider-svg polygon {
    fill: #fff;
}
.section-divider-svg-footer {
    overflow: hidden;
}

.section-divider-svg-footer svg {
    width: 100%;
    display: block;
    margin-bottom: -1px; /* safari was off by 1px */
}

.section-divider-svg-footer polygon {
    fill: #288BAA;
}

/* Underline Text
----------------------------------------------------------------------------------------------------*/

.underline-center {
    position: relative;
    padding-bottom: 5px;
}
.underline-center:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 300px;
    height: 5px;
    content: "";
    left: 50%;
    margin-left: -150px;
    background-color: #2f334a;
}
.underline-center h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.underline-center2 {
    position: relative;
    padding-bottom: 5px;
}
.underline-center2:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 300px;
    height: 5px;
    content: "";
    left: 50%;
    margin-left: -150px;
    background-color: #ffffff;
}
.underline-center2 h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/* Underline Text
----------------------------------------------------------------------------------------------------*/

.testimonial h3 {
    position: relative;
    padding-bottom: 25px;
    letter-spacing: 4px;
    font-size: 18px;
    line-height: 25px;
    color: var(--bg-blue);
}
.testimonial h3:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 320px;
    height: 5px;
    content: "";
    left: 50%;
    margin-left: -160px;
    background-color: var(--bg-color);
}
.testimonial h3:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/icon-quotation.svg);
    width: 70px;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto 10px auto;
    display: block;
}
.testimonialbox p {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 40px;
}
.testimonialbox .bx-pager.bx-default-pager a {
    background: #b0b0b2 !important;
}
.testimonialbox .bx-pager.bx-default-pager a:hover, .testimonialbox .bx-pager.bx-default-pager a.active {
    background-color: var(--bg-color) !important;
}


/*.quote p:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 320px;
    height: 5px;
    content: "";
    left: 50%;
    margin-left: -160px;
    background-color: var(--bg-color);
}*/
.quote p:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/icon-quotation.svg);
    width: 70px;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto 10px auto;
    display: block;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-20 {
    margin-bottom: 20px;
}

/* Buy Side Process
----------------------------------------------------------------------------------------------------*/
.icon-one h2, .icon-two h2, .icon-three h2, .icon-four h2, .icon-five h2 {
    color: var(--bg-color);
    font-size: 30px;
    line-height: 40px;
}
.icon-two h2, .icon-four h2 {
    padding-right: 45px;
}
.icon-two, .icon-four {
    text-align: right;
}
.icon-one p, .icon-three p, .icon-five p {
    font-size: 20px;
    line-height: 30px;
    /*padding-left: 60px;*/
}
.icon-two p, .icon-four p {
    font-size: 20px;
    line-height: 30px;
    /*padding-right: 60px;*/
}
/*.icon-one h2:before {*/
/*    content: '1';*/
/*    font-size: 30px;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    line-height: 60px;*/
/*    background-color: var(--bg-hover);*/
/*    color: #fff;*/
/*    border-radius: 50%;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    text-align: center;*/
/*    margin-right: 10px;*/
    /*top: -5px;*/
/*}*/
/*.icon-two h2:before {*/
/*    content: '2';*/
/*    font-size: 30px;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    line-height: 60px;*/
/*    background-color: var(--bg-hover);*/
/*    color: #fff;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    text-align: center;*/
/*    top: -5px;*/
/*}*/
/*.icon-three h2:before {*/
/*    content: '3';*/
/*    font-size: 30px;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    line-height: 60px;*/
/*    background-color: var(--bg-hover);*/
/*    color: #fff;*/
/*    border-radius: 50%;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    text-align: center;*/
/*    margin-right: 10px;*/
    /*top: -5px;*/
/*}*/
/*.icon-four h2:before {*/
/*    content: '4';*/
/*    font-size: 30px;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    line-height: 60px;*/
/*    background-color: var(--bg-hover);*/
/*    color: #fff;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    text-align: center;*/
/*    top: -5px;*/
/*}*/
/*.icon-five h2:before {*/
/*    content: '5';*/
/*    font-size: 30px;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    line-height: 60px;*/
/*    background-color: var(--bg-hover);*/
/*    color: #fff;*/
/*    border-radius: 50%;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    text-align: center;*/
/*    margin-right: 10px;*/
    /*top: -5px;*/
/*}*/
.lines-img img {
    position: relative;
}
.lines-img2 img {
    position: relative;
}
.lines-img3 img {
    position: relative;
}

/* Newsletter Flag
----------------------------------------------------------------------------------------------------*/

.banner-content {
    position: relative;
}
.flag {
    float: right;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    background-color: var(--bg-color);
    position: absolute;
    right: 0;
    top: 5%;
    width: 165px;
}
.inside-flag {
    float: right;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    background-color: var(--bg-color);
    position: relative;
    right: 0;
    width: 165px;
    margin-top: -90px;
}
.flag:hover, .inside-flag:hover {
    background-color: var(--bg-hover);
}
.flag a, .inside-flag a {
    color: #fff;
    line-height: 20px;
    padding: 10px 10px;
    display: inline-block;
}

/* Home CTAS
----------------------------------------------------------------------------------------------------*/

.red-cta {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-bottom: 10px solid var(--bg-color);
    padding: 30px 20px;
    margin-bottom: 30px;
    text-align: center;
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    transition: .3s ease;
}
.red-cta:hover {
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    margin-top: -5px;
    transition: .3s ease;
}
.red-cta h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--bg-color);
}
.red-cta a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.lightblue-cta {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-bottom: 10px solid var(--bg-hover);
    padding: 30px 20px;
    margin-bottom: 30px;
    text-align: center;
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    transition: .3s ease;
}
.lightblue-cta:hover {
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    margin-top: -5px;
    transition: .3s ease;
}
.lightblue-cta h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--bg-hover);
}
.lightblue-cta a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.darkblue-cta {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-bottom: 10px solid #2f334a;
    padding: 30px 20px;
    margin-bottom: 30px;
    text-align: center;
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    transition: .3s ease;
}
.darkblue-cta:hover {
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    margin-top: -5px;
    transition: .3s ease;
}
.darkblue-cta h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 600;
    color: #2f334a;
}
.darkblue-cta a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

/* Site Branding
----------------------------------------------------------------------------------------------------*/

.se_siteBranding {
    padding: 15px 0 0 0;
}
.se_siteBranding img {
    /*max-width: 125px;*/
    height: auto;
}

/* Wrapper
----------------------------------------------------------------------------------------------------*/
.wrapper {
	width: 100%;
	position: relative;
}
.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}
.container {
    padding: 0 25px;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header-wrap {
    width: 100%;
    z-index: 300;
    padding: 0px;
    position: fixed;
    background-color: #fff;
}
.header {
    padding: 0 30px;
}
.header_se_social {
    margin-top: 30px;
    text-align: center;
}
.header_se_social a {
    color: var(--bg-blue);
    margin: 0 5px;
    font-size: 24px;
}
.header_se_social a:hover {
    color: var(--bg-color);
}
.main-content {
    padding-top: 60px;
}
.orange-bar {
    background-color: var(--bg-color);
    padding: 5px 10px;
}
.orange-bar a {
    color: #fff;
    letter-spacing: 2px;
}

/* Navigation (menu-bar)
----------------------------------------------------------------------------------------------------*/

.menu-bar {
    position: relative;
    z-index:1;
    width:100%;
    transition: all .2s ease;
}
.navigation {
    position: relative;
    top: 4px;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 0;
    text-transform: uppercase;
    background: transparent !important;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 10px;
    right: 0px;
    font-size: 25px;
    color: var(--bg-blue);
}
.OpenMobileMenu .navicon:after {
    color: var(--bg-blue);
    content: '\f00d';
    font-size: 25px;
    font-family: 'FontAwesome';
    top: 5px;
}
.navicon:hover {
    cursor: pointer;
}
.menu-wrap{
    position:absolute;
    top:auto;
    padding-left:0;
}
.MainMenu {
    display: none;
}

/* ---- Separate Mobile Menu ---- */
/* ---- Separate Mobile Menu ---- */
/* ---- Separate Mobile Menu ---- */
.primary-mobile-menu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 0px;
    width: 0px;
    opacity: 0;
    z-index: 2000;
    overflow-x: none;
    overflow-y: auto;
    background: #fff;
}

.OpenMobileMenu .primary-mobile-menu {
    height: 100%;
    width: 100%;
    padding: 20px;
    top:90px;
    left:0;
    opacity: 1;
}
.OpenMobileMenu .mobile-menu-cap {
    position:fixed;
    z-index:1000;
    width:100%;
    height:60px;
    top:0;
    left:0;
    background-color: #4a4a4a;
    background-color: #fff;
}

.le-logged-in.OpenMobileMenu .mobile-menu-cap {
    height: 115px;
}

@media (min-width: 767px) { 
    .mobile-menu-cap {
        display: none;
    }
}

.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}
.primary-mobile-menu li {
	list-style-type: none;
	text-decoration: none;
}
.primary-mobile-menu .le_menu_level_container {
	position: relative;
}
.primary-mobile-menu li.le_menuitem_level_0 a {
	display: block;
	padding: 14px 0 14px 0;
    font-family: 'Prompt',sans-serif;
	font-size: 16px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: uppercase;
    word-break:break-word;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: #000;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	color: var(--bg-color);
}

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
	margin-left: -10px !important;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px;
	margin-left:12px;
    font-family: 'Prompt',sans-serif;
	font-size: 14px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #000;
	text-transform: uppercase;
	border-bottom: 3px solid rgba(255,255,255,.03);
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
    color: var(--bg-color);
}
.primary-mobile-menu ul.le_menu_level_2 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
	display: block;
	padding: 5px;
	margin-left:20px;
    font-family: 'Prompt',sans-serif;
	font-size: 12px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #000;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0,0,0,0) !important;
}
.primary-mobile-menu li.le_menuitem_level_2 a:hover {
    color: var(--bg-color);
}
.primary-mobile-menu li.le_menuitem_level_1.hasChild > a {
    text-transform: uppercase;
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild > a:after {
    display:inline-block;
    position: relative;
    left: 6px;
    top: -2px;
    content: "+";
    color: var(--bg-color);
	height: 0;
	width: 0;
}
.primary-mobile-menu li.hasChild > a.active-mobile-parent:after {
    content:"-";
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub {
    height: auto;
    visibility: visible;
    opacity: 1;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
    background-color: #288BAA;
    padding: 30px 10% 40px 10%;
}
.footer p {
    color: #ffffff;
    font-size: 14px;
}
.footer p a {
    color: #ffffff;
}
.footer p a:hover {
    color: var(--bg-color);
}
.footer-block {
    padding: 20px 30px;
}
.se_social {
    margin-bottom: 10px;
}
.se_social a {
    color: #fff !important;
    margin: 0 5px;
    font-size: 28px;
}
.se_social a:hover {
    color: #C4BFBF !important;
}
.footermenu {
    text-align: center;
    margin: 10px 0 100px 0;
}
.footermenu a {
    padding: 0 10px;
    font-size: 20px;
}
#footer-area1 {
    color: var(--bg-blue) !important;
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */

/* -- Target Mobile Only -- */
@media all and (max-width: 768px) {
    .mobile-left {
        text-align: left !important; /* needs important incase Aurora advanced tab align setting differs */
        margin: auto;
    }

    .mobile-center {
        text-align: center !important; /* needs important incase Aurora advanced tab align setting differs */
        margin: auto;
    }

    .mobile-right {
        text-align: right !important; /* needs important incase Aurora advanced tab align setting differs */
        margin: auto;
    }

    .mobile-hide {
        display: none !important; /* needs important incase Aurora advanced tab align setting differs */
    }

    .desktop-only {
        display: none;
    }

}
/* -- Target Desktop Only -- */
@media all and (min-width: 769px) {
    .mobile-only {
        display: none;
    }
}

@media (max-width: 767px) {
    .icon-one, .icon-two, .icon-three, .icon-four, .icon-five {
        padding: 30px 0;
        text-align: center !important;
    }
    .icon-one p, .icon-two p, .icon-three p, .icon-four p, .icon-five p {
        padding: 0;
    }
    .icon-one h2, .icon-two h2, .icon-three h2, .icon-four h2, .icon-five h2 {
        padding: 0;
    }
    .icon-one h2:before, .icon-two h2:before, .icon-three h2:before, .icon-four h2:before, .icon-five h2:before {
        margin: 0 auto 15px auto;
        position: relative;
        display: block;
    }
    .lines-img, .lines-img2, .lines-img3 { 
        text-align: center;
    }
    .lines-img img, .lines-img2 img, .lines-img3 img {
        margin: 0 auto;
        padding-bottom: 10px;
        position: relative;
        text-align: center;
        /*left: 0;*/
        /*right: 0;*/
    }
    .whitebox {
        margin-top: 25px;
    }
    .banner h6 {
        font-size: 30px;
        line-height: 35px;
    }
    .bigtext h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .pr {
        padding: 150px 30px 30px 30px;
    }
    .right-bluebox:before {
        bottom: -275px;
    }
    .se_siteBranding img {
        width: 100px;
    }
    .left-bluebox:before {
        bottom: -150px;
    }
    .mobile-center {
        text-align: center;
    }
    .banner h2 {
        font-size: 14px;
        line-height: 25px;
    }
    .banner h3 {
        font-size: 24px;
        line-height: 35px;
    }
    td, th {
        display: block;
        clear: both;
    }
    td[data-th]:before {
        content: attr(data-th);
        float: left;
    }
    .red-cta p, .lightblue-cta p, .darkblue-cta p {
        display: none;
    }
    .inside-flag {
        margin-top: -60px;
    }
    .m-top {
        margin-top: -35px !important;
    }
    .desktop-break {
        display: none;
    }
    .blog_post_listing_sidebar, #blog_sidebar {
        width: 100% !important;
    }
    .feature_blog_image, .feature_blog_image img {
        width: 100% !important;
        height: auto !important;
        margin: 10px 0 !important;
    }
}
@media (max-width: 768px) {
    .banner {
        text-align: center !important;
    }
    .aurora_home #le_section-three {
        padding-bottom: 0 !important;
    }
    .aurora_home #le_section-four {
        padding-top: 0 !important;
    }
    .red-titles {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .bigtext h2 {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 30px;
    }
    .biggertext h4 {
        font-size: 50px;
        line-height: 60px;
    }
    .tab1, .tab2, .tab3 {
        padding: 22px 20px;
    }
    .right-bluebox:before {
        bottom: -425px;
    }
    .pr {
        padding: 0 200px;
    }
    .whitebox {
        margin-bottom: 25px;
        margin-top: -175px;
    }
    .footer-right {
        text-align: right;
    }
    .lines-img img {
        padding-bottom: 35px;
    }
    .lines-img2 img {
        padding-bottom: 35px;
    }
    .lines-img3 img {
        padding-bottom: 35px;
    }
    .feature_blog_image {
        width: 250px;
        height: auto;
    }
    .feature_blog_image img {
        width: 250px;
        height: auto;
    }
    .blue-box h2 { 
        font-size: 36px;
    }
    .blue-box {
        min-height: 510px;
    }
    .blue-box2 {
        min-height: 840px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        padding-top: 0;
        text-align: right;
        margin-top: 0;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
    	position: relative;
	    list-style-type: none;
	    text-decoration: none;
    }
    .MainMenu .le_menu_level_container {
    	position: relative;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
	    padding: 10px 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: block;
        position: relative;
        font-family: 'Prompt', sans-serif;
        font-size: 14px;
        margin: 0px 20px 0 20px;
        text-transform: uppercase;
        color: var(--bg-main);
        letter-spacing: 3px;
        line-height: 15px;
        word-break: break-word;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
        color: var(--bg-color);
    }
    .Menu1 a {
        background-color: #2f334a;
        color: #fff !important;
        padding: 12px 20px 12px 20px !important;
    }
    .Menu1 a:hover {
        background-color: var(--bg-hover);
    }
    .MainMenu .le_menu_level_1_container {
        position: absolute;
        left: 0;
        width: 200px !important;
        padding: 23px 0 0 0;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: relative;
    	left: 0;
    	display: none;
        margin: 0;
        border: 1px solid #e9eaea;
    	background: rgba(255,255,255,0.8);
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	display: block;
    	padding: 8px 10px !important;
    	margin: 0 !important;
    	color: #000000;
        font-family: 'Prompt', sans-serif;
    	font-size: 12px;
    	text-decoration: none;
    	text-transform: uppercase;
    	min-width: 200px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	background-color: var(--bg-color);
    	color: #ffffff;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	left: 100%;
    	margin-top: -40px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	right:0;
    	z-index: 10;
    	display: none;
    	border: 1px solid #e9eaea;
    	background-color: #ffffff;
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .MainMenu .dropdown ul {
        display: block;
    }
    
    /* ---- Separate Mobile Menu ---- */
    .primary-mobile-menu {
        display: none;
    }
    .ctabox h3 {
        font-size: 22px;
    }
    .tab1, .tab2, .tab3 {
        padding: 47px 20px;
    }
    .right-bluebox:before {
        bottom: -525px;
    }
    .pr {
        padding: 0 50px 0 0;
    }
    .banner {
        padding: 0 20%;
    }
    .ctas {
        padding: 0 80px;
    }
    .textbox {
        padding: 0 5%;
        height: 500px;
        display: table-cell;
        vertical-align: middle;
    }
    .textbox2 {
        padding: 0 5%;
        height: 500px;
        display: table-cell;
        vertical-align: middle;
    }
    .bigtext h3 {
        font-size: 55px;
        line-height: 55px;
    }
    .textbox li {
        font-size: 18px;
        line-height: 30px;
    }
    .flag {
        top: 30%;
    }
    .text-block {
        padding: 0 10%;
    }
    .blue-box {
        min-height: 455px;
    }
    .blue-box2 {
        min-height: 660px;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .MainMenu {
        margin-top: 5px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        margin: 0px 25px 0 25px;
    }
    .ctabox h3 {
        font-size: 28px;
    }
    .tab1, .tab2, .tab3 {
        padding: 60px 20px;
    }
    .right-bluebox:before {
        bottom: -625px;
    }
    .bigtext h3 {
        font-size: 60px;
        line-height: 60px;
    }
    .textbox {
        padding: 0 10%;
    }
    .textbox2 {
        padding: 0 10%;
    }
    .textbox li {
        font-size: 22px;
        line-height: 30px;
    }
    .lines-img img {
        margin-top: -50px;
        padding-bottom: 40px;
    }
    .lines-img2 img {
        margin-top: -25px;
        padding-bottom: 35px;
    }
    .lines-img3 img {
        margin-top: -80px;
        padding-bottom: 35px;
    }
    .blue-box {
        min-height: 410px;
    }
    .blue-box2 {
        min-height: 560px;
    }
}

/* Clear
----------------------------------------------------------------------------------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

  .le_metro_silver_button {
    display: inline-block;
    min-width: 75px;      
  }
  

/* Blog
----------------------------------------------------------------------------------------------------*/
.blog_post_twitter_like {
    margin-top: 5px !important;
}
.blog_post_listing_like {
    margin: 0 !important;
}
.blog_post_listing_facebook_like {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.blog_post_listing_twitter_like {
    margin-top: 5px !important;
    margin-right: 10px !important;
}
.blog_post_listing_content {
    float: none !important;
    overflow: auto !important;
}
#blog_post_listing .feature_blog_text {
    float: none !important;
}
.feature_blog_image {
    float: left !important;
    margin-right: 20px;
}
.blog_post_listing_title_link {
    font-family: 'Prompt', sans-serif;
    font-size: 18px !important;
    letter-spacing: 2px;
    line-height: 20px !important;
    font-weight: bold;
	color: var(--bg-hover);
    text-transform: uppercase;
}
.blog_post_listing_title_link:hover {
    color: var(--bg-color);
}
.blog_post_listing_publishdate {
    font-size: 15px;
	color: var(--bg-hover);
}
.blog_post_listing h3 {
    line-height: 25px !important;
    margin-bottom: 10px !important;
    color: #0e58a8 !important;
}
.blog_post_listing_footer_hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.read_more_div a {
    display: table;
    padding: 15px 20px 10px 20px;
    margin-top: 10px;
    background-color: var(--bg-color);
    color: #fff;
    letter-spacing: 2px;
    transition: 0.3s;
    text-transform: uppercase;
}
.a.read_more_link {
    display: table !important;
}
a.read_more_link {
    display: table;
    color: #5c5c5c;
    padding: 7px 10px;
    background-color: #ffffff;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-top: 10px;
    background-color: var(--bg-color);
    color: #fff;
    letter-spacing: 2px;
    transition: 0.3s;
}
a.read_more_link:hover {
    background-color: #2F344A;
    color: #ffffff;
}
.blog_post_listing_header_section {
    margin-top: 20px;
}
.blog_post_publishdatetime {
    font-size: 14px;
    color: var(--bg-hover)
}    
.blog_post_listing {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.blog_post_title {
    font-size: 26px;
}
.blog_post_tag_header, .blog_post_listing_tag_header {
    font-size: 15px;
    font-family: 'Prompt';
}   
.blog_post_tags {
    font-size: 15px;
    font-family: 'Prompt';
}
.blog_post_permalink {
    font-size: 15px;
    font-family: 'Prompt';
}
@media (min-width: 768px) and (max-width: 992px) { 
    .blog_post_listing_sidebar {
        width: 500px !important;
    }
}

/* ------ Edit Region ------- */

.expander {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    top:40px;
    left:0;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    background: #537fbc;
    color: white;
    cursor: pointer;
    border-radius: 0 0 2px 0;
    transition: left .2s ease;
}
.expander:hover {
    background: #3e63b8;
}

.le-edit-open .expander,
.le-design-open .expander{
    left: 200px;
    visibility: visible;
    width: 26px;
    height: 26px;
}

.expander:before {
    display: block;
    font-family: "FontAwesome";
    content: '\f065';
    transform: rotate(90deg);
}
.expanded-view .expander {
    left:0;
}
.expanded-view .expander:before {
    content: '\f066';
}

/* --- Expanded View Toggles --- */
.aurora_side_bar_title {
    transition: left .2s ease;
}

.le-edit-open.expanded-view .aurora_side_bar_title,
.le-design-open.expanded-view .aurora_side_bar_title {
    position: relative;
    opacity:0;
    left: -200px;
}

.le-edit-open.expanded-view .showSB,
.le-design-open.expanded-view .showSB {
    opacity:0;
    left: -200px !important;
}

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer{
    left: 0;
}
/* ------ Edit Region ------- */
.le_region_overlay_container_inside {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
}
.edit-region-icon {
    color: white;
    background: #537fbc;
    font-size: 16px;
    margin: 0;
    right: 0;
    height: 28px;
    padding-left: 3px;
    line-height: 29px;
    width: 30px;
    text-align: center;
    top: 0;
    position: absolute;
    cursor: pointer; 
}

.le_region_image {
    position: relative;
    top: -2px;
}

/*---------------Hiding Style Editor (for use with Premium sites with Regions) START-----------*/
.aurora_sidebar_menu_item aurora_panel-group-divider{
    display: none !important;
}
.style-settings-label{
    display: none !important;
}
#aurora_background-options, #aurora_color-options, #aurora_typography-options{
    display: none !important;
}
.aurora_preset-wrapper{
    display: none !important;
}
.aurora_side_bar_label{
    display: none !important;
}
.aurora_side_bar_label:first-of-type{
    display: block !important;
}

/*----------Hiding Style Editor  (for use with Premium sites with Regions) END-------*/
.le-logged-in .footer {
    margin-bottom: 30px !important;
}
.le-logged-in .header-wrap {
    position: relative !important;
    z-index: 1 !important;
}
.le-logged-in .main-content {
    padding-top: 0;
}
.le-edit-open #slider1, .le-edit-open #slider2, .le-edit-open #slider3 {
    display: block;
}
.le-edit-open .textbox, .le-edit-open .textbox2 {
    height: auto !important;
}
.le-edit-open .lines-img img, .le-edit-open .lines-img2 img, .le-edit-open .lines-img3 img {
    margin-top: 0;
    padding-bottom: 0;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_about-exitbig #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/gray-gradient-down.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_about-exitbig #le_section-five-area10 {
    margin-bottom: 85px;
}
.aurora_about-exitbig #le_section-five-area12 {
    margin-bottom: 15px;
}
.aurora_about-exitbig #le_section-five-area15 {
    margin-bottom: 15px;
}
.aurora_about-exitbig #le_section-five-area9 {
    margin-bottom: 15px;
}
.aurora_about-exitbig #le_section-four {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_about-exitbig #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/inside-header-teal.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_about-exitbig #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_about-exitbig #le_section-three {
    background-color: rgb(220, 55, 38);
    padding-bottom: 60px;
}
.aurora_about-exitbig #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/inside-background-wave.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding-top: 75px;
    padding-bottom: 150px;
}
.aurora_active-deals #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/inside-header-teal.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_active-deals #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_active-deals #le_section-two {
    padding-bottom: 40px;
}
.aurora_active-deals #le_section-two-area9 {
}
.aurora_Buy-Side-Service #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/inside-header-teal.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_Buy-Side-Service #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Buy-Side-Service #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Buy-Side-Service #le_section-two-area12 {
    padding-right: 100px;
}
.aurora_Buy-Side-Service #le_section-two-area6 {
    padding-right: 100px;
}
.aurora_chris-herdzina #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/inside-header-teal.jpg);
    margin-bottom: 40px;
}
.aurora_chris-herdzina #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_completed-transactions #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/inside-header-teal.jpg);
    background-size: cover;
}
.aurora_completed-transactions #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_completed-transactions #le_section-two {
    padding-top: 50px;
}
.aurora_contact #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/inside-header-teal.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_contact #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
    color: rgb(255, 255, 255);
}
.aurora_contact #le_section-two-area12 {
    padding-left: 30px;
}
.aurora_home #le_section-five {
}
.aurora_home #le_section-five-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/ExitBig-Podcast-crop.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 500px;
    padding-bottom: 0px;
}
.aurora_home #le_section-five-area2 {
    background-color: rgb(225, 223, 223);
    background-size: cover;
    background-position: bottom center;
}
.aurora_home #le_section-four {
}
.aurora_home #le_section-four-area1 {
    background-color: rgb(225, 223, 223);
    background-size: cover;
    background-position: bottom center;
}
.aurora_home #le_section-four-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/ExitBig-Site_omaha.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 500px;
}
.aurora_home #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/Website-Cover_copy.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_section-one-area1 {
    padding-top: 100px;
    padding-bottom: 50px;
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-one-area2 {
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-seven {
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_home #le_section-six {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_home #le_section-six-area1 {
}
.aurora_home #le_section-three {
}
.aurora_home #le_section-three-area1 {
}
.aurora_home #le_section-three-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/dot-pattern-white.jpg);
    background-size: cover;
    background-position: bottom center;
}
.aurora_home #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/skyscrapers.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 100px;
    padding-bottom: 20px;
}
.aurora_jack-zalewski #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/inside-header-teal.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
}
.aurora_jack-zalewski #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_jeff-herdzina #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/inside-header-teal.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
}
.aurora_jeff-herdzina #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_jeff-herdzina #le_section-two {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 100px;
}
.aurora_kortney-test #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/inside-header.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
}
.aurora_kortney-test #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_leadership #le_section-four {
}
.aurora_leadership #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/inside-header-teal.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_leadership #le_section-one-area1 {
    padding-top: 75px;
    padding-right: 30px;
    padding-bottom: 75px;
    padding-left: 30px;
}
.aurora_leadership #le_section-three {
    background-image: linear-gradient(rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/gray-gradient-down.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    padding-top: 100px;
    padding-bottom: 0px;
}
.aurora_leadership #le_section-three-area6 {
    margin-bottom: 15px;
}
.aurora_leadership #le_section-three-area7 {
    margin-bottom: 85px;
}
.aurora_leadership #le_section-three-area9 {
    margin-bottom: 15px;
}
.aurora_leadership #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_luke-ellis #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/inside-header.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
}
.aurora_luke-ellis #le_section-one-area1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_podcast #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/inside-header-teal.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
}
.aurora_podcast #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_podcast #le_section-two {
    padding-top: 40px;
}
.aurora_sell-side-service #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/inside-header-teal.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_sell-side-service #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sell-side-service #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sell-side-service #le_section-two-area12 {
    padding-right: 100px;
}
.aurora_sell-side-service #le_section-two-area6 {
    padding-right: 100px;
}
.aurora_services #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/inside-header-teal.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_services #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_services #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_services-old #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/inside-header-teal.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_services-old #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_services-old #le_section-two {
    padding-top: 50px;
}
.aurora_test-page #le_section-two-area4 {
    background-image: linear-gradient(rgba(255, 128, 0, 0.44), rgba(255, 128, 0, 0.44)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/business-meeting.jpg);
    background-size: cover;
    background-position: center center;
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_testimonials #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/inside-header-teal.jpg);
    background-size: cover;
}
.aurora_testimonials #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_testimonials #le_section-two {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_thank-you #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_transactional-advisory-services #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/exitbig/inside-header-teal.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_transactional-advisory-services #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_transactional-advisory-services #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_transactional-advisory-services #le_section-two-area12 {
    padding-right: 100px;
}
.aurora_transactional-advisory-services #le_section-two-area6 {
    padding-right: 100px;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_about-exitbig #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-exitbig #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-exitbig #le_section-five-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-exitbig #le_section-five-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-exitbig #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-exitbig #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-exitbig #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-exitbig #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-exitbig #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-exitbig #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_active-deals #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_active-deals #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_active-deals #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_active-deals #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Buy-Side-Service #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Buy-Side-Service #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Buy-Side-Service #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Buy-Side-Service #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Buy-Side-Service #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chris-herdzina #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chris-herdzina #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_completed-transactions #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_completed-transactions #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_completed-transactions #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area1 {
    background-position: center center;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area1 {
    padding-top: 125px;
    padding-bottom: 250px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_jack-zalewski #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_jack-zalewski #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_jeff-herdzina #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_jeff-herdzina #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_jeff-herdzina #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kortney-test #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kortney-test #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leadership #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leadership #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leadership #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leadership #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leadership #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leadership #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leadership #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leadership #le_section-two {
    padding-top: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_luke-ellis #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_luke-ellis #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_podcast #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_podcast #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_podcast #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sell-side-service #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sell-side-service #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sell-side-service #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sell-side-service #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sell-side-service #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services-old #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services-old #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services-old #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test-page #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_testimonials #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_testimonials #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_testimonials #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_transactional-advisory-services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_transactional-advisory-services #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_transactional-advisory-services #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_transactional-advisory-services #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_transactional-advisory-services #le_section-two-area6 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_about-exitbig #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-exitbig #le_section-five-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-exitbig #le_section-five-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-exitbig #le_section-five-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-exitbig #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-exitbig #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-exitbig #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-exitbig #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-exitbig #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-exitbig #le_section-two {
    background-size: auto;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_active-deals #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_active-deals #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_active-deals #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_active-deals #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Buy-Side-Service #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Buy-Side-Service #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Buy-Side-Service #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Buy-Side-Service #le_section-two-area12 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Buy-Side-Service #le_section-two-area6 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chris-herdzina #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chris-herdzina #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_completed-transactions #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_completed-transactions #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_completed-transactions #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two-area12 {
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area1 {
    padding-top: 250px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area2 {
    padding-top: 250px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area1 {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_jack-zalewski #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_jack-zalewski #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_jeff-herdzina #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_jeff-herdzina #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_jeff-herdzina #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kortney-test #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kortney-test #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leadership #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leadership #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leadership #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leadership #le_section-three {
    padding-top: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leadership #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leadership #le_section-three-area7 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leadership #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leadership #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_luke-ellis #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_luke-ellis #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_podcast #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_podcast #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_podcast #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sell-side-service #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sell-side-service #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sell-side-service #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sell-side-service #le_section-two-area12 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sell-side-service #le_section-two-area6 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services-old #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services-old #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services-old #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test-page #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_testimonials #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_testimonials #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_testimonials #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_transactional-advisory-services #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_transactional-advisory-services #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_transactional-advisory-services #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_transactional-advisory-services #le_section-two-area12 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_transactional-advisory-services #le_section-two-area6 {
    padding-right: 0px;
    }
}

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
