.container {
    margin: 0 auto;
}
h1,h2,h3,h5,h6{
    font-family: 'oswald';
}
h3 {
    font-size: 45px;
    line-height: 84px;
    
}
.extra-nav.sf-notopbar-notification {
    padding: 45px 0;
}


h4{
    font-family: barlow;
    font-weight: 700 !important;
}
p {
    font-size: 20px;
    color: #000;
    line-height: 32px;
    font-family: barlow;
}

.section-1 {
    padding: 120px 0px !important;
    width: 100%;
    overflow: hidden !important;
    margin: 0;
}

.section-1 h3 {
    color: #000;
}

.section-1 a {
    background: #DCA44E;
    color: #000;
    padding: 20px 50px;
    font-size: 22px;
    position: relative;
    top: 10px;
}

.section-2 {padding: 120px 0px !important;position: relative;width: 100%;overflow: hidden !important;margin: 0;}

.section-2:before {
    content: "";
    background: #1D1D1D;
    width: 100%;
    height: 28%;
    position: absolute;
    top: 0;
    left: 0%;
}

.section-2 h3 {
    color: #fff;
}

.section-2 p {
    color: #fff;
}

.section-2 h4 {
    background: #1D1D1D;
    position: relative;
    top: -75px;
    line-height: 84px;
    z-index: 9999 !important;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    font-family: oswald !important;
    font-weight: 700 !important;
    font-size: 28px;
}

.section-2 img {
    z-index: 0 !important;
}

.section-3 {
    padding: 120px 0px !important;
    width: 100%;
    overflow: hidden !important;
    margin: 0;
}

.section-3 h4 {
    color: #fff;
    font-size: 28px;
    font-family: oswald;
}

.section-3 h3 {
    color: #DCA44E;
    line-height: 50px;
}

.section-3 p {
    color: #fff;
    width: 67%;
    margin: 0 auto;
    font-family: barlow;
}

.share-btn {margin-top: 30px;}

.share-btn a {
    background: #DCA44E;
    padding: 20px 50px;
    font-size: 22px;
    color: #000;
    font-family: barlow;
    font-weight: 500;
}

.section-4 {
    padding: 120px 0px !important;
}

.vc_column_container>.vc_column-inner {
    padding-top: 0px !important;
}

.section-4 h3 {
    color: #000 !important;
    line-height: 50px;
}

.section-4 p {
    color: #2F2927;
}
.section-4 img {
    background: #fff;
}
.section-5 video {
    width: 100%;
    position: relative;
    z-index: 1;
}

.section-6 h3 {
    color: #000;
}

.section-6 {
    padding: 120px 15% !important;
    left: 0 !important;
}

.section-6:before {
}

.section-6 input {
    height: 70px !important;
    background: #ffffff40 !important;
}

.section-6 input::placeholder, .section-6 textarea::placeholder {
    color: #000;
    /* background: #ffffff40 !important; */
}

.section-6 textarea {
    background: #ffffff40 !important;
    height: 200px !important;
    padding-top: 20px !important;
}

.section-6 button#wpforms-submit-4221 {
    margin: 0 auto !important;
    display: block;
    width: 20%;
    height: 65px;
    background: #000;
    color: #fff;
    border: unset;
    font-size: 22px !important;
    font-family: barlow !important;
}

section.sf-banner-row h2 {
    text-align: left;
    font-size: 71px;
    color: #fff;
    line-height:84px;
}

.sf-bnr-text strong {
    display: inline;
    color: #DCA44E;
}



section.sf-banner-row p {
    text-align: left;
    color: #fff;
    width: 60%;
    font-family: barlow !important;
}

#primary-menu a {
    font-size: 18px !important;
    font-family: barlow !important;
    padding: 8px;
    color: #000000;
}

ul#primary-menu li a {
    padding-top: 60px;
}
.footer-top {
    background: transparent;
    padding: 120px 0px !important;
}

.footer-bottom {
    background: #000;
}

.footer-top p {
    color: #000000;
    padding-top: 30px;
}

.footer-3-col h4.widget-title {
    color: #000;
    font-size: 30px;
    font-family: oswald !important;
}

#footer .widget_nav_menu li {
    border-bottom: 0;
    padding: 0px !important;
    line-height: 31px;
}

#footer .widget_nav_menu li a {
    color: #000 !important;
    font-size: 20px;
    font-family: barlow !important;
    line-height: 20px;
    padding: 0px !important;
}

#footer .widget_nav_menu li:before {
    content: "";
    display: none !important;
}

.widget.nav_menu-2.widget_nav_menu {
    padding-left: 20%;
}
.widget_text.widget.custom_html-3.widget_custom_html ul li a i {
    color: #fff;
    font-size: 20px;
    background: #000;
    width: 50px;
    text-align: center;
    height: 50px;
    margin: 8px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.widget_text.widget.custom_html-3.widget_custom_html ul li a, .widget_text.widget.custom_html-3.widget_custom_html ul li {
    display: inline !important;
    float: left;
}

footer div.wpforms-container-full .wpforms-form button[type=submit] {
    width: 100%;
    background: #DCA44E;
    height: 70px;
    color: #000;
    font-family: barlow;
    font-weight: 500;
    font-size: 22px;
}

footer  div.wpforms-container-full .wpforms-form input[type=email] {
    height: 70px;
}

.section-1 a:hover, .share-btn a:hover {
    background: #000;
    color: #dca44e;
}

.section-1 a, .share-btn a {
    transition: .5s;
}

.section-6 button#wpforms-submit-4221:hover {
    background: #fff;
    color: #000;
}

.section-6 button#wpforms-submit-4221 {
    transition: .5s;
}

footer div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: #000;
    color: #dca44e;
}

footer div.wpforms-container-full .wpforms-form button[type=submit] {
    transition: .5s;
}

.about-area-1 h3 {
    line-height: 55px !important;
    margin-bottom: 10px;
    color: #000;
}

@media only screen and (max-width: 1366px){
.section-6 {
    padding: 70px 6% !important;
}
}
@media only screen and (max-width: 1280px){}
@media only screen and (max-width: 1199px){
p {font-size: 16px !important;line-height: 24px !important;}

#footer .widget_nav_menu li a {
    font-size: 17px;
}

footer div.wpforms-container-full .wpforms-form input[type=email] {
    height: 50px;
}

footer div.wpforms-container-full .wpforms-form button[type=submit] {
    height: 50px;
    padding: 0;
}

.footer-top {
    padding: 80px 0px !important;
}

h3 {
    line-height: 55px;
}
.sf-bnr-text {
    top: 50px;
}

section.sf-banner-row h2 {
    font-size: 58px;
    color: #fff;
    line-height: 68px;
    margin-bottom: 0;
}
}
@media only screen and (max-width: 1024px){
section.sf-banner-row h2 {
    font-size: 45px;
    color: #fff;
    line-height: 55px;
}

.sf-bnr-text strong {
    font-size: 45px;
}
#primary-menu a {
    font-size: 16px !important;
}
h3 {
    font-size: 35px !important;
    line-height: 45px !important;
    margin-bottom: 0 !important;
}

.section-2 {
    padding: 60px 0px !important;
}

.section-1 {
    padding: 60px 0px !important;
}

.section-3 {
    padding: 80px 0px !important;
}

.section-3 p {
    width: 90%;
}

.share-btn a {
    padding: 15px 40px;
    font-size: 20px;
}

.section-4 {
    padding: 70px 0px !important;
}
}
@media only screen and (max-width: 991px){
#header-part .navbar-toggle {
    margin: 45px 0;
}

.sf-bnr-text {
    top: 25%;
}

.sf-find-bar.sf-search-result.pos-v-bottom {
    background: #dca145;
}

.dropdown-menu>.active>a {
    background-color: #dca44e;
}

.section-1 a {
    padding: 15px 40px;
    font-size: 20px;
}

.section-2 h4 {
    font-size: 22px;
    line-height: 60px;
    top: 0;
    margin-top: -70px;
}
.section-6 button#wpforms-submit-4221 {
    width: 40%;
}
}
@media only screen and (max-width: 767px){
h3 {
    font-size: 30px !important;
    line-height: 40px !important;
}

section.sf-banner-row h2 {
    font-size: 40px;
    color: #fff;
    line-height: 50px;
}

section.sf-banner-row p {
    width: 90%;
}

.section-2:before {
    height: 100%;
}

.section-2 h4 {
    width: 50%;
    box-shadow: 0px 0px 9px 2px #ffffff82;
}

.widget.nav_menu-2.widget_nav_menu {
    padding-left: 0;
}

#footer .footer-3-col {
    padding-bottom: 20px;
}
}
@media only screen and (max-width: 600px){
section.sf-banner-row h2 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    margin: 0;
}

.sf-bnr-text strong {
    font-size: 30px;
}

.sf-bnr-text {
    top: 0;
    padding-top: 10%;
}

h3 {
    font-size: 25px !important;
    line-height: 35px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-one-half {
    width: 100%;
    margin: 0 !IMPORTANT;
}
}
@media only screen and (max-width: 480px){
section.sf-banner-row h2 {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
}

.sf-bnr-text {
    padding-top: 20%;
}

.sf-bnr-text strong {
    font-size: 25px;
}

p {
    font-size: 15px !important;
}

h3 {
    font-size: 22px !important;
    line-height: 30px !important;
}
.section-4 img {
    width: 65%;
}

.section-4 .wpb_content_element {
    margin: 0  0 10px 0;
}

.section-6 input {height: 50px !important;font-size: 14px !important;}

.section-6 textarea {
    height: 150px !important;
}
.section-6 button#wpforms-submit-4221 {
    font-size: 18px !important;
    font-weight: 600;
}
}
@media only screen and (max-width: 420px){
strong {
    font-size: 22px;
}

section.sf-banner-row h2 {
    font-size: 22px;
}

section.sf-banner-row p {
    width: 100%;
}

.sf-bnr-text {
    padding-top: 40%;
}

.section-1 h3 {}

.wpb_text_column.wpb_content_element {
    margin-bottom: 20px;
}

.section-2 img {
    height: 370px !IMPORTANT;
    object-fit: cover;
}

.section-3 .vc_column-inner {
    background: #0000005e;
    padding: 20px 0 !IMPORTANT;
}

.section-3 {
    padding: 30px 0px !important;
}

.section-6 button#wpforms-submit-4221 {
    width: 100%;
}
}