/* General */
* {
    margin:0px;
    padding:0px;
    font-family:'Open Sans', sans-serif;
}

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#999999;
}

.wrapper {
    width:1200px;
}

ul:not(.no-checkmark) li {
    position:relative;
    padding-left:30px;
    margin-bottom:15px;
}

ul:not(.no-checkmark) li::before {
    content:'';
    display:inline-block;
    width:17px;
    height:17px;
    background-image:url(/uploads/layout/icons/check-mark.png);
    background-size:contain;
    background-repeat:no-repeat;
    margin-right:15px;
    vertical-align:middle;
    position:absolute;
    left:0;
    top:5px;
}


/* Links */

a {
    color:#333;
}

a:hover {
    opacity:.75;
}

html {
    scroll-behavior:smooth;
}

h1, h2, h3, h4, h5, h6 {
    line-height:1.1;
    color:#000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom:20px;
    text-transform:uppercase;
    font-weight:500;
    color:#4D4D4D; }

.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span { font-weight:700; }

body {
    overflow-x:hidden;
}

ul {
    list-style:none;
    padding:0;
    margin:0;
}

a, input, select, textarea {
    margin:0;
    outline:medium none;
    padding:0;
}

html {
}

img { height:auto; }

img, fieldset {
    border:0 none;
}

a {
    border:medium none;
    outline:medium none;
}

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

a:hover {
    text-decoration:none;
}

.clear {
    clear:both;
}

.call-to a {
    margin-left:5px;
}

/* Buttons */

a.btn,
input[type='submit'],
input[type='button'],
.call-to a {
    display:inline-block;
    margin:0 5px;
    padding:15px 30px;
    background-color:#ffc332;
    border:none;
    text-decoration:none;
    border-radius:0;
    font-size:16px;
    font-weight:700;
    color:#333;
}

a.btn:hover,
input[type='submit']:hover,
input[type='button']:hover {
    opacity:0.75;
    color:white;
}


/* Header */

.header {}


/* Page */

.section {
    padding:50px 0;
}

.section_padless {
    padding:0;
}


/* Footer */

.footer {}


/* Navigation */

.sticky .mobile_menu_sec span {
    color:#ff8003;
}

header.header_section {
    position:relative;
    display:block;
    width:100%;
    float:left;
    z-index:9999;
    left:0;
    right:0;
    background:rgba(0, 0, 0, 0.5);
}

.sidenavs {
    height:100%;
    width:auto;
    position:relative;
    z-index:1;
    top:0;
    right:0;
    background:transparent;
    overflow-x:hidden;
    transition:0.5s;
    display:flex;
    align-items:center;
}

.course_sec {
    display:inline-block;
    float:right;
    padding-top:0px;
    position:relative;
}

.sidenavs a {
    padding:8px 7px 0px 0;
    text-decoration:none;
    font-size:20px;
    color:#fff;
    display:block;
    transition:0.3s;
    border-bottom:3px solid transparent;
    font-weight:400;
}

.header_navigation {
    display:flex;
    position:relative;
    height:100%;
}

.fixed-top {
    position:fixed !important;
    top:0;
    left:0;
    width:100%;
}

/*ul.menu_navigation li {
    float: left;
}*/
.sidenavs a:hover {
    color:#f1f1f1;
}

.sidenavs .closebtn {
    position:absolute;
    top:0;
    right:25px;
    font-size:36px;
    margin-left:50px;
    display:none;
}

ul.menu_navigation li a:hover {
    color:#ffc332;
}

ul.menu_navigation li.active a {
    color:#ffc332;
    padding-bottom:0;
    border-color:#ffc332;
}

span.toggle_menu {
    display:none;
}

.header_navigation {
    padding-right:30px;
}

.header_logo img {
    width:150px;
    margin-left:auto;
    margin-right:auto;
}

.header_logo {
    position:relative;
}

.mid_menu_header {
    position:relative;
    padding:0px 0;
}

.top-bar {
    background:#fff;
    padding:10px 0;
}

.header_section.fixed_sticky .top-bar {
    display:none;
}

.top-bar a img {
    margin-right:9px;
}

.top-bar a {
    color:#000000;
    font-size:16px;
    font-weight:600;
    margin-left:15px;
    transition:all .4s;
}

.top-right {
    text-align:right;
}

.for-align {
    align-items:center;
    display:flex;
    justify-content:flex-end;
}

.top-bar a:hover {
    color:#f47920;
}

.course_sec {
    width:100%;
    text-align:left;
}

.req-flx {
    display:flex;
    align-items:center;
    justify-content:center;
}

.header_section.fixed_sticky {
    position:fixed;
}

ul.menu_navigation.for-mob-d {
    display:none;
}

.header_navigation,
.sidenavs {
    max-width:100%;
    width:100%;
}

ul.menu_navigation.for-desk-d {
    width:100%;
}

.req-right ul.menu_navigation {
    width:100%;
}

ul.menu_navigation {
    display:flex;
    justify-content:space-between;
}

.announcement_sec {
    background:#ffc332;
    padding:20px 0;
}

.announcement {
    display:table;
    width:100%;
    vertical-align:middle;
}

.announcement span {
    width:50%;
    display:table-cell;
    text-align:center;
    font-size:20px;
    color:#00314c;
    font-weight:600;
}

.announcement span a {
    text-decoration:none;
    color:#fff;
    display:inline-block;
}

.announcement span a i {
    font-size:22px;
    position:relative;
    top:2px;
    margin-left:15px;
}


.page.page_4 p {
    margin:0;
}

.get_quote_sec {
    padding:80px 0;
    border-bottom:2px solid #f2f2f2;
    background:#ebf4f7;
}

.get_quote input {
    width:100%;
    height:55px;
    padding:0 20px;
    font-size:18px;
    color:#999;
    font-weight:600;
    border:1px solid #e6e6e6 !important;
    border-radius:0px;
    margin-bottom:30px;
    outline:none !important;
    box-shadow:none !important;
}

.get_quote textarea {
    width:100%;
    height:120px;
    padding:20px;
    font-size:18px;
    color:#999;
    font-weight:600;
    border:1px solid #e6e6e6 !important;
    border-radius:0px;
    margin-bottom:30px;
    outline:none !important;
    box-shadow:none !important;
    min-height:120px;
    resize:vertical;
}

.get_quote button.submit_btn {
    font-size:18px;
    font-weight:700;
    color:#fff;
    background:#ffc332;
    border:0px !important;
    outline:none !important;
    box-shadow:none !important;
    padding:15px 36px;
    text-transform:uppercase;
}

.get_quote input:focus, .get_quote textarea:focus {
    outline:2px solid #00a4db !important;
}

.get_quote input::placeholder, .get_quote textarea::placeholder {
    color:#666666;
}

.fa {
    font-family:'FontAwesome' !important;
}

.fal, .far {
    font-family:'FontAwesome';
}

.our_team_sec {
    padding:80px 0;
    /*border-bottom: 2px solid #f2f2f2;*/
}

.our_team img {
    width:100%;
}

.team_content h3 {
    margin:0;
}

.our_team .team_content h3 a {
    font-size:20px;
    font-weight:700;
    color:#00799e;
    margin:0px 0 10px 0;
}

.team_content {
    margin-top:20px;
}

.team_content p {
    font-size:18px;
    font-weight:400;
    color:#999999;
    margin:0px;
}

.faq_sec {
    padding:80px 0;
}

.faq-accord h1 {
    font-size:38px;
    font-weight:500;
    color:#4d4d4d;
    margin:0 0 30px 0;
}

h1.titel,
h2.titel {
    font-size:38px;
    font-weight:500;
    color:#4d4d4d;
    margin:0 0 30px 0;
}

h1.titel span,
h2.titel span {
    font-weight:700;
    display:inline-block;
}


.faq-accord h1 span {
    font-weight:700;
    display:inline-block;
}

.accordion-header {
    margin:0;
}

.accordion .accordion-item h2 button {
    font-size:20px;
    font-weight:700;
    color:#00314c;
    padding:15px 40px 15px 15px;
    background:transparent;
    cursor:pointer;
    width:100%;
    border:0px !important;
    outline:none !important;
    box-shadow:none !important;
    position:relative;
}


.accordion .accordion-item h2 button::after {
    flex-shrink:0;
    width:30px;
    height:30px;
    background:url(uploads/layout/icons/arrow-down.png);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    position:absolute;
    right:0;
}

.accordion .accordion-item h2 button:not(.collapsed)::after {
    background-image:url(uploads/layout/icons/arrow-up.png);
    transform:rotate(0deg);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}

.accordion .accordion-item h2 button p {
    margin:0px;
}

.accordion .accordion-item {
    margin-top:15px;
}

.accordion .accordion-collapse {
    border:none;
    border-width:0px;
    border:0;
}

.accordion .accordion-collapse .accordion-body {
    padding:0 60px;
}

.accordion .faq_content p {
    margin:0px;
    font-size:18px;
    font-weight:300;
    line-height:30px;
    color:#999;
}

/* Quote Calculator */
.quote_calculator {
    border:1px solid lightgray;
    padding:30px;
    margin:0px;
    display:block;
    max-width:1200px;
    margin:0 auto;

}

.quote_calculator p {
    color:gray;
}

.qc_icon {
    float:left;
    width:53px;
    height:77px;
    margin-right:15px;
    background:url('./uploads/calculator-icon.png');
}

.qc_heading {
    font-size:24px;
    text-transform:uppercase;
}

p.qc_heading_bold {
    margin-top:40px;
}

.qc_heading_bold {
    font-weight:bold;
}

.qc_short_desc {
    margin:0px;
}

.qc_inputfields .inches_dropdown {
    width:30%;
    padding:10px;
    margin:0px;
}

.qc_inputfields input, .qc_inputfields select {
    width:31%;
    padding:10px;
    margin-right:20px;
    float:left;
    font-weight:bold;
    color:gray;
}

.thickness_inches {
    width:33%;
    float:left;
}

.qc_inputfields .thickness {
    width:70%;
    margin-right:0px;
}

.qc_inputfields .inputfields {
    background:#dcdcdc;
    /*border: 1px solid lightgray;*/
}

.qc_inputfields input:focus {
    background-color:white;
    border:1px solid lightblue;
}

.qc_submit_buttons {
    text-align:right;
    clear:both;
    margin:30px 0;
}

.clearboth {
    clear:both;
}

.qc_submit_buttons input {
    float:none;
    color:white;
    width:200px;
    padding:10px;
    font-weight:bold;
    margin:0px;
}

.qc_submit_buttons .qc_submit_button, .qc_submit_buttons .qc_submit_button:hover {
    background:gold;
}

.qc_clear_button {
    background:black;
}

.qc_results {
    text-align:right;
}

.qc_results input {
    border-top:none;
    border-right:none;
    border-left:none;
    text-align:center;
    padding:10px;
    background:white;
}

.forms_resources_sec {
    padding:80px 0;
    border-bottom:2px solid #f2f2f2;
}

.forms_resources_image img {
    width:100%;
}

.forms_resources_content ul {
    padding:0;
    margin:0px;
    max-width:650px;
    width:100%;
}

.forms_resources_content ul li {
    list-style:none;
    display:block;
    margin-top:40px;
}
.forms_resources_content ul li::before { display:none; }

.forms_resources_content ul li .resource_item {
    display:table;
    width:100%;
    vertical-align:top;
}

.forms_resources_content ul li .resource_item .pdf_icon {
    display:table-cell;
    width:60px;
    vertical-align:top;
}

.forms_resources_content ul li .resource_item .resource_content {
    display:table-cell;
    padding-left:30px;
    vertical-align:top;
}

.forms_resources_content ul li .resource_item .pdf_icon img {
    width:100%;
}

.forms_resources_content ul li .resource_item .resource_content span {
    display:block;
    margin-bottom:8px;
    font-size:22px;
    font-weight:700;
    color:#00314c;
    line-height:normal;
}

.forms_resources_content ul li .resource_item .resource_content p {
    font-size:18px;
    font-weight:400;
    color:#999999;
    line-height:28px;
    margin:0px;
}


.gallery_slider_sec {
    padding:60px 0;
    border-bottom:0;
}

.gallery_item ul {
    padding:0px;
    margin:0;
}

.gallery_item ul li {
    list-style:none;
    display:inline-block;
    width:50%;
    float:left;
    padding:0;
    margin:0;
}

.gallery_item ul li:nth-child(odd) {
    padding:0 15px 0 0;
}

#gallery_slider .owl-prev, #gallery_slider .owl-next {
    position:absolute;
    top:40%;
    cursor:pointer;
    width:50px;
    height:50px;
    border-radius:100%;
    font-size:0px;
}

#gallery_slider .owl-prev {
    left:0;
}

#gallery_slider .owl-next {
    right:0;
}

#gallery_slider .owl-prev:after {
    content:'\f0d9';
    font-size:45px;
    color:#ffc482;
    font-family:'fontawesome';
    right:0px;
    position:absolute;
    top:0px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
}

#gallery_slider .owl-next:after {
    content:'\f0da';
    font-size:45px;
    color:#ffc482;
    font-family:'fontawesome';
    right:0px;
    position:absolute;
    top:0px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
}


.calculator_sec {
    padding:80px 0;
}

.calculator_content {
    padding:0px 0 0 85px;
    position:relative;
    margin-bottom:50px;
}

.calculator_content::before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100px;
    height:80px;
    background:url(../images/calculator-icon.png) no-repeat;
    background-size:contain;
}

.calculator_content h1.titel {
    margin-bottom:12px;
}

.calculator_content p {
    font-size:18px;
    font-weight:400;
    color:#999999;
    line-height:28px;
    margin:0px;
}

.calculator h4 {
    font-size:22px;
    font-weight:700;
    color:#b3b3b3;
    margin-bottom:10px;
    display:block;
}

.calculator input {
    width:100%;
    height:55px;
    padding:0 20px;
    font-size:18px;
    color:#999;
    font-weight:600;
    border:1px solid #e6e6e6 !important;
    border-radius:0px;
    margin-bottom:30px;
    outline:none !important;
    box-shadow:none !important;
    background:#f9f9f9;
}

.calculator input:focus {
    outline:2px solid #00a4db !important;
    background:#fff;
}

.calculator input::placeholder {
    color:#666666;
}

.thickness_select {
    display:table;
    width:100%;
}

.thickness, .select_box {
    display:table-cell;
    width:50%;
}

.select_box select {
    width:100%;
    height:55px;
    padding:0 20px;
    font-size:18px;
    color:#999;
    font-weight:600;
    border:1px solid #e6e6e6 !important;
    border-radius:0px;
    margin-bottom:0;
    outline:none !important;
    box-shadow:none !important;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}


.select_box {
    position:relative;
    top:-1px;
}

.select_box:after {
    content:'\f0d7';
    position:absolute;
    z-index:1;
    right:15px;
    font-family:'FontAwesome';
    top:15px;
    font-weight:700;
    color:#ffc332;
    font-size:25px;
    line-height:normal;
}

.calculator_btn {
    text-align:right;
}

.calculator_btn a {
    font-size:16px;
    font-weight:700;
    color:#fff;
    text-decoration:none;
    margin-left:5px;
    padding:15px 38px;
    display:inline-block;
}

.calculator .cubic_required input {
    width:auto;
    border:0px !important;
    border-bottom:1px solid #e6e6e6 !important;
    background:transparent;
    height:40px;
    margin:0px 0 0 20px;
}

.calculator .cubic_required {
    display:flex;
    align-items:center;
    justify-content:flex-end;
    margin-top:30px;
}

.calculator .cubic_required input:focus {
    border:0px !important;
}

.calculator .cubic_required input:focus {
    outline:0px solid #00a4db !important;
}

form.slabs {
    padding-bottom:50px;
    border-bottom:2px solid #f2f2f2;
    margin-bottom:50px;
}

.p_a {
    padding:0 5px;
}

.gallery_slider_sec.home-main.slider {
    border:0;
    padding:0;
    position:relative;
}

.home-slide-over h4 {
    font-size:39px;
    font-weight:800;
    letter-spacing:4px;
    color:#a9e5f6;
    text-align:center;
}

.home-slide-over h3 {
    text-align:center;
    font-size:39px;
    letter-spacing:2px;
}

.over-lay {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(0, 49, 76, .6);
    display:flex;
    justify-content:center;
    align-items:center;
}

.home-slide-over h3 {color:#fff;}

.home-slide-over p {
    font-size:18px;
    color:#e6e6e6;
    text-align:center;
    max-width:424px;
    margin-top:26px;
}

.str-div-2.on-divs h3 a,
.str-div.on-divs h3 a {
    display:flex;
    justify-content:center;
    align-items:center;
}

.str-div.on-divs h3, .str-div-2.on-divs h3 {
    margin:0;
}

.str-div.on-divs, .str-div-2.on-divs {

    display:flex;
    justify-content:center;
    align-items:center;
}

a.scroll-icon {
    position:absolute;
    bottom:32px;
    right:62px;
    width:31px;
    height:66px;
}

a.scroll-icon img {
    height:auto;
    width:100%;
}

.main-home-slider {
    position:relative;
}


.site_container .home-slide-over p {
    margin-right:auto;
    margin-left:auto;
}

.gallery_slider_sec.home-main.slider #gallery_slider .owl-prev,
.gallery_slider_sec.home-main.slider #gallery_slider .owl-next {
    position:relative !important;
    left:auto !important;
    right:auto !important;
    width:0;
}

.gallery_slider_sec.home-main.slider .owl-nav {
    width:100px;
}

.gallery_slider_sec.home-main.slider #gallery_slider .owl-prev:after {
    content:'\f106' !important;
    color:#acadac;
    font-size:24px;
    width:0;height:auto;
}

.gallery_slider_sec.home-main.slider #gallery_slider .owl-next:after {
    content:'\f107' !important;
    color:#acadac;
    font-size:24px;
    width:0;height:auto;
}

.gallery_slider_sec.home-main.slider .owl-nav {
    width:20px;
    position:absolute;
    bottom:0;
    right:50px;
}

.bottom-trip img {
    width:33px;
    margin-right:20px;
}

.gallery_slider_sec.home-main.slider .on-divs {
    padding:15px;
    text-align:center;
}

.str-div.on-divs h3 a {
    color:#00799e;
    font-size:24px;
    font-weight:700;
    text-decoration:none;
}

.str-div-2.on-divs h3 a {
    color:#ffc332;
    text-decoration:none;
}

.str-div-2.on-divs {
    background:#1a1a1a;
}

.str-div.on-divs {
    background:#a9e5f6;
}

.fom-home p {
    /*font-size:18px;*/
    font-weight:400;
    color:#999999;
    line-height:28px;
    margin:0px;
}

.forms_resources_content.for-home-page {
    display:flex;
    align-items:center;
    height:100%;
}

.forms_resources_sec.home-sectins-2 .forms_resources_image img {
    width:90%;
}

.call-to {
    margin-top:30px;
}

.main-home-thre img {
    width:100%;
    height:500px;
    object-fit:cover;
}

.main-left-3 {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0, 164, 219, .8);
    padding:20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.forms_resources_sec.home-sectins-2 {
    border:0;
    padding:0;
    margin-bottom:40px;
}

.for-3-left {
    position:relative;
}

.main-home-thre h3 {
    font-size:36px;
    color:#fff;
    text-align:center;
    font-weight:700;
    margin-bottom:35px;
}

.main-home-thre p {
    /*font-size:18px;*/
    color:#e6e6e6;
    text-align:center;
    max-width:550px;
    margin-top:0;
}

.main-home-thre .call-to {
    margin-top:70px;
}

.adrs p {
    text-align:right;
}

.main-left-3.for-bg {
    background:rgba(0, 0, 0, .6);
}

.adrs {
    padding-right:60px;
}

.get-a-quat p {
    /*font-size:18px;*/
    font-weight:400;
    color:#999999;
    line-height:28px;
    margin:0px;
}

.get-a-quat {
    padding:70px 0;
}

.get-right img {
    width:45px !important;
    margin-right:15px;
}

.get-right span a {
    text-align:center;
    font-size:15px;
    color:#ffc332;
    font-weight:600;
    text-decoration:none;
    margin-left:5px;
}

.get-a-quat .col-md-4 {
    display:flex;
    align-items:center;
    max-width:100%;
}

.get-right {
    border:1px solid #e6e6e6;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:30px 20px;
    border-radius:11px;
    max-width:320px;
    margin-left:auto;
    margin-right:auto;
    width:100%;
}

.get-right img {
    width:45px !important;
    margin-right:15px;
}

.gallery_slider_sec.fot-testimonial {
    background:linear-gradient(to right, #007a9f, #00a3da);
}

.gallery_slider_sec.fot-testimonial .owl-prev:after {
    content:'\f0d9';
    font-size:45px;
    color:#ffc482;
    font-family:'fontawesome';
    right:0px;
    position:absolute;
    top:0px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
}

.gallery_slider_sec.fot-testimonial .owl-prev {
    left:2px;
}

.site_container .home-slide-over p {

    margin-top:40px;
}

.gallery_slider_sec.fot-testimonial .owl-prev, .gallery_slider_sec.fot-testimonialr .owl-next {
    position:absolute;
    top:40%;
    cursor:pointer;
    width:50px;
    height:50px;
    border-radius:100%;
    font-size:0px;
}

.gallery_slider_sec.fot-testimonial .owl-next {
    right:2px;
}

.gallery_slider_sec.fot-testimonial .owl-next:after {
    content:'\f0da';
    font-size:45px;
    color:#ffc482;
    font-family:'fontawesome';
    right:0px;
    position:absolute;
    top:0px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
}

.gallery_slider_sec.fot-testimonial .owl-prev, .gallery_slider_sec.fot-testimonial .owl-next {
    position:absolute;
    top:40%;
    cursor:pointer;
    width:50px;
    height:50px;
    border-radius:100%;
    font-size:0px;
}

.testimain {
    max-width:970px;
    margin-left:auto;
    margin-right:auto;
    padding-left:40px;
    padding-right:40px;
    position:relative;
}

.gallery_slider_sec.fot-testimonial h3 {
    font-size:38px;
    font-weight:500;
    color:#fff;
    margin:0 0 30px 0;
    text-align:center;
}

.testimain p {
    font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:28px;
}

.testimain:after {
    content:'';
    width:41px;
    height:42px;
    background:url(/uploads/quotes-icons.png);
    top:0px;
    left:-34px;
    position:absolute;
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
}

footer {
    background:#333333;
    padding:50px 0 0 0;
}

.gallery_slider_sec.fot-testimonial {
    border:0;
}

.footer-right {
    display:flex;
}

.footer-logo {
    width:41%;
}

.logo-right {
    width:50%;
}

.logo-right li a {
    font-size:18px;
    font-weight:400;
    color:#ccc;
    line-height:37px;
    margin:0px;
    text-decoration:none;
}

.footer-logo img {
    width:100%;
    max-width:236px;
}

.str-div.on-divs, .str-div-2.on-divs {

    height:72px;
}

.footer-logo {
    display:flex;
    align-items:center;
    max-width:100%;

}

.footer-right p {
    font-size:18px;
    font-weight:400;
    color:#ccc;
    line-height:37px;
    margin:0px;
    text-decoration:none;
}

.web img {
    width:100%;
}

.web {
    width:25%;
}

.usa {
    width:40%;
}

.adrs {
    width:35%;
}

.footer-right img {
    width:100%;
}

.usa {
    padding:0 10px;
}

.footer-right {
    align-items:center;
}

.foor-copy-wr {
    padding:10px;
    background:#1a1a1a;
    margin-top:50px;
}

.foor-copy-wr p {
    font-size:15px;
    font-weight:400;
    color:#999999;
    line-height:37px;
    margin:0px;
    text-decoration:none;
}

.col-md-6.erao-right {
    text-align:right;
}

.forms_resources_sec.home-sectins-2 {
    padding-top:70px;
}

.footer-logo {
    padding:0 15px;
}

.main-home-slider img {
    height:750px;
    object-fit:cover;
    width:100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display:block;
}

.main-home-slider {
    position:relative;
}

.site_container p {
    margin:0;
}

.posdted-test {
    margin-top:1em;
}

div#__lpform_field_3 {
    display:none;
}

/*-------- 06-May-2021---------*/
.mid_menu_header ul.menu_navigation ul.sub-menu {
    position:fixed;
    display:none;
    transition:0.6s;
}

.mid_menu_header ul.menu_navigation li.level_0:hover ul.sub-menu {
    display:block;
    background:rgba(0, 0, 0, 0.9);
    margin-top:40px;
    padding:0 15px;
}

.mid_menu_header ul.menu_navigation li.level_0 {
    padding-bottom:40px;
    padding-top:40px;
}

.home-main.slider .container-fluid {
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
}

.home-main.slider .container-fluid .row {
    width:100%;
}

.home-slide-over p {
    margin-left:auto;
    margin-right:auto;
}

.gallery_slider_sec.home-main.slider {
    object-fit:cover;
    height:730px;
}

.gallery_slider_sec.home-main.slider:before {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    content:'';
    background-color:#00314c;
    opacity: 0.6;
}


.contact-inner {
    display:table;
    width:100%;
    vertical-align:middle;
}

.map {
    display:table-cell;
    width:50%;
    vertical-align:middle;
    height:100%;
    padding-right:50px;
}

.contact_text {
    display:table-cell;
    width:50%;
    vertical-align:middle;
    padding:0 10% 0 50px;
}

.contact_text h1.titel {
    font-size:38px;
    font-weight:700;
    color:#4d4d4d;
    margin:0 0 30px 0;
}

.contact_text p {
    margin:0px;
    font-size:15px;
    font-weight:400;
    line-height:24px;
    color:#999;
}

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

.contact_text ul li {
    list-style:none;
    display:block;
    padding-top:30px;
}

.contact_item {
    display:table;
    width:100%;
    vertical-align:top;
}

.contact_icon {
    display:table-cell;
    width:30px;
    vertical-align:top;
}

.contact_icon img {
    width:100%;
    height:auto;
    margin-top:10px;
}

.contact_info {
    display:table-cell;
    vertical-align:top;
    padding-left:50px;
}

.contact_text p a {
    text-decoration:none;
    display:inline-block;
    color:#999;
}

.map iframe {
    height:600px;
    display:block;
}

.inner_page header.header_section.inner_pages {
    position:fixed !important;
    background:#333333;
    float:unset;
}

.inner_page {
    padding-top:120px;
}

.banner .carousel-caption {
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    padding:0 0px;
    text-align:left;
    background:transparent;
    text-shadow:none;
}

.banner .carousel-caption-b {
    width:100%;
    height:100%;
    margin:0 auto;
    display:table;
}

.banner .carousel-caption-c {
    width:100%;
    height:100%;
    vertical-align:middle;
    display:table-cell;
}

.banner.inner_banner_sec {
    height:250px;
    position:relative;
    background-image:linear-gradient(to right, #00799e, #00415e);
}

.inner_banner_text .banner-subtitle {
    font-size:38px;
    font-weight:500;
    color:#fff;
    margin:0px;
    letter-spacing:1.8px;
}

.inner_banner_text .banner-title {
    font-size:38px;
    font-weight:900;
    color:#a9e5f6;
    margin:5px 0 0 0;
    letter-spacing:1.8px;
}

.inner_banner_text .banner-title,
.inner_banner_text .banner-subtitle { line-height:1.2; text-transform:uppercase; }

.subpage_sec {
    padding:60px 0;
}

.subpage-content p {
    font-size:16px;
    font-weight:400;
    color:#999999;
    line-height:26px;
    text-align:center;
    max-width:75%;
    margin:0 auto;
}

.subpage_item {
    display:table;
    width:100%;
    vertical-align:middle;
    padding-top:50px;
}

.subpage_item_content {
    display:table-cell;
    width:33%;
    vertical-align:middle;
}

.subpage_item_list {
    display:table-cell;
    width:67%;
    vertical-align:middle;
    padding-left:30px;
}

.subpage_item_list ul {
    width:50%;
    float:left;
    padding:0px;
    margin:0px;
}

.subpage_item_list ul li {
    list-style:none;
    display:block;
    padding:15px 0 0 30px;
    position:relative;
    font-size:16px;
    font-weight:400;
    color:#999999;
    line-height:26px;
}

.subpage_item_content h2 {
    font-size:36px;
    font-weight:500;
    color:#4d4d4d;
    margin:0 0 20px 0;
}

.subpage_item_content h2 span {
    font-weight:700;
    display:inline-block;
}

.subpage_item_content p {
    font-size:16px;
    font-weight:400;
    color:#999999;
    line-height:26px;
}

.subpage_item_list ul li::after {
    content:'\f00c';
    position:absolute;
    left:0;
    top:15px;
    font-family:'FontAwesome';
    color:#ffc332;
    font-size:16px;
}


.misc_cta_main {
    position:relative;
    z-index:111;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    border:8px solid #52c3e8;
}

.misc_cta_main::after {
    content:'';
    position:absolute;
    z-index:0;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.5);
}

.misc_cta_main img {
    width:100%;
    height:350px;
    object-fit:cover;
}

.misc_cta {
    position:absolute;
    z-index:999;
}

.misc_cta h2 {
    font-size:36px;
    font-weight:500;
    color:#fff;
    margin:0 0 20px 0;
}

.misc_cta h2 span {
    display:inline-block;
    font-weight:700;
}

.misc_cta p {
    font-size:18px;
    color:#fff;
    text-align:center;
    max-width:800px;
    margin:0 0 20px 0;
}

.misc_cta a {
    font-size:16px;
    font-weight:700;
    color:#fff;
    text-decoration:none;
    margin-left:5px;
    padding:15px 20px;
    display:inline-block;
    background:#ffc332;
    margin:0px;
}

.gallery_item {
    width:50%;
    float:left;
    padding:10px;
    height:208px;
}

.gallery_item img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.gallery_item.full_width {
    width:100%;
    height:416px;
    float:none;
}

#gallery_slider {
    padding:0 50px;
}

.our_team a.btn {
    background:transparent;
    padding:0px;
    border-radius:0;
    border:0px;
    margin:0px;
}

.our_team a.btn:hover {
    background:transparent;
}

.our_team .team_content a {
    font-size:18px;
    text-decoration:none;
    font-weight:400;
    color:#999999;
    margin:8px 0 0 0;
    display:inline-block;
}

.our_team .team_content p {
    margin:8px 0 0 0;
}

.our_team .team_content .social a {
    display:inline-block;
    width:30px;
    height:30px;
    margin:8px 0 0 8px;
    text-align:center;
    line-height:30px;
    color:#fff;
    background:#ffc332;
    border-radius:3px;
    font-size:18px;
}

.our_team .team_content .social a:first-child {
    margin-left:0px;
}

.our_team .team_content p span {
    font-weight:700;
    display:inline-block;
    margin-right:10px;
}

.staff_module a.lightbox_img {
    display:block;
}

.staff_module a.lightbox_img img {
    width:100%;
}

.staff_module .name {
    font-size:22px;
    font-weight:700;
    color:#00799e;
    margin:0px 0 10px 0;
}

.position, .department, .email a, .phone, .fax {
    font-size:18px;
    font-weight:400;
    color:#999999;
    margin:8px 0 0 0;
    display:block;
    text-decoration:none;
}

.staff_module .social {
    margin:10px 0 20px 0;
}

.staff_module .social a {
    width:30px;
    height:30px;
    line-height:36px;
    text-align:center;
    display:inline-block;
}

.staff_module .bio p {
    font-size:16px;
    font-weight:400;
    color:#999999;
    line-height:26px;
}

.staff_module p.tc.return {
    text-align:left;
    padding-left:25%;
    margin-top:10px;
    margin-bottom:0;
}

.staff_module p.tc.return a.btn {
    font-size:16px;
    font-weight:700;
    color:#fff;
    text-decoration:none;
    margin-left:5px;
    padding:15px 20px;
    display:inline-block;
    background:#ffc332;
    margin:0px;
    border:0px;
    border-radius:0px;
    box-shadow:none;
}


.forms_resources_content ul li .resource_item .resource_content a {
    display:inline-block;
    text-decoration:none;
}

.forms_resources_content ul li .resource_item .pdf_icon i {
    font-size:60px;
    color:#ffc332;
}

.forms_resources_content h1.titel {
    margin:0px;
}

.our_team {
    margin-top:30px;
}

.our_team_sec h1.titel {
    margin:0;
}

.sidenavs ul.menu_navigation li {
    position:relative;
    padding:5px 20px;
}

.sidenavs ul.menu_navigation li i {
    position:absolute;
    top:50%;
    right:0;
    color:#fff;
    transform:translateY(-50%);
}

.gallery_slider_sec h1 {
    font-size:38px;
    font-weight:500;
    color:#4d4d4d;
    margin:0 0 30px 0;
    text-align:center;
}

.gallery_slider_sec p {
    text-align:center;
}

.gallery_slider_sec h1 span {
    font-weight:700;
    display:inline-block;
}

body.inner_page .wrapper h1 {
    margin-bottom:15px;
}

.gallery_module.category .w_25.gallery {
    width:33.33%;
}

.gallery_module.category .w_25.gallery .abs.title {
    background:#00415e;
    padding:10px;
}

.gallery_module.category .w_25.gallery .abs.title:hover {background:#ffc332;}

.gallery_module.category .gallery:hover .abs.title {
    background:#ffc332;
}

.gallery_slider_sec h1 {
    font-size:26px;}

.page.page_12 .wrapper { padding:0;}

#gallery_slider {padding:0 35px;}

p.tc { margin-top:20px;}

div#gallery_slider_mobile {
    display:none;
}

.gallery_slider_sec.fot-testimonial h3 {
    position:relative;
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
}

.gallery_slider_sec.fot-testimonial h3:after {
    content:'';
    width:41px;
    height:42px;
    background:url(/uploads/quotes-icons.png);
    top:0px;
    left:0px;
    position:absolute;
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
}

.testimain:after {content:none !important}


/*--------------------*/


@media only screen and (max-width:1199px) {

    .testimain {padding-left:80px;padding-right:80px;}

    .testimain:after { left:20px;}


    .subpage-content p {
        max-width:100%;
    }

    .map {
        padding-right:30px;
    }

    .contact_text {
        padding:0 10% 0 30px;
    }

    .sidenavs a {font-size:17px;}

    .sidenavs ul.menu_navigation li i {top:54px;}
}

@media screen and (max-width:991px) {
    .subpage_item {
        display:block;
    }

    .subpage_item_content {
        display:block;
        width:100%;
    }

    .subpage_item_content {
        display:block;
        width:100%;
    }

    .subpage_item_list ul {
        width:100%;
        float:none;
    }

    .misc_cta {
        padding:0 15px;
    }

    .misc_cta_main img {
        height:320px;
    }

    .inner_page {
        padding-top:83px;
    }

    .inner_banner_text h3 {
        font-size:30px;
    }

    .inner_banner_text h2 {
        font-size:30px;
    }

    .banner.inner_banner_sec {
        height:200px;
    }

    .subpage_item_content h2 {
        font-size:30px;
    }

    .subpage_item_list {
        display:block;
        width:100%;
        padding-left:0;
    }

    .misc_cta h2 {
        font-size:30px;
    }

    .misc_cta p {
        font-size:16px;
    }

    .forms_resources_image {
        margin-top:50px;
    }

    .forms_resources_content ul li {
        margin-top:30px;
    }

    .forms_resources_content ul li .resource_item .resource_content span {
        margin-bottom:5px;
        font-size:20px;
    }

    .forms_resources_content ul li .resource_item .resource_content p {
        font-size:16px;
        line-height:24px;
    }

}

@media only screen and (max-width:991px) {

    .sidenavs a {padding:8px 8px !important; font-size:16px;}

    .sidenavs {width:0;position:fixed;background:#000;top:0;left:0;display:inline-block;}

    span.toggle_menu {display:inline-block;color:#fff;font-size:30px;position:relative;left:calc(100% - 15px);top:0px;float:left;margin-left:15px; line-height:60px;}

    ul.menu_navigation li {float:left;width:100%;}

    .sidenavs .closebtn {display:block;line-height:25px;right:0;}

    ul.menu_navigation {display:inline-block;width:100%;padding-top:40px;}

    ul.menu_navigation .dropdown-container {width:100%;z-index:9;}

    .header_logo img {width:100px;}

    ul.menu_navigation.for-mob-d { display:block;}

    ul.menu_navigation.for-desk-d { display:none;}

    .mid_menu_header .row {flex-direction:row-reverse;}

    .req-flx {justify-content:flex-start;}

    .main-home-thre img {height:420px; object-fit:cover;}

    .get-right span a { font-size:12px;}

    .adrs {width:50%;}

    .footer-right p,
    .logo-right li a {font-size:16px;}

    .contact_text {
        padding:0 10% 0 15px;
    }

    .map {
        padding-right:15px;
    }

    .contact_text h1.titel {
        font-size:30px;
        margin:0 0 20px 0;
    }

    .contact_info {
        padding-left:30px;
    }

    .contact_icon {
        width:22px;
    }

    .right_content p a {font-size:16px;padding:16px 16px 17px 16px;}

    .sidenavs ul.menu_navigation li {
        padding-left:0;
        padding-right:0;
    }

    .sidenavs ul.menu_navigation li i {
        top:15px;
        right:15px;
    }

    .sidenavs ul.menu_navigation li > a {
        display:inline-block;
    }

    .mid_menu_header ul.menu_navigation li.level_0:hover ul.sub-menu {
        display:none;
        transition:unset;
    }

    .mid_menu_header ul.menu_navigation ul.sub-menu {
        position:relative;
    }
}

@media only screen and (max-width:767px) {
    .get-right { margin-top:30px;}

    .footer-right { display:block; text-align:center;}

    .footer-logo {
        margin-left:auto;
        margin-right:auto;
        margin-bottom:20px;
        width:203px;
    }

    .logo-right {
        width:100%;
    }

    .logo-right li {
        display:inline-block;
        margin:5px;
    }

    .footer-right {
        border-bottom:1px solid #999999;
        padding-bottom:20px;
        margin-bottom:26px;
    }

    .adrs {
        width:100%;
    }

    .web {
        float:right;
    }

    .footer-right {
        overflow:hidden;
    }

    .web {
        margin-top:30px;

    }

    .adrs {
        overflow:hidden;
        margin-bottom:30px;
    }

    .usa {
        float:left;
    }

    .foor-copy-wr p {
        text-align:center !important;
    }

    .contact-inner {
        display:block;
    }

    .map {
        display:block;
        width:100%;
        padding-right:0;
    }

    .map iframe {
        height:350px;
    }

    .contact_text {
        padding:50px 30px;
        display:block;
        width:100%;
    }

    .get_quote_sec {
        padding:60px 0;
        border-bottom:0;
    }

    .staff_module a.lightbox_img {
        margin-bottom:30px;
    }

    .staff_module p.tc.return {
        padding-left:0;
    }

    .accordion .accordion-collapse .accordion-body {
        padding:0 20px;
    }

    .accordion .faq_content p {
        font-size:16px;
        line-height:24px;
    }

    .sidenavs a {
        padding:8px 20px !important;
    }

    .accordion .accordion-item h2 button {
        font-size:18px;
    }

    .accordion .accordion-item {
        margin-top:0;
    }

    .accordion .accordion-item h2 button::after {
        width:25px;
        height:25px;
    }

    .accordion .accordion-item h2 button {
        padding:15px 30px 15px 15px;
    }

    .gallery_module.category .w_25.gallery {width:100%;}

    div#gallery_slider_mobile {
        display:block;
    }

    div#gallery_slider {
        display:none;
    }

    #gallery_slider_mobile .owl-prev {
        left:0;
    }

    #gallery_slider_mobile .owl-prev, #gallery_slider_mobile .owl-next {
        position:absolute;
        top:40%;
        cursor:pointer;
        width:50px;
        height:50px;
        border-radius:100%;
        font-size:0px;
    }

    #gallery_slider_mobile .owl-prev:after {
        content:'\f0d9';
        font-size:45px;
        color:#ffc482;
        font-family:'fontawesome';
        right:0px;
        position:absolute;
        top:0px;
        width:50px;
        height:50px;
        line-height:50px;
        text-align:center;
    }

    #gallery_slider_mobile .owl-next {
        right:0;
    }

    #gallery_slider_mobile .owl-next:after {
        content:'\f0da';
        font-size:45px;
        color:#ffc482;
        font-family:'fontawesome';
        right:0px;
        position:absolute;
        top:0px;
        width:50px;
        height:50px;
        line-height:50px;
        text-align:center;
    }

}


@media only screen and (max-width:576px) {
    .gallery_slider_sec.fot-testimonial h3:after {top:-48px;}

    .gallery_slider_sec.fot-testimonial {padding-top:68px !important;}
}


@media screen and (max-width:575px) {

    #gallery_slider .owl-prev {
        left:0;
    }

    #gallery_slider .owl-next {
        right:0;
    }

    .accordion .accordion-item h2 button::after {
        width:25px;
        height:25px;
    }

    .accordion .accordion-item h2 button {
        padding:15px 30px 15px 15px;
    }

}

@media only screen and (max-device-width:480px) {
    .qc_inputfields input, .qc_inputfields select, .qc_inputfields .thickness, .qc_inputfields .inches_dropdown, .thickness_inches {
        width:100%;
    }

    .qc_inputfields input {
        margin-bottom:10px;
    }

    .qc_inputfields .thickness {
        margin-bottom:0px;
    }

    .qc_wrapper {
        width:80%;
        margin:0 auto;
    }

    .qc_submit_buttons input {
        width:100%;
        margin-bottom:5px;
    }
}

@media screen and (max-width:479px) {
    .map iframe {
        height:300px;
    }

    .contact_text {
        padding:50px 15px;
    }

    .inner_banner_text h3 {
        font-size:22px;
    }

    .inner_banner_text h2 {
        font-size:24px;
    }


    .gallery_slider_sec {
        padding:50px 0;
    }

    .gallery_item {
        height:150px;
        padding:5px;
    }

    .gallery_item.full_width {
        height:300px;
    }
}

@media only screen and (max-width:360px) {
    .main-home-slider img {
        height:400px;
        object-fit:cover;
    }

    .over-lay {
        padding:20px;
    }

    .home-slide-over h3,
    .home-slide-over h4 {

        font-size:22px;
        letter-spacing:0px;
    }

    .home-slide-over p {
        font-size:16px;}

    .testimain {
        padding-left:20px;
        padding-right:20px;
        padding-top:50px;
    }

    .testimain:after {

        top:0px;
    }

    .gallery_slider_sec.fot-testimonial {
        padding-top:40px;
        padding-bottom:40px;
    }

    .site_container .home-slide-over p {
        margin-top:15px;
    }

    .gallery_slider_sec.fot-testimonial h3 {
        font-size:27px;}

    .gallery_slider_sec.fot-testimonial .owl-prev:after {
        left:-24px;
    }

    .gallery_slider_sec.fot-testimonial .owl-next:after {
        right:-24px;
    }

    .foor-copy-wr p {
        text-align:center !important;
        line-height:normal;
        font-size:14px;
    }
}

.recaptcha_checkbox{
	padding-bottom:25px;
}
    