html,
body{
    padding: 0;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
}

body{
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6{
    margin: 0 0 25px;
    padding: 0;
    font-weight: 700;
}
h1,
.h1{
    font-size: 50px;
    line-height: 58px;
}
h2,
.h2{
    font-size: 32px;
    line-height: 40px;
}
h3,
.h3{
    font-size: 28px;
    line-height: 36px;
}
h4,
.h4{
    font-size: 25px;
    line-height: 33px;
}
h5,
.h5{
    font-size: 21px;
    line-height: 29px;
}
h6,
.h6{
    font-size: 18px;
    line-height: 26px;
}

img{
    max-width: 100%;
    border: none;
    margin: 0;
    height: auto;
}

p{
    margin: 0 0 35px;
}

ul{
    margin: 0 0 35px 20px;
    padding: 0 0 0 15px;
}

ul > li{
    margin: 0 0 15px;
    padding: 0;
}

a{
    text-decoration: none;
    color: #bf7031;
}

a:hover,
a:focus{
    text-decoration: none;
    color: #666666;
}

::-webkit-input-placeholder {
    color: #000000;
}

:-moz-placeholder {
    color: #000000;
}

::-moz-placeholder {
    color: #000000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000000;
}

.font-400{
    font-weight: 400;
} 

.font-500{
    font-weight: 500;
}

.font-600{
    font-weight: 600;
} 

.font-700{
    font-weight: 700;
}
  
.text-white{
    color: #ffffff;
}

.text-blue{
    color: #15283f;
}

.text-orange{
    color: #bf7031;
}

.bg-pink{
    background-color: #f2e2d6;
}

.margin-lg{
    margin-bottom: 50px;
}
.margin-md{
    margin-bottom: 25px;
}
.margin-mdx{
    margin-bottom: 20px;
}
.margin-sml{
    margin-bottom: 15px;
}
.margin-sm{
    margin-bottom: 10px;
}
.margin-xs{
    margin-bottom: 5px;
}
.no-margin{
    margin: 0;
}

.cbtn{
    display: inline-block;
    padding: 12px 20px;
    background-color: #bf7031;
    color: #ffffff;
    border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
    font-size: 18px;
    line-height: 26px;
}
.cbtn:hover,
.cbtn:focus{
    color: #ffffff;
    background-color: #666666;
}

/* HEADER */

.site-header{
    padding: 20px 0;
    background-color: #15283f;
    border-bottom: 8px solid #bf7031;
}

.has-banner .site-header{
    border: none;
}

.site-header.header-sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
}

.site-header.header-sticky .logo img{
    width: 240px;
}

.navbar{
    padding: 0;
    justify-content: flex-end;
    height: 100%;
}
.navbar-collapse{
    justify-content: flex-end;
}
.navbar-nav{
    margin: 0 -20px;
}
.navbar-nav > li{
    padding: 0 20px;
    margin: 0;
}

.navbar-nav > li > a{
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    padding-bottom: 10px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus{
    color: #bf7031;
}
.navbar-nav > li.active a{
    color: #ffffff;
    border-bottom-color: #bf7031; 
}

/* CONTENT */

.container-fluid{
    max-width: 100%;    
}

.row-middle{
    align-items: center;    
}

.sc{
    padding-top: 50px;
    padding-bottom: 50px;
}

.sc.sc-sm{
    padding-top: 30px;
    padding-bottom: 30px;
}

.sc-nopadding-bottom{
    padding-bottom: 0;
}

.pgrid{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.photo{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.photo img{
    display: block;
    margin: 0;
    width: 100%;
}

.service{
    padding: 25px;
    margin-bottom: 25px;
}
.service.slast{
    margin-bottom: 0;
}

.quote-item{
    background-image: url(images/quote.png);
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 80px;
    margin-bottom: 50px;
    text-align: center;
}

.ga-grid{
    margin-left: -7px;
    margin-right: -7px;
}

.col-ga{
    padding-left: 7px;
    padding-right: 7px;
}

.gitem{
    margin-bottom: 14px;
}
.gitem img{
    width: 100%;
    display: block;
    margin: 0;
}

.sc-contact{
    position: relative;
}
.contact-banner video{
    display: block;
    margin: 0;
    width: 100%;
}
.contact-banner img{
    width: 100%;
    display: block;
    margin: 0;
}
.blue-overlay{
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(21,40,63, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.contact-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    line-height: 29px;
}


/**
 * Video
 */
 
.video-wrap {
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 0; 
    height: 0; 
    overflow: hidden;
    width: 100%; 
    max-width: 100%; 
    height: auto; 
}
.video-wrap iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    border: none;
    margin: 0;
}

/* FOOTER */

.site-footer{
    border-top: 8px solid #17293f;
}

.footer-inner{
    border-top: 8px solid #bf7031;  
    padding: 50px 0 33px;
    margin-top: 1px;
}

.footer-widget{
    margin-bottom: 30px;
}

.socials{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0px;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
}

.socials > li{
    padding: 0 15px;
    margin: 0;
}

.socials > li > a:hover img{
    opacity: 0.7;
}

.copyright{
    font-size: 14px;
    line-height: 20px;
}

.site-footer-v2{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.socials-v2{
    justify-content: center;
}

@media (min-width: 768px){
    .photo{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px){
    .cleft{
        padding-right: 25px;
    }
    
    .cright{
        padding-left: 25px;
    }
    .footer-logo.footer-widget{
        margin-bottom: 0;
    }
}

@media (max-width: 1199px){
    .navbar-nav {
        margin: 0 -15px;
    }
    .navbar-nav > li {
        padding: 0 15px;
    }
    .navbar-nav > li > a{
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .navbar-nav {
        margin: 0 -10px;
    }
    .navbar-nav > li {
        padding: 0 10px;
    }
    .navbar-nav > li > a {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 991px){
    h1,
    .h1{
        font-size: 36px;
        line-height: 44px;
    }
    h2,
    .h2{
        font-size: 28px;
        line-height: 36px;
    }
    h3,
    .h3{
        font-size: 25px;
        line-height: 33px;
    }
    h4,
    .h4{
        font-size: 21px;
        line-height: 29px;
    }
    h5,
    .h5{
        font-size: 18px;
        line-height: 26px;
    }
    h6,
    .h6{
        font-size: 16px;
        line-height: 24px;
    }
    .footer-logo{
        text-align: center;
    }
}

@media (max-width: 767px){
    .site-header {
        padding: 10px 0;
    }
    .logo img{
        width: 240px;
    }
    .navbar-toggler{
        border: none;
        padding: 0;
    }  
    .navbar-light .navbar-toggler{
        border-color: #ffffff;
        color: #ffffff;
        outline: none !important;
        font-size: 25px;
        margin-top: -45px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-collapse{
        border-top: 1px solid #ffffff;
        padding-top: 20px;
    }
    .navbar-nav > li{
        text-align: center;
        padding-bottom: 10px;
    }
    .navbar-nav > li > a{
        padding-bottom: 5px;
        font-size: 18px;
        line-height: 24px;
    }
    .contact-overlay{
        display: none;
    }
    .contact-info{
        background-color: #f2e2d6;
        padding: 50px 15px;
        position: static;
        display: block;
        font-size: 18px;
        line-height: 26px;
    }
    .cadd{
        color: #000000 !important;
    }
    .footer-widget{
        text-align: center;
    }
    .socials{
        justify-content: center;
    }
    .copyright{
        text-align: center;
    }
}

@media (max-width: 479px){
    .copyright span{
        display: block;
    }
}