/*  ----------  START Body & Content GENERAL Styles  ----------  */
body {
    margin: 0 auto;
    background: rgba(var(--color0), 1);
    font-family: var(--font1);
    color: rgba(var(--color1), 1);
    font-size: var(--bod);
    line-height: 1;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

.le_jqueryui_target * {
    
}

button, input[type="button"], input[type="submit"], a { 
     transition: background-color 0.6s ease;
}

p {
    display: block;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 30px;
}

ol {
	list-style-position: outside;
	padding-left: 30px;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

p, li, a { font-size: var(--bod); line-height: var(--size2); color: rgba(var(--color1), 1); }
    
h1, h2, h3, h4, h5, h6 { font-weight: 700; color: rgba(var(--color1), 1); }
h1 { font-size: var(--size1); line-height: var(--size1); padding-top: var(--size6); padding-bottom: var(--px); }
h2 { font-size: var(--size2); line-height: var(--size1); padding-top: var(--size5); padding-bottom: var(--px); font-family: var(--font1); color: rgba(var(--color2), 1); }
h3 { font-size: var(--size3); line-height: var(--size2); padding-top: var(--size4); padding-bottom: var(--px); text-transform: uppercase; letter-spacing: 1px !important;  }
h4 { font-size: var(--size4); line-height: var(--size3); padding-top: var(--size3); padding-bottom: var(--px); font-family: var(--font2); }
h5 { font-size: var(--size5); line-height: var(--size4); padding-top: var(--size2); padding-bottom: var(--px); }
h6 { font-size: var(--size6); line-height: var(--size5); padding-top: var(--size6); padding-bottom: var(--px); text-transform: uppercase; letter-spacing: 2px !important;  }

a {
    color: rgba(var(--color5), 1);
}

a:hover {
    text-decoration: none;
}

.Content {
    padding: 5%;
    line-height: var(--size4);
}

.Content p, .Content ul { padding-bottom: var(--px); }

.Content img {
    margin: 1vw 0;
}

.NoPad img {
    margin: 0 !important;
}

.Row {
    display: flex;
    flex-wrap: nowrap;
}

.Row .Single, .Row .Double, .Row .Triple, .Row .Quad {
    margin: 0 1%;
}

.Item {
    align-content: center;
    align-items: center;
}
/*  ----------  END Body & Content Styles  ----------  */


/*  ----------  START Top Bar Styles  ----------  */
.Top {
    display: flex;
    align-items: stretch;
}

.Top p, .Top li {
    color: rgba(var(--color0), 1);
    font-size: var(--size5);
    line-height: var(--size5);
}

.Top img {
    vertical-align: middle;
    padding-right: 0.5vw;
}

.Top a {
    color: rgba(var(--color0), 1);
    text-decoration: none;
}

.Top a:hover {
    text-decoration: underline;
}

.Sticky {
    position: fixed;
    top: 0;
    z-index: 202;
    width: 100%;
    background: rgba(var(--color0), 1);
}

.License {
    background: rgba(var(--color0), 1);
    text-align: center;
    padding: 0.5% 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.Phone {
    background: rgba(var(--color5), 1);
    text-align: center;
    padding: 0.5% 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.Social {
    background: rgba(var(--color1), 1);
    text-align: center;
    padding: 0.5% 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
/*  ----------  END Top Bar Styles  ----------  */


/*  ----------  START Header Styles  ----------  */
.Header {
    background: rgba(var(--color0), 1);
    display: flex;
    align-items: flex-end;
    padding: 1.5% 5%;
}

/*
.Logo {
    margin-top: 5vw;
}
*/

.Logo img {
    max-width: 250px;
}
/*  ----------  END Header Styles  ----------  */


/*  ----------  START Main Menu Styles  ----------  */
.MainMenu {
    width: 100%;
    text-align: center;
    padding: 5px;
}

.MainMenu ul.le_menu_level_0 {
    margin: 0px;
    padding: 0px;
}

.MainMenu li {
    list-style-type: none;   
    margin: 0;
    padding: 0;
}

.MainMenu li.le_menuitem_level_0 {
    display: inline-block;
    padding: 0 0.5vw;
}

.MainMenu li.le_menuitem_level_0 a {
    display: block;
    font-size: var(--size5);
    line-height: var(--size5);
    font-weight: 400;
    color: rgba(var(--color1), 1);
    transition: 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.75vw 0.4vw;
}

.MainMenu li.le_menuitem_level_0 a:hover {
    color: rgba(var(--color0), 1);
    background: rgba(var(--color3), 1);
}

.Quote a {
    color: rgba(var(--color0), 1) !important;
    background: rgba(var(--color3), 1);
}

.Quote a:hover {
    color: rgba(var(--color0), 1) !important;
    background: rgba(var(--color1), 1) !important;
}
/*  ----------  END Main Menu Styles  ----------  */


/*  ----------  START Dropdown Menu Styles  ----------  */
.MainMenu ul.le_menu_level_1 {
    position: absolute;
    z-index: 200;
	display: none;
	padding: 0;
	text-align: left;
	min-width: 200px;
	margin-top: 0;
}

.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}

.MainMenu li.le_menuitem_level_1 a {
	display: block;
	font-size: calc(var(--size6) - 0.1vw);
    line-height: calc(var(--size6) - 0.1vw);
	color: rgba(var(--color0), 1);
	padding: 5%;
	text-decoration: none;
	background: rgba(var(--color2), 1);
    margin-left: 0px;
    border-bottom-color: rgba(var(--color0), 1);
    border-bottom-width: 0px;
    border-bottom-style: solid;
}

.MainMenu li.le_menuitem_level_1:first-child a {
    border-top-style: none;
}

.MainMenu li.le_menuitem_level_1:last-child a  {
    border-bottom-style: none;
}

.MainMenu li.le_menuitem_level_1 a:hover {
    color: rgba(var(--color0), 1);
    background: rgba(var(--color3), 1);
    border-bottom-color: rgba(var(--color0), 1);
    border-bottom-width: 0px;
    border-bottom-style: solid;
}
/*  ----------  END Dropdown Menu Styles  ----------  */


/*  ----------  START Small Menu Styles  ----------  */
.SmallMenu {
    display: none;
}

.Mobile {
    display: none;
}

.SmallNav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 300;
    bottom: 0;
    left: 0;
    background: rgba(var(--color4), 1);
    overflow-y: hidden;
    transition: 0.5s;
    margin-top: 0px;
    padding: 0;
}

.SmallNav ul {
    margin: 0;
    padding: 0;
}

.SmallNav ul li {
    list-style-type: none;
}

.SmallNav a {
    padding: 2vw 10% 2vw 10%;
    text-decoration: none;
    font-size: calc(14px + 1.5vw);
    color: rgba(var(--color0), 1);
    display: block;
    transition: 0.3s;
    text-align: center;
    background: rgba(var(--color4), 1) !important;
}

.SmallNav a:hover {
    background: rgba(var(--color3), 1) !important;
}

.SmallBtnStyle {
    cursor:pointer;
}

.SmallNavStyle {
    padding-top: 5%;
}
/*  ----------  END Small Menu Styles  ----------  */


/*  ----------  START Feature Styles  ----------  */
.Feature {
    margin-top: 120px;
    position: relative;
}

.FeatureText {
    position: absolute;
    right: 0;
    bottom: 10px;
    background: rgba(var(--color2), 0.7);
    padding: 2% 5%;
    color: rgba(var(--color0), 1);
    font-size: calc(var(--size1) + 0.4vw);
    font-weight: 700;
    text-align: center;
}

.FeatureText h1 {
    color: rgba(var(--color0), 1);
    font-size: calc(var(--size1) + 1vw);
    line-height: calc(var(--size1) + 1vw);
    padding-top: var(--px);
    font-weight: 800;
}
/*  ----------  END Feature Styles  ----------  */

.Testimonial {
    padding: 0 10vw;
}

/*  ----------  START Manufacturer Logos Styles  ----------  */
.Mfrs {
    background: rgba(var(--color4), 1);
    padding: 3% 5%;
    display: flex;
    align-items: center;
}
/*  ----------  END Manufacturer Logos Styles  ----------  */


/*  ----------  START Footer Styles  ----------  */
.Footer {
    background: rgba(var(--color1), 1);
    padding: 2% 5%;
    display: flex;
    align-items: center;
}

.Footer p, .Footer li {
    font-size: var(--size6);
    line-height: calc(var(--size5) + 0.3vw);
    color: rgba(var(--color0), 1);
}

.Footer p {
    padding-bottom: var(--size5);
}

.Footer a {
    font-size: var(--size6);
    line-height: calc(var(--size5) + 0.3vw);
    color: rgba(var(--color3), 1);
}

.Footer h2 {
    font-size: var(--size4);
    line-height: var(--size4);
    padding-top: var(--px);
    color: rgba(var(--color0), 1);
}

.Footer h3 {
    font-size: var(--size5);
    line-height: var(--size5);
    padding-top: var(--px);
    padding-bottom: var(--px);
    color: rgba(var(--color0), 1);
}


/*  ----------  START Font Style Calculator  ----------  */
    :root {
        --px: 14px;
            --color0: 255, 255, 255; /* white */
            --color1: 5, 13, 16; /* Near black font color */
            --color2: 21, 36, 61; /* blue color from logo */
            --color3: 231, 50, 46; /* orange-red color from logo */
            --color4: 11, 32, 39; /* Blue-gray that is near logo blue */
            --color5: 64, 121, 140; /* light blue accent */
 
        
        --bod: calc(var(--px) + 0.5vw); 
        --size1: calc(var(--bod) * 2); 
        --size2: calc(var(--bod) * 1.5);
        --size3: calc(var(--bod) * 1.17); 
        --size4: calc(var(--bod) * 1);
        --size5: calc(var(--bod) * .83); 
        --size6: calc(var(--bod) * .67);
            
        --font1: 'Open Sans', sans-serif;
    }   
/*  ----------  END Font Style Calculator  ----------  */    


/*  ----------  START Btn Class Styles  ----------  */
    [class*="Btn"] a {
        display: block;
        margin: var(--size6) auto var(--size4);
        max-width: 350px;
        padding: var(--size4);
        background: rgba(var(--color3), 1);
        border: 2px solid transparent;
        border-radius: 0;
        transition: all .4s linear;
	    color: rgba(var(--color0), 1);
	    font-size:  var(--size4);
	    font-weight: 400;
	    letter-spacing: 2px;
	    line-height: var(--size4);
	    text-align: center;
	    text-decoration: none;
	    text-transform: uppercase;
    }

    [class*="Btn"] a:hover {
        background: rgba(var(--color5), 1);
        color: rgba(var(--color0), 1);
    }
    
    .LongBtn a {
        max-width: 100% !important;
    }
/*  ----------  END Btn Class Styles  ----------  */

/*  ----------  START Slider Control Styles  ----------  */

	.ReviewBox {
		margin: 0px 10%; /* MAKE 0 IN MOBILE */
		font-size: 15px;
	}

	.ReviewBox h4 {
		text-align: center;
		padding-bottom: 12px;
	}

	.ReviewBox p {
		padding: 0px 10%;  /* MAKE 0PX 15% IN MOBILE */
	}

	.le_plugin_gallery a {
		background-color: transparent;
		border: none;
		box-shadow: none;
	}

	.bx-wrapper .bx-prev {
		left: 10px;
		padding: 0;
		background: url(/*--------add link to controls icon from file manager-----*/) no-repeat 0 -32px !important;
	}

	.bx-wrapper .bx-next {
		right: 10px;
		padding: 0;
		background: url(/*--------add link to controls icon from file manager-----*/) no-repeat -43px -32px !important;
	}

	.bx-wrapper .bx-prev:hover {
		background-position: 0 0;
	}

	.bx-wrapper .bx-next:hover {
		background-position: -43px 0;
	}

	.bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: 50%;
		margin-top: -16px;
		outline: 0;
		width: 32px;
		height: 32px;
		text-indent: -9999px;
		z-index: 9999;
		background-color: transparent;
		border: none;
		box-shadow: none;
	}

	.bx-wrapper .bx-controls-direction a.disabled {
		display: none;
	}
/*  ----------  END Slider Control Styles  ----------  */

/*  ----------  START Responsive Styles  ----------  */
@media only screen and (max-width: 800px) {
    .Row, .Top, .Mfrs, .Footer {
        flex-wrap: wrap;
    }
    
    .Single, .Double {
        flex: 0 0 100% !important;
    }
    
    .Row .Single, .Row .Double, .Row .Triple, .Row .Quad {
        margin: 0;
    }

    .License, .Phone, .Social {
        min-height: 45px;
    }
    
    .Logo {
        width: 100%;
        margin: 0 auto;
    }
    
    .Sticky {
        position: relative;
    }
    
    .Header {
        position: relative;
    }
    
    .Feature {
        margin-top: 0;
    }
    
    .FeatureText {
        position: inherit;
        background: rgba(var(--color2), 0.85);
        margin-top: -2%;
    }

    .MainMenu {
        display: none;
    }

    .SmallMenu {
        display: inherit;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: rgba(var(--color2), 1);
        padding: 4%;
        max-width: 80px;
        text-align: center;
        z-index: 20;
    }
    
    .Mobile {
        display: inherit;
        width: 100%;
        border-bottom-color: rgba(var(--color2), 1);
        border-bottom-style: solid;
        border-bottom-width: 20px;
        position: fixed;
        bottom: 0;
        z-index: 20;
    }
    
    .Footer {
        padding-bottom: 12vw;
        text-align: center;
    }
}
/*  ----------  END Responsive Styles  ----------  */


/*  ----------  START Form Classes  ----------  */
.form-group {
    margin-top: 1%;
    margin-bottom: 1% !important;
}

.seFormButton {
    background-color: rgba(var(--color4), 1);
    color: rgba(var(--color0), 1);
    text-transform: uppercase;
    padding: 2.5% 10%;
    border: 1px solid transparent;
    font-size: calc(12px + 0.6vw);
}

.seFormButton:hover {
    background-color: rgba(var(--color5), 1);
    color: rgba(var(--color0), 1);
}
/*  ----------  END Form Classes  ----------  */


/*  ----------  START Div Sizing Elements  ----------  */
    .Single {
        flex: 1 1 0;
    }
    
    .Double {
        flex: 2 1 0;
    }

    .Triple {
        flex: 3 1 0;
    }

    .Quad {
        flex: 4 1 0;
    }
    
    .NoSpace {
        margin: 0 !important;
    }
    
    .Single img {
        
    }
/*  ----------  END Div Sizing Elements  ----------  */


/*  ----------  START Wrapper Styles for Edit Menu  ----------  */
.wrapper {
	position: relative;
	right: 0;
	transition: right .3s ease;
}

.le-logged-in .page-wrapper, .le-logged-in .aurora-page-wrapper {
    position: relative;
    top: 40px;
}

.se_WrapperContent .se_mainContent {
    padding-top: 40px;
    padding-bottom: 40px;
}
/*  ----------  END Wrapper Styles for Edit Menu  ----------  */

.le_highlight_area {
    outline: none;
}

.feature_blog_image {
    float: none !important;
}

.feature_blog_image img, .blog_post_content img {
    width: 100%;
    max-width: 100% !important;
    margin: 1vw auto !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_home #le_services {
    background-color: rgb(21, 36, 61);
}
.aurora_home #le_testimonials {
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 5vh;
    padding-right: 0vw;
    padding-bottom: 5vh;
    padding-left: 0vw;
}
.navicon {
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
}
.se_social a:hover {
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
}
a:hover {
}
blockquote {
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_home #le_testimonials {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_home #le_testimonials {
    }
}

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