* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Bahnschrift';
    src: url('../webfonts/Bahnschrift.woff2') format('woff2'),
        url('../webfonts/Bahnschrift.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #707070;
    font-family: 'Poppins', sans-serif;
}
p {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #0E2D3B !important;
    margin-bottom: 25px !important;
}
p strong {
    color: inherit;
}
h1 {
    font-family: 'Poppins', sans-serif;
}
h2 {
    font-size: 38px !important;
    line-height: 46px !important;
    color: #3B3B3B !important;
    font-weight: 700 !important;
    margin: 0 0 30px 0 !important;
    font-family: 'Poppins', sans-serif !important;
}
.colored {
    color: #00ACED;
}
h3 {
    font-size: 22px !important;
    line-height: 33px !important;
    color: #00ACED !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
    margin: 0 0 25px 0 !important;
}
strong {
    font-weight: bold;
}
.content ol li,
.content ul li,
.content ul li p,
.content ul li p a {
    color: #093F28;
}
html body .content ul {
    margin-left: 12px;
    padding-top: 25px;
}
html body .content ul li {    
    font-size: 0.9rem;
    list-style: disc;
    margin-bottom: 5px;
}
.align-right {
    text-align: right;
}
.container {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}
.trans_03s {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.trans_05s {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.row {
    max-width: 1500px;
}
.row-reverse {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.padding-null .columns {
    padding: 0;
}
.btn {
    padding: 15px 12px;
    border-radius: 13px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    max-width: 300px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s all ease;
    -webkit-box-shadow: 0px 4px 6px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 6px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 6px 2px rgba(0,0,0,0.2);
}
.btn-green {
    background-color: #C8D651;
}
.btn-green:hover {
    background-color: #9ba92d;
    color: #fff;
}
.btn-danger {
    background-color: #F86011;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-danger:hover {
    color: #fff;
    background-color: #b74306;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.bg-grad {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c2f3d+0,1c202c+39,0f121b+100 */
    background: #2c2f3d; /* Old browsers */
    background: -moz-linear-gradient(left,  #2c2f3d 0%, #1c202c 39%, #0f121b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #2c2f3d 0%,#1c202c 39%,#0f121b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #2c2f3d 0%,#1c202c 39%,#0f121b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2f3d', endColorstr='#0f121b',GradientType=1 ); /* IE6-9 */
}

h4 {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}
h5 {
    margin-bottom: 20px;
}
html .full-width {
    width: 100%;
    max-width: 100%;
}
.dark-color {
    color: #093F28;
}
/*--- Header CSS Start ---*/
.header {
    width: 100%;    
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}
.main-header {
    background: #FFFFFF;
    border-bottom: 10px solid #00ACED;
}
.fixedhead .header {
    background: #fff;
    position: fixed;
    -webkit-box-shadow: 1px 0px 9px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 0px 9px rgba(0,0,0,0.3);
    -o-box-shadow: 1px 0px 9px rgba(0,0,0,0.3);
    box-shadow: 1px 0px 9px rgba(0,0,0,0.3);
}
.logo {
    max-width: 280px;
    padding-top: 5px;
    margin-bottom: 8px;
}
.wrapper.fixedhead .logo {
    padding-top: 0;
    margin-bottom: 0;
    max-width: 200px;
}
.logo img {
    width: 100%;
}
.wrapper.fixedhead .logo-col {
    padding: 10px 0;
}
.logo-col {
    width: auto;
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
}
.menu-col {
    float:  right;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-top: 60px;
    position: relative;
    z-index: 10;
}
.header-bar {
    background-color: #3B3B3B;
    height: auto;
    text-align: right;
}
.header-bar::after,
.header-bar::before {
    content: none;
}
.header-bar ul {
    text-align: right;   
}
.header-bar li,
.header-bar li a {
    font-size: 13px;
    line-height: 32px;
    color: #EDF1F3;
}
.header-bar li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.menu-row {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 25px;
    border-bottom: 1px solid #AFAFAF;
}
.top-bar-section ul li>a {
    font-size: 16px;
    font-weight: 600;
    color: #D6D4DA;
    background: transparent;
    padding: 0;
    line-height: 1;
    height: auto;
}
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section ul li {
    background: transparent;
    padding: 0;
    line-height: 1;
    height: auto;
    padding: 0;
}
.top-bar-section .menu-main > li {
    padding: 0;
    margin: 0px;
    text-align: left;
    width: 100%;
}
.top-bar-section .menu-main li {
    /*border-bottom: 1px solid #c1c1c1;    */
}
.top-bar-section .menu-main > li {
    border-bottom: none;
}
.top-bar-section ul.menu-main > li > a:hover,
.top-bar-section ul.menu-main > li:not(.has-form) > a:not(.button):hover,
.top-bar-section ul.menu-main > li:hover > a,
.top-bar-section ul.menu-main > li:not(.has-form) > a:not(.button):hover {
    color: #0E2D3B !important;
    background: transparent !important;
}
.top-bar-section ul.menu-main > li:hover > a {
    font-weight: bold;   
}
html body .top-bar-section ul.menu-main > li:hover,
html body .top-bar-section ul.menu-main > li:hover > a {
    background: transparent !important;   
}
.top-bar-section .menu-main li.parent {
    position: relative;
    font-size: 0;
}
html body .header .top-bar-section ul.menu-main > li.active > a,
html body .header .top-bar-section ul.menu-main > li:hover > a {
    /*color: #FD904B !important;*/
    opacity: 1;
}

.menu-for ul li a {
    color: #EDF1F3;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.top-bar-section ul li > a {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
}

.menu-open .top-bar-section {
    right: 0;
}
html body .header .top-bar-section .menu-main > li > a {
    font-weight: 500;
    padding: 0 20px !important;
    /*opacity: 0.58;*/
    line-height: 80px;
    color: #0E2D3B !important;
}
.menu-main li {
    position: relative;
}
.top-bar-section .menu-main > li:not(.has-form) > a:not(.button),
html body .top-menu .menu-main > li > a {
    line-height: 80px !important;
}
.top-bar-section .menu-main li.open .sub {

}
.top-bar-section .menu-main li .sub li:last-child {
    border-bottom: none;
}
.top-menu {
    margin-top: 30px; 
}
.wrapper.fixedhead .top-menu {
    margin-bottom: 15px; 
    margin-top: 15px;
}

.top-bar-section ul.menu-main {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
}

@media screen and (min-width: 641px){


    .top-bar-section .sub .sub {
        left: 100%;
        top: 0;
    }
    .top-bar-section .sub li {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .top-bar-section .sub li a {
        padding: 7px 20px !important;
        display: inline-block;
        line-height: initial;
        width: 100%;
        box-sizing: border-box;
        line-height: 15px !important;
        font-weight: 500;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
    html body .top-bar-section .sub li:hover > a {
        background-color: #0079A7 !important;
        color: #ffffff !important;
    }
    .top-bar-section .menu-main .sub li.parent:hover::before {
        border-color: #ffffff;
    }
    .top-bar-section .sub li:first-child {
        padding-top: 0px;
    }
    .top-bar-section .sub li:last-child {
        padding-bottom: 0px;
    }
    html body .fixedhead .header .top-bar-section .menu-main > li > a {
        /*color: #008037;*/
    }

    .top-bar-section .menu-main > li.parent,
    .top-bar-section .menu-main > li {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: auto;
    }
    .top-bar-section .menu-main li .sub {
        position: absolute;
    }
    html body .header .top-bar-section .menu-main > li > a {
        font-size: 16px;
        font-weight: 700;
        color: #0E2D3B;
    }
    .top-bar-section {
        width: calc(100% - 220px);
        display: inline-block;
        vertical-align: top;
    }
    .top-bar-section .menu-outer {
        text-align: right;
    }
    .top-bar-section ul.menu-main {
        margin-left: auto;
    }
    .top-bar-section .menu-main li.parent > .sub {
        display: none;
        background: #fff;
        width: 200px;
    }
    .top-bar-section .menu-main li.parent:hover > .sub {
        display: inline-block;
    }
    .top-bar-section .menu-main li.parent > .sub a {
        color: #0E2D3B;
        font-size: 16px;
    }
    .top-bar-section .menu-main > li {
        margin: 0 3px;
    }
}

@media screen and (max-width: 640px){
    .top-bar-section .menu-main li .sub {
        margin-left: 30px;
        border-left: 1px solid #c1c1c1;
        display: inline-block;
        max-height: 0;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
    .top-bar-section {
        line-height: 0;
        text-align: center;
        max-width: 400px;
        height: 100vh;
        /*background: #D34D1E;*/
        position: fixed;
        top: 0;
        left: auto !important;
        right: -800px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-box-shadow: -7px 0px 9px rgb(0 0 0 / 30%);
        -moz-box-shadow: -7px 0px 9px rgba(0,0,0,0.3);
        -o-box-shadow: -7px 0px 9px rgba(0,0,0,0.3);
        box-shadow: -7px 0px 9px rgb(0 0 0 / 30%);
    }
    .top-bar-section::before {
        content: '';
        display: inline-block;
        width: 0;
        border-left: 400px solid transparent;
        height: 0;
        border-top: 500px solid transparent;
        border-bottom: 100vh solid #D34D1E;
        margin-left: -500px;
        margin-top: -500px;
        position: absolute;
        top:0;    
        right: 400px;
    }
    .top-bar-section::after {
        content: '';
        display: inline-block;
        width: 400px;
        height: 100vh;
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
    }
    .top-bar-section .menu-outer {
        margin-top: 100px;
        overflow-y: auto;
        height: calc(100vh - 100px);
        position: relative;
        z-index: 10;
    }
}


html body .header .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: transparent;
}
.top-bar-section .menu-main > li::after {
    content: '';
    width: 22px;
    height: 2px;
    background: #8abbdf;
    display: none;
}
.top-bar-section .menu-main > li:hover::after,
.top-bar-section .menu-main > li.active::after {
    /*display: inline-block;*/
}
.top-bar .toggle-topbar.menu-icon a {
    padding: 0 0 0px 25px;
}
.top-bar .toggle-topbar.menu-icon a span::after {
    display: none;
    right: auto;
    left: 0;
}
.top-bar .toggle-topbar.menu-icon span.text {
    margin-left: 10px;
    font-family: 'Bahnschrift'; 
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    line-height: 29px;
}
.top-bar .toggle-topbar .lines {
    position: relative;
    left: -20px;
}
.top-bar .toggle-topbar .line {
    width:  20px;
    background: #3B3B3B;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
}
.menu-col .top-bar {
    background: transparent;
}
.wrapper.fixedhead:not(.menu-open) .top-bar .toggle-topbar.menu-icon span.text {
    color: #093F28;
}
.wrapper.fixedhead:not(.menu-open) .top-bar .toggle-topbar .line {
    background: #093F28;
}
.top-bar .toggle-topbar .line:nth-child(2) {
    top: 6px;
}
.top-bar .toggle-topbar .line:nth-child(3) {
    top: 12px;
}
.header-container {
    width: 100%;
    padding: 0 5%;
    position: relative;
    z-index: 20;
}
.menu-open .top-bar .toggle-topbar .line:nth-child(2) {
    opacity: 0;
}
.menu-open .top-bar .toggle-topbar .line:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(45deg); 
    -moz-transform: rotate(45deg); 
    -ms-transform: rotate(45deg); 
    -o-transform: rotate(45deg); 
    transform: rotate(45deg); 
}
.menu-open .top-bar .toggle-topbar .line:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-45deg); 
    -moz-transform: rotate(-45deg); 
    -ms-transform: rotate(-45deg); 
    -o-transform: rotate(-45deg); 
    transform: rotate(-45deg); 
}
.top-bar-section .menu-main li.parent::before {
    content:  '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-right: 2px solid #00ACED;
    border-bottom: 2px solid #00ACED;
    position: absolute;
    z-index: 1;
    right: 6px;
    top: 17px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.top-bar-section .menu-main .sub li.parent::before {
    top: 6px;
}
.top-bar-section .menu-main li.parent.active::before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 14px;
}
.top-bar-section .menu-main > li.parent::before {
    top: 35px;
}
.top-bar-section .menu-main > li.parent.active::before {
    top: 35px;
}
.menu-main li.active > .sub {
    max-height: 500px;
}
.header-space { 
    min-height: 120px; 
}
.top-bar .toggle-topbar.menu-icon { 
    display: block; 
}
.house-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 238px;
    z-index: 10;
}
.wrapper.fixedhead .house-top {
    opacity: 0;
}
/*--- Header CSS End ---*/


.banner {
    background: url('../images/banner-bg.png') center center no-repeat #edf6f1;
    background-size: cover;
    min-height: 550px;
    border-bottom: 30px solid #00ACED;
}
span.after-cta {
    font-weight: 500;
    color: #0E2D3B;
    margin-top: 17px;
    display: inline-block;
    margin-left: 15px;
}
.cta-right {
    text-align: right;
}
.cta {
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;   
    font-weight: 600;
    padding: 9px 23px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    background-size: contain;
    background: #0079A7;
    margin-top: 10px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    min-width: 180px;
}
.cta:hover {
    color: #FFFFFF;   
    background: #3B3B3B;
}
.cta-light {
    background: #ff8b47; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff8b47 0%, #f75b5f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff8b47 0%,#f75b5f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff8b47 0%,#f75b5f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8b47', endColorstr='#f75b5f',GradientType=0 ); /* IE6-9 */

}
.cta-light:hover {
    background: #7ed956; /* Old browsers */
    background: -moz-linear-gradient(top,  #7ed956 0%, #008037 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #7ed956 0%,#008037 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #7ed956 0%,#008037 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ed956', endColorstr='#008037',GradientType=0 ); /* IE6-9 */
}
.cta.transp {
    padding: 12px 30px;
    color: #AAC7DF;
    background: transparent;
}
.transp.cta:hover {
    background: #005596;
    color: #FFFFFF;
    border-color: #005596;
}



/*--- Home Content CSS Start ---*/


.btf {
    /*background: #2D313F;*/
    padding: 50px 0 30px 0;
}
.btf h3,
.btf h4,
.btf p {
    /*color: #FFFFFF;*/
}
.btf p {
    /*font-size: 15px;*/
}

.left-blurb {
    padding-right: 50px;
}
.btf1 {
    padding: 80px 0 50px 0;    
}
.btf1 .btf1-container {
    padding-left: 8%;
}
.btf1 .btf1-blurb {
    padding: 0;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}
.btf1 h4 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    color: #FFFFFF;
}

.title {
    margin-bottom: 20px;
}
.title img {
    max-width: 70px;
    margin-right: 20px;
}
.title h2 {
    display: inline-block;
    margin: 9px 0 0 0;
    vertical-align: top;
}


.btf2 {
    padding: 80px 0;

}
.btf2-items img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}
.btf2-item {
    margin-bottom: 30px;
}
.btf2-items .img {
    min-height: 140px;
    /*margin-bottom: 15px;*/
}
.btf2-items h3,
.btf2-items span {
    color: #3B3B3B;
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}
.btf2-items .amount {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.btf2-items .item-link {
    color: #3B3B3B;
    font-size: 14px;
    display: inline-block;
}
.btf2-items .item-link:hover {
    color: #3B3B3B;
}
.btf2-items .item-detail {
    padding: 20px;
    background-color: #3B3B3B;
}
.btf2-items .item-detail h3{
	color: #fff !important;
	margin: 0px !important;
}
.slick-arrow {
    font-size: 0;
    width: 25px;
    height: 25px;
    background: #88888891;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    top: 43%;
}
.slick-arrow::before,
.slick-arrow::after {
    content: '';
    width: 13px;
    height: 3px;
    display: inline-block;
    position: relative;
    background: #fff;
}
.slick-arrow::before {
    top: -2px;
    left: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick-arrow::after {
    top: 2px;
    left: 1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.slick-arrow.slick-prev {
    left:  -40px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.slick-arrow.slick-next {
    right:  -40px;
}
.btf3-slider {
    position: relative;
}
.btf3-slider .slider-item {
    padding: 0 10px;
}
/*--- Home Content CSS End ---*/



/*--- Footer CSS Start ---*/

.footer {
    background: #EDF1F3;
    background-size: contain;
    padding: 0;
    border-top: 10px solid #00ACED;
}
.footer .footer-container {
    width: 90%;
    margin: 0 auto;
}
.footer-links {
    /*float: right;*/
    margin-bottom: 0;
    text-align: left;
}
.footer-links h3 {
    color: #00ACED;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
}
.footer-links a {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.footer-links a:hover {
    color: #0E2D3B;
    padding-right: 0;
    font-weight: 700;
}
.footer-links h4,
.footer-links li {
    font-size: 20px;
    font-weight: 600;
    color: #0E2D3B;
    line-height: 1.5;
}
.footer-links h4 {
    margin: 0 0 20px 0;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: #EDF1F3;
    text-transform: capitalize;
}
.footer-blurb p,
.footer-links li,
.footer-links a,
.footer-links p {
    font-size: 14px;
    line-height: 14px;
    color: #0E2D3B;
    font-weight: normal;
    margin-bottom: 0;
}
.footer-links ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.footer-links ul li::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 3px;
    height: 3px;
    background: #0E2D3B;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}
.blurb-title h3 {
    text-align: left;
}
.footer-top {
    padding: 85px 0 70px 0;
    text-align: center;
}
.footer-blurb {
    max-width: 370px;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}
.footer-logo {
    /*float: left;*/
}
.footer-logo,
.footer-links {
    max-width: 200px;
    width: 200px;
}
.footer-copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #3B3B3B;
    padding: 15px 0;
}
.footer-copyright p {
    margin-bottom: 0;
    color: #EDF1F3 !important;
}
.footer-copyright p span,
.footer-copyright p a {
    color: #FFFFFF;
}
.footer-copyright p a {
}
.footer-copyright p a:hover {
    color: #00ACED;
    opacity: 1;
}
.footer-blurb p {
    line-height: 20px;
    margin-bottom: 15px;
}
.footer-blurb p a {
    color: inherit;
}
.footer-blurb p a:hover {
    text-decoration: underline;
}
.social {
    margin-top: 20px;
}
.social li {
    display: inline-block;
    vertical-align: top;
}
.social li img {
    max-width: 35px;
}
/*--- Footer CSS End ---*/


@media (min-width: 2401px) {   
    .footer {
        padding-top: 340px;
    }
}
/*--- Responsive CSS ---*/
@media (max-width: 1400px) {    
    
}

@media (max-width: 1366px) {    
    .footer-img {
        max-width: 320px;
    }
    .btf3 .container {
        width: calc(100% - 100px);
    }
    .contact-col {
        width: 49%;
    }
}

@media (max-width: 1200px) {   
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 1100px) {  
    .header-container {
        padding: 0 2%;
    }
    .footer .footer-container {
        width: 98%;
    }
    
}

@media (max-width: 1024px) {    
    .columns+.columns:last-child {
        float: left;
    }
}
@media (min-width: 1025px) {    
    html body .wrapper .mobile-view {
        display: none;
    }
}
@media (max-width: 1024px) {    
    html body .wrapper .desktop-view {
        display: none;
    }
    html body .header .top-bar-section .menu-main > li > a {
        padding: 0 14px;
    }
    .header::before {
        width: 68%;
        height: 134px;
    }
    .top-bar-section ul li {
        padding-left: 14px;
    }
    .header-space {
        min-height: 170px;
    }
    .top-bar-section ul li > a {
        font-size: 12px;
    }
    .top-bar-section .menu-main > li {
        margin: 0;
    }    
    .top-bar-section .sub {
        min-width: 150px;
    }

    .top-bar {
        display: inline-block;
        width: 100%;
        height: 50px;
        overflow: visible;
    }
    .top-bar .toggle-topbar.menu-icon {
        margin-top: 0;
        top: -17px;
        right: 21%;
        height: 34px;
    }
    .top-bar .toggle-topbar.menu-icon a {
        margin-top: 0;
    }
    .top-bar .toggle-topbar .lines {
        left: -20px;
        top: 29px;
    }
    .header-container {
        padding: 0 1%;
    }
    .call-col {
        text-align: left;
        width: 100px;
        margin-top: 20px;
    }
    .call-col a {
        font-size: 16px;
        line-height: 26.5px;
        padding: 0 5px 0 7px;
    }
    .call-col::after {
        border-top-width: 27px;
        border-left-width: 15px;
    }
    .menu-col {
        width: 100px;
        margin-top: 34px;
    }
    .top-bar .toggle-topbar.menu-icon span.text {
        display: none;
    }

    .banner .banner-inner h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        padding: 6px 0px 3px 10px;
        margin-left: -19px;
    }
    .banner .banner-inner h1::after {
        right: -24px;
        border-left-width: 24px;
    }
    .banner .container {
        padding: 0 10px;
    }
    

    .btf1 .btf1-blurb {
        width: 100%;
        margin-bottom: 30px;
    }
    .btf1 {
        background-position: center top;
        background-size: 80%;
    }
    .btf1 .btf1-img {
        width: calc(100% - 150px);
    }
    
    h2 {
        font-size: 21px;
        line-height: 1.2;
    }
    
    .btf2 {
        padding: 40px 0;
    }
    .btf2-item {
        margin-bottom: 30px;
    }
    .btf2-items .item-link:hover {
        font-weight: normal;
    }
    .footer {
        background-position: center 82%;
    }
    .footer-top {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .footer-logo, 
    .footer-links {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .footer-links {
        padding-bottom: 25px
    }
    .nvm img {
        max-width: 140px;
    }
    .footer-logo {
        padding-bottom: 30px;
    }
    .footer-blurb {
        text-align: center;
    }    
    .footer-copyright p span {
        display: inline-block;
        width: 100%;
    }

    .house-top {
        max-width: 165px;
    }

    .footer .link-col {
        width: 50%;
    }
    .footer .contact-col {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        float: none !important;
        display: inline-block;
    }
    .blurb-title h3 {
        text-align: center;
    }


}
@media (max-width: 992px) and (min-width: 641px){
    html body .header .top-bar-section .menu-main > li > a {
        padding: 0 5px !important;
        font-size: 13px;
    }
    .logo-col {
        max-width: 150px;
    }
    .top-bar-section {
        width: calc(100% - 156px);
    }
    .top-bar-section .menu-main li.parent::before {
        content: none;
    }
    .header-space {
      min-height: 120px;
    }
}
@media (max-width: 992px){
    .banner {
        min-height: 300px;
    }
}
@media (min-width: 641px) {
    .grow_hover {
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
    .grow_hover:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .top-bar-section .menu-main .sub {
        display: none;
    }
    .top-bar-section .menu-main li:hover > .sub {
        /*display: block;*/
    }
    .top-bar-section .menu-main .sub li.parent::before {
      top: 9px;
      right: 15px;
    }
    .menu-col {
        display: none;
    }
    
}
@media (max-width: 640px) {  
    
    .menu-main .sub {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
    .top-bar-section {
        max-width: 100%;
    }
    .menu-open .top-bar-section {
        width: 100%;
        background: #D34D1E;
    }
    .top-bar-section::before {
        display: none;
    }
    .top-bar-section .menu-main .sub li {
        width: calc(100% - 30px);
    }
    .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section ul li,
    html body .top-bar-section .sub li,
    html body .top-bar-section .sub li a {
        line-height: 3;
    }
    .wrapper.fixedhead  .top-bar {
        height: 34px;
    }
    .top-bar-section ul li > a {
        font-size: 15px;
    }
    .top-bar-section .menu-main > li > a {
        font-size: 20px;
    }
    .top-bar-section .menu-main > li.parent.active::before {
        right: 26px;
    }
    .top-bar-section ul li.active > a,
    .top-bar-section ul li > a {
        color: #0E2D3B;
    }

    .call-col {
        visibility: hidden;
        width: 73px;
    }
    .menu-col {
        width: 72px;
    }
    .logo-col {
        max-width: 122px;
    }
    .wrapper.fixedhead .logo-col {
        padding: 0;
    }
    .fixedhead .call-col {
        margin-top: 0;
    }

    
    .btf2-items {
        max-width: 350px;
        margin: 0 auto;
    }

    .header-bar li, 
    .header-bar li a {
        font-size: 12px;
        line-height: 23px;
    }
    .top-bar .toggle-topbar.menu-icon {
        top: -20px;
    }
    .logo-col,
    .logo-col .logo {
        max-width: 200px;
    }
    .logo {
        padding-top: 0;
        margin-bottom: 0;
    }
    .header-bar li {
        margin-right: 14px;
    }
    .header-space {
        min-height: 130px;
    }
    .banner {
        min-height: 250px;
    }
    .btf1 {
          padding: 40px 0 10px 0;
    }
    .btf2-items img {
        height: 200px;
    }
    .fixedhead .header-bar {
        position: absolute;
        top: -51px;
    }
    .fixedhead .header-space {
      min-height: 80px;
    }

.footer-copyright p {
    margin-bottom: 0;
    color: #EDF1F3 !important;
	font-size: 13px !important;
}
    
}

@media (max-width: 480px) {  
    .footer-blurb {
        max-width: 100%;
        width: 100%;
    }
}