/*----------------------- Fixed Style -----------------------
-----------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Serif+Caption:400,400i&display=swap');

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../fonts/fa-brands-400.eot");
    src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
         url("../fonts/fa-brands-400.woff2") format("woff2"),
         url("../fonts/fa-brands-400.woff") format("woff"),
         url("../fonts/fa-brands-400.ttf") format("truetype"),
         url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../fonts/fa-regular-400.eot");
    src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
         url("../fonts/fa-regular-400.woff2") format("woff2"),
         url("../fonts/fa-regular-400.woff") format("woff"),
         url("../fonts/fa-regular-400.ttf") format("truetype"),
         url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
         url("../fonts/fa-solid-900.woff2") format("woff2"),
         url("../fonts/fa-solid-900.woff") format("woff"),
         url("../fonts/fa-solid-900.ttf") format("truetype"),
         url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --black: #000;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --primary-font-family: 'Roboto', sans-serif;
    --secondary-font-family: 'PT Serif Caption', serif;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    transition: all 0.5s ease;
}

html {
    font-size: 18px;
}

body {
    font-size: 1rem;
    font-family: var(--primary-font-family);
    color: #000;
    overflow-x: hidden;
}

.fab:before {
    font-family: 'Font Awesome 5 Brands';
}

.far:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa:before,
.fas:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

img {
    width: 100%;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

.theme-border {
    position: relative;
    z-index: 0;
}

.theme-border:after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: var(--theme-border);
    z-index: -1;
}

.text-underline {
    text-decoration: underline;
}

.no-padding {
    padding: 0 !important;
}

::-webkit-input-placeholder {
    font: normal 400 1rem/1.5 var(--primary-font-family);
    color: var(--black);
}

::-moz-placeholder {
    font: normal 400 1rem/1.5 var(--primary-font-family);
    color: var(--black);
}

:-ms-input-placeholder {
    font: normal 400 1rem/1.5 var(--primary-font-family);
    color: var(--black);
}

:-moz-placeholder {
    font: normal 400 1rem/1.5 var(--primary-font-family);
    color: var(--black);
}

@media (min-width: 768px) { /*----- sm-col -----*/
    .container {
        width: 750px;
    }
}

@media (min-width: 1024px) { /*----- md-col -----*/
    .container {
        width: 994px;
    }
}

@media (min-width: 1366px) { /*----- lg-col -----*/
    .container {
        width: 1336px;
    }
}

@media (min-width: 1441px) { /*----- xl-col -----*/
    .container {
        width: 1400px;
    }
}

@media (min-width: 1651px) { /*----- xxl-col -----*/
    .container {
        width: 1600px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1024px) {
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1366px) {
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1441px) {
    .col-xl-12 {
        width: 100%
    }
    .col-xl-11 {
        width: 91.66666667%
    }
    .col-xl-10 {
        width: 83.33333333%
    }
    .col-xl-9 {
        width: 75%
    }
    .col-xl-8 {
        width: 66.66666667%
    }
    .col-xl-7 {
        width: 58.33333333%
    }
    .col-xl-6 {
        width: 50%
    }
    .col-xl-5 {
        width: 41.66666667%
    }
    .col-xl-4 {
        width: 33.33333333%
    }
    .col-xl-3 {
        width: 25%
    }
    .col-xl-2 {
        width: 16.66666667%
    }
    .col-xl-1 {
        width: 8.33333333%
    }
    .col-xl-pull-12 {
        right: 100%
    }
    .col-xl-pull-11 {
        right: 91.66666667%
    }
    .col-xl-pull-10 {
        right: 83.33333333%
    }
    .col-xl-pull-9 {
        right: 75%
    }
    .col-xl-pull-8 {
        right: 66.66666667%
    }
    .col-xl-pull-7 {
        right: 58.33333333%
    }
    .col-xl-pull-6 {
        right: 50%
    }
    .col-xl-pull-5 {
        right: 41.66666667%
    }
    .col-xl-pull-4 {
        right: 33.33333333%
    }
    .col-xl-pull-3 {
        right: 25%
    }
    .col-xl-pull-2 {
        right: 16.66666667%
    }
    .col-xl-pull-1 {
        right: 8.33333333%
    }
    .col-xl-pull-0 {
        right: auto
    }
    .col-xl-push-12 {
        left: 100%
    }
    .col-xl-push-11 {
        left: 91.66666667%
    }
    .col-xl-push-10 {
        left: 83.33333333%
    }
    .col-xl-push-9 {
        left: 75%
    }
    .col-xl-push-8 {
        left: 66.66666667%
    }
    .col-xl-push-7 {
        left: 58.33333333%
    }
    .col-xl-push-6 {
        left: 50%
    }
    .col-xl-push-5 {
        left: 41.66666667%
    }
    .col-xl-push-4 {
        left: 33.33333333%
    }
    .col-xl-push-3 {
        left: 25%
    }
    .col-xl-push-2 {
        left: 16.66666667%
    }
    .col-xl-push-1 {
        left: 8.33333333%
    }
    .col-xl-push-0 {
        left: auto
    }
    .col-xl-offset-12 {
        margin-left: 100%
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }
    .col-xl-offset-9 {
        margin-left: 75%
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }
    .col-xl-offset-6 {
        margin-left: 50%
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }
    .col-xl-offset-3 {
        margin-left: 25%
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }
    .col-xl-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1651px) {
    .col-xxl-12 {
        width: 100%
    }
    .col-xxl-11 {
        width: 91.66666667%
    }
    .col-xxl-10 {
        width: 83.33333333%
    }
    .col-xxl-9 {
        width: 75%
    }
    .col-xxl-8 {
        width: 66.66666667%
    }
    .col-xxl-7 {
        width: 58.33333333%
    }
    .col-xxl-6 {
        width: 50%
    }
    .col-xxl-5 {
        width: 41.66666667%
    }
    .col-xxl-4 {
        width: 33.33333333%
    }
    .col-xxl-3 {
        width: 25%
    }
    .col-xxl-2 {
        width: 16.66666667%
    }
    .col-xxl-1 {
        width: 8.33333333%
    }
    .col-xxl-pull-12 {
        right: 100%
    }
    .col-xxl-pull-11 {
        right: 91.66666667%
    }
    .col-xxl-pull-10 {
        right: 83.33333333%
    }
    .col-xxl-pull-9 {
        right: 75%
    }
    .col-xxl-pull-8 {
        right: 66.66666667%
    }
    .col-xxl-pull-7 {
        right: 58.33333333%
    }
    .col-xxl-pull-6 {
        right: 50%
    }
    .col-xxl-pull-5 {
        right: 41.66666667%
    }
    .col-xxl-pull-4 {
        right: 33.33333333%
    }
    .col-xxl-pull-3 {
        right: 25%
    }
    .col-xxl-pull-2 {
        right: 16.66666667%
    }
    .col-xxl-pull-1 {
        right: 8.33333333%
    }
    .col-xxl-pull-0 {
        right: auto
    }
    .col-xxl-push-12 {
        left: 100%
    }
    .col-xxl-push-11 {
        left: 91.66666667%
    }
    .col-xxl-push-10 {
        left: 83.33333333%
    }
    .col-xxl-push-9 {
        left: 75%
    }
    .col-xxl-push-8 {
        left: 66.66666667%
    }
    .col-xxl-push-7 {
        left: 58.33333333%
    }
    .col-xxl-push-6 {
        left: 50%
    }
    .col-xxl-push-5 {
        left: 41.66666667%
    }
    .col-xxl-push-4 {
        left: 33.33333333%
    }
    .col-xxl-push-3 {
        left: 25%
    }
    .col-xxl-push-2 {
        left: 16.66666667%
    }
    .col-xxl-push-1 {
        left: 8.33333333%
    }
    .col-xxl-push-0 {
        left: auto
    }
    .col-xxl-offset-12 {
        margin-left: 100%
    }
    .col-xxl-offset-11 {
        margin-left: 91.66666667%
    }
    .col-xxl-offset-10 {
        margin-left: 83.33333333%
    }
    .col-xxl-offset-9 {
        margin-left: 75%
    }
    .col-xxl-offset-8 {
        margin-left: 66.66666667%
    }
    .col-xxl-offset-7 {
        margin-left: 58.33333333%
    }
    .col-xxl-offset-6 {
        margin-left: 50%
    }
    .col-xxl-offset-5 {
        margin-left: 41.66666667%
    }
    .col-xxl-offset-4 {
        margin-left: 33.33333333%
    }
    .col-xxl-offset-3 {
        margin-left: 25%
    }
    .col-xxl-offset-2 {
        margin-left: 16.66666667%
    }
    .col-xxl-offset-1 {
        margin-left: 8.33333333%
    }
    .col-xxl-offset-0 {
        margin-left: 0
    }
}

.visible-xxl,
.visible-xl,
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}

.visible-xxl-block,
.visible-xxl-inline,
.visible-xxl-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (min-width: 320px) and (max-width: 767px) {
    .visible-xs {
        display: block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }

    .visible-xs-block {
        display: block!important
    }

    .visible-xs-inline {
        display: inline!important
    }

    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm {
        display: block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }

    .visible-sm-block {
        display: block!important
    }

    .visible-sm-inline {
        display: inline!important
    }

    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .visible-md {
        display: block!important
    }

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }

    .visible-md-block {
        display: block!important
    }

    .visible-md-inline {
        display: inline!important
    }

    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1366px) and (max-width: 1440px) {
    .visible-lg {
        display: block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }

    .visible-lg-block {
        display: block!important
    }

    .visible-lg-inline {
        display: inline!important
    }

    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1441px) and (max-width: 1650px) {
    .visible-xl {
        display: block!important
    }

    table.visible-xl {
        display: table!important
    }

    tr.visible-xl {
        display: table-row!important
    }

    td.visible-xl,
    th.visible-xl {
        display: table-cell!important
    }

    .visible-xl-block {
        display: block!important
    }

    .visible-xl-inline {
        display: inline!important
    }

    .visible-xl-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1651px) {
    .visible-xxl {
        display: block!important
    }

    table.visible-xxl {
        display: table!important
    }

    tr.visible-xxl {
        display: table-row!important
    }

    td.visible-xxl,
    th.visible-xxl {
        display: table-cell!important
    }

    .visible-xxl-block {
        display: block!important
    }

    .visible-xxl-inline {
        display: inline!important
    }

    .visible-xxl-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .hidden-md {
        display: none!important;
    }
}

@media (min-width: 1366px) and (max-width: 1440px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 1441px) and (max-width: 1650px) {
    .hidden-xl {
        display: none !important;
    }
}

@media (min-width: 1651px) {
    .hidden-xxl {
        display: none !important;
    }
}

/*------------------ Intarnel Pages Styling -----------------
-----------------------------------------------------------*/

.blog-section {
    padding: 2rem 0;
}

.blog-section .blog-main {}

.blog-section .blog-main .blog-heading {}

.blog-section .blog-main h1,
.blog-section .blog-main h2,
.blog-section .blog-main h3,
.blog-section .blog-main .blog-heading h1,
.blog-section .blog-main .blog-heading h2,
.blog-section .blog-main .blog-heading h3 {
    font: normal 600 2.5rem/66px var(--primary-font-family);
    color: var(--black);
    margin: 0 0 1.5rem;
}

.blog-section .blog-main .blog-heading p {
    font: normal 300 1rem/34px var(--primary-font-family);
    color: var(--black);
    margin: 0 0 1.5rem;
}

.blog-section .blog-main .blog-box {
    background: var(--white);
    border: 1px solid #ddd;
    margin-bottom: 30px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    overflow: hidden;
}

.blog-section .blog-main .blog-box:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}

.blog-section .blog-main .blog-box .blog-img {}

.blog-section .blog-main .blog-box .blog-img a {
    display: block;
    position: relative;
}

.blog-section .blog-main .blog-box .blog-img a:before {
    display: block;
    content: "";
    background-image: -webkit-gradient(linear,left bottom,left top,from(#00000059),color-stop(75%,#0000));
    background-image: -webkit-linear-gradient(bottom,#00000059,#0000 75%);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
    background-image: linear-gradient(0deg,#00000059,#0000 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.blog-section .blog-main .blog-box:hover .blog-img a:before {
    display: none;
}

.blog-section .blog-main .blog-box .blog-img a img {
    width: 100%;
}

.blog-section .blog-main .blog-box .blog-text {
    padding: 0;
}

.blog-section .blog-main .blog-box .blog-text .blog-heading {
    overflow: hidden;
    padding: 10px 20px;
}

.blog-section .blog-main .blog-box .blog-text .blog-heading h2.blog-title {
    margin: 0;
    text-align: left;
    line-height: 1.2;
}

.blog-section .blog-main .blog-box .blog-text .blog-heading h2.blog-title a {
    display: inline-block;
    font: normal 600 1.5rem/1.2  var(--primary-font-family);
    color: var(--black);
}

.blog-section .blog-main .blog-box .blog-text .blog-description {
    font: normal 300 1rem/34px var(--primary-font-family);
    color: var(--black);
    margin: 0;
    text-align: left;
    padding: 10px 20px;
}

.blog-section .blog-main .blog-box .blog-text .blog-description p {
    font: normal 300 1rem/34px var(--primary-font-family);
    color: var(--black);
    margin: 0;
    min-height: 102px;
}

.blog-section .blog-main .blog-box .blog-text .blog-button {
    padding: 10px 20px;
}

.blog-section .blog-main .blog-box .blog-text .blog-button .blog-readmore {
    display: inline-block;
    font: normal 300 0.8rem/34px var(--primary-font-family);
    color: var(--black);
    text-decoration: underline;
    text-transform: uppercase;
    position: relative;
}

.blog-section .blog-main .blog-box .blog-text .blog-date {
    padding: 10px 20px;
    border-top: 1px solid #eaeaea;
}

.blog-section .blog-main .blog-box .blog-text .blog-date span {
    display: inline-block;
    font: normal 300 0.8rem/34px var(--primary-font-family);
    color: var(--black);
    text-transform: uppercase;
}

.blog-section .sidebar {
    background-color: #eee;
    padding: 20px;
}

.blog-section .sidebar .sidebar-search {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog-section .sidebar .sidebar-search .search-form {
    position: relative;
    display: block;
}

.blog-section .sidebar .sidebar-search .search-form .search-field {
    width: 100%;
    height: 50px;
    padding: 10px 15px 10px 50px;
    background-color: var(--white);
    font: normal 500 15px/28px var(--primary-font-family);
    color: var(--black);
    border: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.blog-section .sidebar .sidebar-search .search-form .search-submit {
    display: inline-block;
    font: normal 500 15px/28px var(--primary-font-family);
    background-color: #0000;
    color: var(--black);
    border: 0;
    border-radius: 0;
    padding: 0;
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-section .sidebar .sidebar-search .search-form .search-submit:before {
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-section .sidebar .sidebar-heading {}

.blog-section .sidebar h1,
.blog-section .sidebar h2,
.blog-section .sidebar h3,
.blog-section .sidebar .sidebar-heading h1,
.blog-section .sidebar .sidebar-heading h2,
.blog-section .sidebar .sidebar-heading h3 {
    font: normal 600 1.5rem/1.2 var(--primary-font-family);
    color: var(--black);
    margin: 0 0 1rem;
}

.blog-section .sidebar .sidebar-heading p {
    font: normal 300 1rem/34px var(--primary-font-family);
    color: var(--black);
    margin: 0 0 1.5rem;
}

.blog-section .sidebar .sidebar-heading ul {
    margin: 0;
    list-style: square inside;
}

.blog-section .sidebar .sidebar-heading ul li {}

.blog-section .sidebar .sidebar-heading ul li a {
    display: inline-block;
    font: normal 300 1rem/34px var(--primary-font-family);
    color: var(--black);
}

.blog-section .sidebar .sidebar-posts {}

.blog-section .sidebar .sidebar-posts .blog-box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    overflow: hidden;
}

.blog-section .sidebar .sidebar-posts .blog-box:last-child {
    border-bottom: 0px solid #ddd;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog-section .sidebar .sidebar-posts .blog-box .blog-img {
    width: 30%;
    float: left;
}

.blog-section .sidebar .sidebar-posts .blog-box .blog-img a {
    display: block;
    position: relative;
    height: 100%;
}

.blog-section .sidebar .sidebar-posts .blog-box .blog-img a img {
    width: 100%;
    height: 100%;
}

.blog-section .sidebar .sidebar-posts .blog-box .blog-text {
    width: 70%;
    float: left;
}

.blog-section .sidebar .sidebar-posts .blog-box .blog-text .blog-heading {
    overflow: hidden;
    padding: 5px 10px;
}

.blog-section .sidebar .sidebar-posts .blog-box .blog-text .blog-heading  a {
    display: inline-block;
    font: normal 400 1rem/1.2  var(--primary-font-family);
    color: var(--black);
}

.blog-section .sidebar .sidebar-posts .blog-box .blog-text .blog-date {
    padding: 5px 10px;
}

.blog-section .sidebar .sidebar-posts .blog-box .blog-text .blog-date span {
    display: inline-block;
    font: normal 300 0.7rem/34px var(--primary-font-family);
    color: var(--black);
    text-transform: uppercase;
}

.content-section {
    padding: 2rem 0;
}

.content-section .content-main {
    /*border-right: 1px solid #0000001a;
    padding-right: 15px;
    margin-right: -15px;*/
}

.content-section .content-main .content-heading {
    padding: 0;
}

.content-section .content-main h1,
.content-section .content-main h2,
.content-section .content-main h3,
.content-section .content-main .content-heading h1,
.content-section .content-main .content-heading h2,
.content-section .content-main .content-heading h3 {
    font: normal 600 2.5rem/66px var(--primary-font-family);
    color: var(--black);
    margin: 0 0 1.5rem;
}

.content-section .content-main .content-heading p {
    font: normal 300 1rem/34px var(--primary-font-family);
    color: var(--black);
    margin: 0 0 1.5rem;
}

.content-section .sidebar {
    background-color: #eee;
    padding: 20px;
}

.content-section .sidebar .sidebar-search {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.content-section .sidebar .sidebar-search .search-form {
    position: relative;
    display: block;
}

.content-section .sidebar .sidebar-search .search-form .search-field {
    width: 100%;
    height: 50px;
    padding: 10px 15px 10px 50px;
    background-color: var(--white);
    font: normal 500 15px/28px var(--primary-font-family);
    color: var(--black);
    border: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.content-section .sidebar .sidebar-search .search-form .search-submit {
    display: inline-block;
    font: normal 500 15px/28px var(--primary-font-family);
    background-color: #0000;
    color: var(--black);
    border: 0;
    border-radius: 0;
    padding: 0;
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.content-section .sidebar .sidebar-search .search-form .search-submit:before {
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-section .sidebar .sidebar-heading {}

.content-section .sidebar h1,
.content-section .sidebar h2,
.content-section .sidebar h3,
.content-section .sidebar .sidebar-heading h1,
.content-section .sidebar .sidebar-heading h2,
.content-section .sidebar .sidebar-heading h3 {
    font: normal 600 1.5rem/1.2 var(--primary-font-family);
    color: var(--black);
    margin: 0 0 1rem;
}

.content-section .sidebar .sidebar-heading p {
    font: normal 300 1rem/34px var(--primary-font-family);
    color: var(--black);
    margin: 0 0 1.5rem;
}

.content-section .sidebar .sidebar-heading ul {
    margin: 0;
    list-style: square inside;
}

.content-section .sidebar .sidebar-heading ul li {}

.content-section .sidebar .sidebar-heading ul li a {
    display: inline-block;
    font: normal 300 1rem/34px var(--primary-font-family);
    color: var(--black);
}

.content-section .sidebar .sidebar-posts {}

.content-section .sidebar .sidebar-posts .blog-box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    overflow: hidden;
}

.content-section .sidebar .sidebar-posts .blog-box:last-child {
    border-bottom: 0px solid #ddd;
    padding-bottom: 0;
    margin-bottom: 0;
}

.content-section .sidebar .sidebar-posts .blog-box .blog-img {
    width: 30%;
    float: left;
}

.content-section .sidebar .sidebar-posts .blog-box .blog-img a {
    display: block;
    position: relative;
    height: 100%;
}

.content-section .sidebar .sidebar-posts .blog-box .blog-img a img {
    width: 100%;
    height: 100%;
}

.content-section .sidebar .sidebar-posts .blog-box .blog-text {
    width: 70%;
    float: left;
}

.content-section .sidebar .sidebar-posts .blog-box .blog-text .blog-heading {
    overflow: hidden;
    padding: 5px 10px;
}

.content-section .sidebar .sidebar-posts .blog-box .blog-text .blog-heading  a {
    display: inline-block;
    font: normal 400 1rem/1.2  var(--primary-font-family);
    color: var(--black);
}

.content-section .sidebar .sidebar-posts .blog-box .blog-text .blog-date {
    padding: 5px 10px;
}

.content-section .sidebar .sidebar-posts .blog-box .blog-text .blog-date span {
    display: inline-block;
    font: normal 300 0.7rem/34px var(--primary-font-family);
    color: var(--black);
    text-transform: uppercase;
}

.page-content {}

.page-content p {
    margin: 0 0 1.5rem;
}

.page-content form.search-form {
    display: inline-block;
    overflow: hidden;
}

.page-content form.search-form label {
    width: 400px;
    margin: 0;
    float: left;
}

.sidebar form.search-form label {
    width: calc(100% - 121px);
}

.page-content form.search-form label .screen-reader-text {
    width: 100px;
    float: left;
    margin-right: 20px;
    font: normal 300 1rem/50px var(--primary-font-family);
    color: #000;
}

.page-content form.search-form label input.search-field {
    width: 280px;
    float: left;
    height: 50px;
    padding: 10px 15px;
    background-color: var(--white);
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.page-content form.search-form button.search-submit {
    display: inline-block;
    font: normal 500 15px/28px var(--primary-font-family);
    background-color: #007ad6;
    color: var(--white);
    float: left;
    margin-left: 20px;
    border: 0;
    padding: 17.5px 45px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 40px;
    transition: background-color .3s, color .3s, border-color .3s;
    position: relative;
    overflow: hidden;
}

.page-content form.search-form button.search-submit .screen-reader-text {
    display: block;
    font: normal 500 15px/1 var(--primary-font-family);
    color: var(--white);
    letter-spacing: 0.5px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 8px 12px;
    margin: 2px;
    line-height: 1.2;
    color: var(--black);
    display: inline-block;
}

.type-post .post-thumbnail img {
    width: auto;
}

/*------------------- Mobile Menus Styling ------------------
-----------------------------------------------------------*/

@media (min-width: 320px) and (max-width: 767px) {
    .mainmenu-open {
        position: absolute;
        top: 29.5px;
        right: 0;
        width: 40px;
        height: 40px;
        z-index: 9999;
        transform: translateY(-50%);
        cursor: pointer;
        background-color: #ececec;
    }

    .mainmenu-open .line {
        position: absolute;
        left: 50%;
        display: block;
        width: calc(100% - 20px);
        height: 1px;
        background-color: #000;
        z-index: 9999;
        transform: translate(-50%, -50%);
    }

    .mainmenu-open .line.first {
        top: 40%;
    }

    .mainmenu-open .line.second {
        top: 50%;
    }

    .mainmenu-open .line.third {
        top: 60%;
    }

    .mainmenu-open.active {}

    .mainmenu-open.active .line {
        background-color: #000;
    }

    .mainmenu-open.active .line.first {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .mainmenu-open.active .line.second {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .mainmenu-open.active .line.third {
        display: none;
    }

    .mobilemenu-section {
        top: 71.3px;
        right: -100%;
        z-index: 9999;
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: auto;
        background: #fff;
    }

    .mobilemenu-section.open {
        right: 0;
    }

    .mobilemenu-section .menu-section {
        position: relative;
        /*-moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
        visibility: hidden;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
    }

    .mobilemenu-section.open .menu-section  {
        transform: scale(1);
        opacity: 1;
        visibility: visible;*/
    }

    .mobilemenu-section ul {
        margin: 0;
        text-align: center;
    }

    .mobilemenu-section ul li {
        display: block;
        position: relative;
    }

    .mobilemenu-section ul li.menu-item-has-children:before {
        position: absolute;
        content: '';
        top: 32px;
        right: 35px;
        width: 15px;
        height: 15px;
        border-width: 4px 4px 0 0;
        border-style: solid;
        border-color: #501337;
        -webkit-transform: rotate(135deg) translate(0, -50%);
        -ms-transform: rotate(135deg) translate(0, -50%);
        -o-transform: rotate(135deg) translate(0, -50%);
        transform: rotate(135deg) translate(0, -50%);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .mobilemenu-section ul li.menu-item-has-children.rotate:before {
        -webkit-transform: rotate(-45deg) translate(0, -50%);
        -ms-transform: rotate(-45deg) translate(0, -50%);
        -o-transform: rotate(-45deg) translate(0, -50%);
        transform: rotate(-45deg) translate(0, -50%);
    }

    .mobilemenu-section ul li a {
        display: block;
        font: normal 400 18px/1.2 var(--primary-font-family);
        color: #000;
        text-decoration: none !important;
        text-align: left;
        padding: 25px 0;
        background: -webkit-linear-gradient(left, #b9bf0d, #b9bf0d 50%, #a28f66 50%, #a28f66 50%);
        background: -o-linear-gradient(left, #b9bf0d, #b9bf0d 50%, #a28f66 50%, #a28f66 50%);
        background: linear-gradient(to right, #b9bf0d, #b9bf0d 50%, #a28f66 50%, #a28f66 50%);
        background-size: 200% auto;
        background-position-x: 100%;
        -webkit-background-clip: text;
        background-clip: text;
        transition: background-position-x 1s, color 1s;
    }

    .mobilemenu-section ul li a:hover {
        color: #0000;
        background-position-x: 0;
    }

    .mobilemenu-section ul li ul.sub-menu {
        width: 100%;
        height: 0;
        margin: 0;
        overflow: hidden;
        text-align: center;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        opacity: 0;
        visibility: hidden;
        background: #f2f6fa;
    }

    .mobilemenu-section ul li ul.sub-menu.open {
        height: 100%;
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }

    .mobilemenu-section ul li ul.sub-menu li {
        display: block;
        position: relative;
    }

    .mobilemenu-section ul li ul.sub-menu li a {
        font: normal 400 18px/1.2 var(--primary-font-family);
        text-decoration: none !important;
        padding: 25px 65px 25px 35px;
        border-bottom: 1px solid #fff;
        margin-bottom: -1px;
        max-height: none;
        color: #000;
        text-align: left;
    }
}

/*-------------------- Home Page Styling --------------------
-----------------------------------------------------------*/

.header-main-top {
/*     background: transparent url(../img/header-main-bg.jpg) no-repeat left top; */
	background: transparent url(/wp-content/uploads/2025/06/img93649.jpg) no-repeat left top;
    position: relative;
}

.header-main-top .header-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    z-index: 999;
}

.fixed-header .header-main-top .header-section {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
}

.header-main-top .header-section .header-main {
    text-align: right;
}

.header-main-top .header-section .header-main .logo {
    float: left;
    width: 137px;
}

.fixed-header .header-main-top .header-section .header-main .logo {
    float: left;
    width: 86px;
}

.header-main-top .header-section .header-main .logo a {
    display: block;
}

.header-main-top .header-section .header-main .logo a img {
    width: 100%;
}

.header-main-top .header-section .header-main .logo a img.off-menu {
    display: block;
}

.header-main-top .header-section .header-main .logo a img.on-menu {
    display: none;
}

.header-main-top .header-section.active .header-main .logo a img.off-menu {
    display: none;
}

.header-main-top .header-section.active .header-main .logo a img.on-menu {
    display: block;
}

.header-main-top .header-section .header-main .menu-section {
    display: inline-block;
    padding: 16.5px 0;
}

.fixed-header .header-main-top .header-section .header-main .menu-section {
    padding: 0;
}

.header-main-top .header-section .header-main .menu-section ul {
    margin: 0;
}

.header-main-top .header-section .header-main .menu-section > ul {
    border-right: 1px solid #8ea70040;
    min-height: 61px;
}

.fixed-header .header-main-top .header-section .header-main .menu-section > ul {
    min-height: 59px;
}

.header-main-top .header-section .header-main .menu-section ul li {
    display: inline-block;
    position: relative;
    padding-right: 40px;
    float: left;
}

.header-main-top .header-section .header-main .menu-section ul li a {
    display: block;
    font: normal 500 1rem/1.2 var(--primary-font-family);
    color: #fff;
    padding: 20px 0;
    white-space: nowrap;
    text-align: left;
    position: relative;
}

.fixed-header .header-main-top .header-section .header-main .menu-section ul li a {
    color: #b9bf0d;
    padding: 19px 0;
}

.header-main-top .header-section .header-main .menu-section ul li a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #b9bf0d;
}

.header-main-top .header-section .header-main .menu-section ul li:hover > a:after {
    width: 100%;
}

.header-main-top .header-section .header-main .menu-section ul li .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    background: #3f4516;
    width: 280px;
    margin-top: 25px;
    border-bottom: 5px solid #222;
    box-shadow: 0 0 11px 0 rgba(23,28,33,.06);
    border-radius: 5px;
    transition: transform .3s linear,opacity .3s linear,visibility .3s linear;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scaleY(0) translateX(-50%);
    -ms-transform: scaleY(0) translateX(-50%);
    -o-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.header-main-top .header-section .header-main .menu-section ul li .sub-menu:before {
    content: "";
    position: absolute;
    pointer-events: none;
    bottom: 100%;
    left: 50%;
    height: 0;
    width: 0;
    transform: translateX(-50%);
    border-bottom: 7px solid #3f4516;
    border-left: 9px solid #0000;
    border-right: 9px solid #0000;
}

.header-main-top .header-section .header-main .menu-section ul li .sub-menu:after {
    content: '';
    height: 25px;
    left: 0;
    right: 0;
    bottom: 100%;
    position: absolute;
}

.header-main-top .header-section .header-main .menu-section ul li:hover .sub-menu {
    -webkit-transform: scaleY(1) translateX(-50%);
    -ms-transform: scaleY(1) translateX(-50%);
    -o-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%);
    visibility: visible;
    opacity: 1;
}

.header-main-top .header-section .header-main .menu-section ul li .sub-menu li {
    display: block;
    position: relative;
    padding: 0;
    float: none;
}

.header-main-top .header-section .header-main .menu-section ul li .sub-menu li a {
    display: block;
    font: normal 500 1rem/1.5 var(--primary-font-family);
    color: #fff;
    text-align: left;
    padding: 15px 20px;
    white-space: nowrap;
}

.header-main-top .header-section .header-main .menu-section ul li .sub-menu li a:after {
    display: none;
}

.header-main-top .header-section .header-main .menu-section ul li .sub-menu li a {
    border-left: 5px solid transparent;
    text-indent: 0;
}

.header-main-top .header-section .header-main .menu-section ul li .sub-menu li:hover a {
    border-left: 5px solid #222;
    text-indent: 5px;
}

.header-main-top .header-section .header-main .header-right {
    float: right;
    padding: 37.5px 0;
}

.fixed-header .header-main-top .header-section .header-main .header-right {
    padding: 20px 0;
}

.header-main-top .header-section .header-main .header-right ul {
    margin: 0;
    overflow: hidden;
}

.header-main-top .header-section .header-main .header-right ul li {
    display: inline-block;
    float: left;
}

.header-main-top .header-section .header-main .header-right ul li a {
    display: block;
    margin-left: 40px;
}

.header-main-top .header-section .header-main .header-right ul li a:before {
    color: #fff;
}

.header-main-top .header-section .header-main .header-right ul li a:hover:before {
    color: #b8be0d;
}

.header-main-top .banner-section {
    position: relative;
    z-index: 0;
    padding-top: 161px;
}

.header-main-top .banner-section .banner-slider {
    min-height: 804px;
    position: relative;
}

.header-main-top .banner-section.without-slider .banner-slider {
    min-height: 320px;
}

.header-main-top .banner-section .banner-slider .banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.header-main-top .banner-section .banner-slider .banner-content .banner-main {}

.header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box {
    position: relative;
    float: left;
    width: 46%;
}

.header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box h1 {
    font: normal 400 5rem/1.2 var(--secondary-font-family);
    color: var(--white);
    margin: 0 0 4rem;
    letter-spacing: -2px;
}

.header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box p {
    font: normal 400 1rem/32px var(--primary-font-family);
    color: var(--white);
    margin: 0 0 4rem;
    padding-right: 30%;
}

.header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box p a {
    display: inline-block;
    color: var(--white);
    text-decoration: underline;
}

.header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box .scroll-down {
    float: left;
    padding-left: 40px;
    position: relative;
}

.header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box .scroll-down:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 400px;
    background-color: #b8be0d;
}

.header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box .scroll-down .scrolldown {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 155px;
    color: #fff;
}

.header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box .scroll-down .scrolldown span {
    display: inline-block;
    width: 110px;
    height: 25px;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    font: normal 500 16px/25px var(--primary-font-family);
    color: #fff;
    text-transform: uppercase;
}

.header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box .scroll-down .scrolldown img {
    width: 13px;
    height: 18px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box .banner-button {
    display: inline-block;
    font: normal 500 1.1111rem/1.5 var(--primary-font-family);
    background-color: #b8be0d;
    color: var(--white);
    padding: 20px 70px 20px 35px;
    width: 325px;
    border-radius: 40px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin-left: 200px;
}

.header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box .banner-button:before {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    z-index: 9;
}

.header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box .banner-button:hover:before {
    right: 50%;
    transform: translate(50%, -50%);
}

.header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box .banner-button .button-text {
    font: normal 500 1rem/1.5 var(--primary-font-family);
    display: inline-block;
    z-index: 1;
    display: inline-block;
    position: relative;
}

.header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box .banner-button:hover .button-text {
    text-indent: -999px;
}

.header-main-top .banner-section .banner-slider .banner-img {
    float: right;
    width: 56%;
}

.header-main-top .banner-section .banner-slider .banner-img img {
    width: 100%;
}

.header-main-top .banner-section .banner-slider .owl-theme .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 161px;
    right: 175px;
}

.header-main-top .banner-section .banner-slider .owl-theme .owl-dots .owl-dot {
    border: 2px solid #fff0;
    border-radius: 50%;
    margin: 0 10px;
    outline: none;
}

.header-main-top .banner-section .banner-slider .owl-theme .owl-dots .owl-dot.active,
.header-main-top .banner-section .banner-slider .owl-theme .owl-dots .owl-dot:hover {
    border: 2px solid #b7bd0d;
}

.header-main-top .banner-section .banner-slider .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 7px;
    background: #fff;
    border-radius: 50%;
}

.header-main-top .banner-section .banner-slider .owl-theme .owl-dots .owl-dot.active span,
.header-main-top .banner-section .banner-slider .owl-theme .owl-dots .owl-dot:hover span {}

.body-section {
    min-height: 500px;
}

.aboutus-section {
    padding: 0 0 3rem;
}

.aboutus-section .aboutus-main {}

.aboutus-section .aboutus-main .aboutus-left {
    width: 25%;
    float: left;
    margin-right: 5%;
    padding-top: 100px;
}

.aboutus-section .aboutus-main .aboutus-left h1 {
    font: normal 400 3.8888rem/1.2 var(--secondary-font-family);
    color: #b8be0d;
    margin: 0 0 3rem;
    letter-spacing: -2px;
}

.aboutus-section .aboutus-main .aboutus-left p {
    font: normal 400 0.8rem/30px var(--primary-font-family);
    color: #2a2b1c;
    margin: 0 0 3rem;
}

.aboutus-section .aboutus-main .aboutus-left .aboutus-button {
    display: inline-block;
    font: normal 500 1rem/1.5 var(--primary-font-family);
    background-color: #2d2d1f;
    color: var(--white);
    padding: 20px 70px 20px 35px;
    width: 325px;
    border-radius: 40px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
}

.aboutus-section .aboutus-main .aboutus-left .aboutus-button:before {
    color: #b8be0d;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    z-index: 9;
}

.aboutus-section .aboutus-main .aboutus-left .aboutus-button:hover:before {
    right: 50%;
    transform: translate(50%, -50%);
}

.aboutus-section .aboutus-main .aboutus-left .aboutus-button .button-text {
    font: normal 500 1rem/1.5 var(--primary-font-family);
    display: inline-block;
    z-index: 1;
    display: inline-block;
    position: relative;
}

.aboutus-section .aboutus-main .aboutus-left .aboutus-button:hover .button-text {
    text-indent: -999px;
}

.aboutus-section .aboutus-main .aboutus-right {
    width: 70%;
    float: left;
    transform: translateY(-161px);
    border-bottom: 2px solid #efefed;
}

.aboutus-section .aboutus-main .aboutus-right .aboutusright-content {
    width: 70%;
    float: left;
}

.aboutus-section .aboutus-main .aboutus-right .aboutusright-content figure {
    width: 100%;
    margin: 0 0 3rem;
}

.aboutus-section .aboutus-main .aboutus-right .aboutusright-content figure img {
    width: 100%;
}

.aboutus-section .aboutus-main .aboutus-right .aboutusright-content p {
    font: normal 400 0.8rem/30px var(--primary-font-family);
    color: #2a2b1c;
    margin: 0 0 3rem;
}

.articles-section {
    position: relative;
    z-index: 0;
}

.articles-section:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 443px;
    background-color: #2f2f22;
    z-index: -1;
}

.articles-section .articles-main {
    padding: 3rem 0;
    padding-left: 270px;
    position: relative;
    z-index: 0;
}

.articles-section .articles-main:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 443px;
    background-color: #2f2f22;
    z-index: -1;
}

.articles-section .articles-main .articles-top {
    padding: 0 0 3rem;
    text-align: right;
}

.articles-section .articles-main .articles-top h1 {
    display: inline-block;
    font: normal 400 3.8888rem/1.2 var(--secondary-font-family);
    color: #b8be0d;
    margin: 0;
    letter-spacing: -2px;
    float: left;
}

.articles-section .articles-main .articles-top h4 {
    display: inline-block;
    font: normal 400 16px/84px var(--primary-font-family);
    color: #fff;
    /*text-decoration: underline;*/
    margin: 0 30px 0 0;
}

.articles-section .articles-main .articles-top ul {
    margin: 11.5px 0;
    display: inline-block;
    float: right;
    background-color: #232318;
    padding: 6px;
    border-radius: 40px;
    overflow: hidden;
}

.articles-section .articles-main .articles-top ul li {
    display: inline-block;
    float: left;
}

.articles-section .articles-main .articles-top ul li a {
    display: block;
    font: normal 500 1rem/1.2 var(--primary-font-family);
    color: #fefefc;
    padding: 15px 30px;
    border-radius: 40px;
    position: relative;
    letter-spacing: 0.2px;
}

.articles-section .articles-main .articles-top ul li a:hover {
    color: #b6bc0d;
}

.articles-section .articles-main .articles-top ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 25px;
    background-color: #efefed33;
}

.articles-section .articles-main .articles-top ul li.active a {
    background-color: #b6bc0d;
    color: #fff;
}

.articles-section .articles-main .articles-top ul li:first-child a:after,
.articles-section .articles-main .articles-top ul li.active + li a:after,
.articles-section .articles-main .articles-top ul li.active a:after {
    display: none;
    text-decoration: none;
}

.articles-section .articles-main .articles-bottom {}

.articles-section .articles-main .articles-bottom .tab-content {}

.articles-section .articles-main .articles-bottom .tab-content .tab-pane {}

.articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider {}

.articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider .articles-box {}

.articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider .articles-box .articles-img {
    margin: 0 0 30px;
}

.articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider .articles-box .articles-img img {
    width: 100%;
}

.articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider .articles-box .articles-text {
    font: normal 400 0.8rem/30px var(--primary-font-family);
    color: #2b2c1d;
}

.articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider .articles-box .articles-text h3 {
    font: normal 500 1.2222rem/28px var(--primary-font-family);
    color: #2d2d1f;
    margin: 0 0 15px;
}

.articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider .articles-box .articles-text p {
    font: normal 400 0.8rem/30px var(--primary-font-family);
    color: #2a2b1c;
    margin: 0;
}

.articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider .owl-theme .owl-nav {
    margin: 0;
    width: 55px;
    position: absolute;
    top: 0;
    left: -140px;
    transform: translateX(-50%);
}

.articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider .owl-theme .owl-nav button {
    display: block;
    width: 55px;
    height: 55px;
    float: left;
    margin: 0 0 6px;
    border-radius: 50%;
    position: relative;
    outline: none;
    background-color: #b4ba0d;
}

.articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider .owl-theme .owl-nav button:hover {
    background-color: #232318;
}

.articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider .owl-theme .owl-nav .owl-prev {}

.articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider .owl-theme .owl-nav .owl-next {}

.articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider .owl-theme .owl-nav button i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider .owl-theme .owl-nav .owl-prev i {}

.articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider .owl-theme .owl-nav .owl-next i {}

.events-section {
    padding: 0 0 4rem;
}

.events-section .events-main {
    overflow: hidden;
    background: transparent url(../img/events-bg.png) no-repeat left bottom;
}

.events-section .events-main .events-heading {
    float: left;
    width: 50%;
    padding: 3rem 0 3rem 270px;
    border-top: 2px solid #efefed;
}

.events-section .events-main .events-heading h1 {
    font: normal 400 3.8888rem/1.2 var(--secondary-font-family);
    color: #b8be0d;
    margin: 0;
    letter-spacing: -2px;
}

.events-section .events-main .events-img {
    width: 50%;
    float: right;
    padding-left: 5%;
}

.events-section .events-main .events-img img {
    width: 100%;
}

.events-section .events-main .events-box {
    padding: 80px 128px 80px 80px;
    background-color: #f5f5f4;
    float: left;
    width: 60%;
    position: absolute;
    top: 240px;
    left: 270px;
}

.events-section .events-main .events-box .event-date {
    text-align: center;
    width: 83px;
    float: left;
}

.events-section .events-main .events-box .event-date .events-top {
    display: inline-block;
    font: normal 400 1.8888rem/1.2 var(--secondary-font-family);
    color: #b6bc0d;
    letter-spacing: 0.2px;
    padding-bottom: 15px;
}

.events-section .events-main .events-box .event-date .events-bottom {
    display: inline-block;
    font: normal 400 1rem/1.2 var(--primary-font-family);
    color: #2b2c1d;
    letter-spacing: 0.2px;
}

.events-section .events-main .events-box .events-content {
    padding-left: 60px;
    width: calc(100% - 83px);
    float: left;
}

.events-section .events-main .events-box .events-content h1 {
    font: normal 400 2.6666rem/1.2 var(--secondary-font-family);
    color: #2b2d1d;
    margin: 0 0 1.5rem;
    letter-spacing: -2px;
}

.events-section .events-main .events-box .events-content h4 {
    font: normal 500 1.1111rem/28px var(--primary-font-family);
    color: #2b2d1d;
    margin: 0 0 1rem;
    letter-spacing: 0.2px;
}

.events-section .events-main .events-box .events-content p {
    font: normal 400 0.8rem/30px var(--primary-font-family);
    color: #2b2c1d;
    margin: 0;
}

.events-section .events-main .events-box .button-section {
    position: absolute;
    top: 80px;
    left: calc(100% - 108px);
}

.events-section .events-main .events-box .button-section .events-button {
    display: inline-block;
    font: normal 500 1rem/1.5 var(--primary-font-family);
    background-color: #2d2d1f;
    color: var(--white);
    padding: 20px 70px 20px 35px;
    width: 325px;
    float: left;
    border-radius: 40px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
}

.events-section .events-main .events-box .button-section .events-button:before {
    color: #b8be0d;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    z-index: 9;
}

.events-section .events-main .events-box .button-section .events-button:hover:before {
    right: 50%;
    transform: translate(50%, -50%);
}

.events-section .events-main .events-box .button-section .events-button .button-text {
    font: normal 500 1rem/1.5 var(--primary-font-family);
    display: inline-block;
    z-index: 1;
    display: inline-block;
    position: relative;
}

.events-section .events-main .events-box .button-section .events-button:hover .button-text {
    text-indent: -999px;
}

.locations-section {
    padding: 0 0 4.2rem;
}

.locations-section .locations-main {
    position: relative;
}

.locations-section .locations-main .locations-bg {}

.locations-section .locations-main .locations-bg img {
    width: 100%;
}

.locations-section .locations-main .locations-heading {
    position: absolute;
    top: 50%;
    left: 270px;
    transform: translateY(-50%);
    width: calc(40% - 270px);
    float: left;
}

.locations-section .locations-main .locations-heading h1 {
    font: normal 400 3.4rem/1.2 var(--secondary-font-family);
    color: #fff;
    margin: 0 0 3rem;
    letter-spacing: -2px;
}

.locations-section .locations-main .locations-heading .locations-button {
    display: inline-block;
    font: normal 500 1.1111rem/1.5 var(--primary-font-family);
    background-color: #b8be0d;
    color: var(--white);
    padding: 20px 70px 20px 35px;
    width: 325px;
    border-radius: 40px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
}

.locations-section .locations-main .locations-heading .locations-button:before {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    z-index: 9;
}

.locations-section .locations-main .locations-heading .locations-button:hover:before {
    right: 50%;
    transform: translate(50%, -50%);
}

.locations-section .locations-main .locations-heading .locations-button .button-text {
    font: normal 500 1rem/1.5 var(--primary-font-family);
    display: inline-block;
    z-index: 1;
    display: inline-block;
    position: relative;
}

.locations-section .locations-main .locations-heading .locations-button:hover .button-text {
    text-indent: -999px;
}

.locations-section .locations-main .locations-content-box {
      position: absolute;
    top: calc(50% + 161px);
    right: 96px;
    transform: translateY(-50%);
    width: 587px;
    float: left;
    padding: 80px;
    background-color: #323224;
    font: normal 400 0.8rem/30px var(--primary-font-family);
    color: #ffffff;
}

.locations-section .locations-main .locations-content-box h4 {
    font: normal 500 1.1111rem/28px var(--primary-font-family);
    color: #fff;
    margin: 0 0 2rem;
    letter-spacing: 0.2px;
}

.locations-section .locations-main .locations-content-box p {
    font: normal 600 0.8rem/30px var(--primary-font-family);
    color: #fff;
    margin: 0 0 1.5rem;
}

.locations-section .locations-main .locations-content-box p:last-child {
    margin: 0;
}

.locations-section .locations-main .locations-content-box .leaves-img {
      position: absolute;
    right: -96px;
    width: 258px;
    bottom: -90px;
}

.resources-section {
    padding: 4rem 0;
}

.resources-section .resources-main {
    overflow: hidden;
}

.resources-section .resources-main .resources-left {
    position: relative;
    width: 50%;
    float: left;
}

.resources-section .resources-main .resources-left .resources-img {}

.resources-section .resources-main .resources-left .resources-img img {
    width: 100%;
}

.resources-section .resources-main .resources-left .resources-box {
    background-color: #fff;
    padding: 100px;
    position: absolute;
    top: 0;
    right: 0;
    width: 540px;
    border: 1px solid #eaeaea;
    font: normal 400 0.8rem/30px var(--primary-font-family);
    color: #2b2c1d;
}

.resources-section .resources-main .resources-left .resources-box .resources-number {
    display: inline-block;
    font: normal 400 5.5555rem/1 var(--secondary-font-family);
    color: #f4f4f4;
    position: absolute;
    top: 100px;
    right: 100px;
}

.resources-section .resources-main .resources-left .resources-box h1 {
    font: normal 400 2rem/1.5 var(--secondary-font-family);
    color: #323224;
    margin: 0 0 1.5rem;
    letter-spacing: -2px;
}

.resources-section .resources-main .resources-left .resources-box p {
    font: normal 400 0.8rem/30px var(--secondary-font-family);
    color: #2b2c1d;
    margin: 0 0 1.5rem;
    letter-spacing: 0.2px;
}

.resources-section .resources-main .resources-left .resources-box .resources-button {
    display: inline-block;
    font: normal 500 1.1111rem/1.5 var(--primary-font-family);
    background-color: #b8be0d;
    color: var(--white);
    padding: 20px 70px 20px 35px;
    width: 325px;
    border-radius: 40px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin-top:50px;
}

.resources-section .resources-main .resources-left .resources-box .resources-button:before {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    z-index: 9;
}

.resources-section .resources-main .resources-left .resources-box .resources-button:hover:before {
    right: 50%;
    transform: translate(50%, -50%);
}

.resources-section .resources-main .resources-left .resources-box .resources-button .button-text {
    font: normal 500 1rem/1.5 var(--primary-font-family);
    display: inline-block;
    z-index: 1;
    display: inline-block;
    position: relative;
}

.resources-section .resources-main .resources-left .resources-box .resources-button:hover .button-text {
    text-indent: -999px;
}

.resources-section .resources-main .resources-right {
    position: relative;
    width: 50%;
    float: left;
}

.resources-section .resources-main .resources-right .resources-img {}

.resources-section .resources-main .resources-right .resources-img img {
    width: 100%;
}

.resources-section .resources-main .resources-right .resources-box {
    background-color: #fff;
    padding: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 540px;
    border: 1px solid #eaeaea;
    font: normal 400 0.8rem/30px var(--primary-font-family);
    color: #2b2c1d;
}

.resources-section .resources-main .resources-right .resources-box .resources-number {
    display: inline-block;
    font: normal 400 5.5555rem/1 var(--secondary-font-family);
    color: #f4f4f4;
    position: absolute;
    top: 100px;
    right: 100px;
}

.resources-section .resources-main .resources-right .resources-box h1 {
    font: normal 400 2rem/1.5 var(--secondary-font-family);
    color: #323224;
    margin: 0 0 1.5rem;
    letter-spacing: -2px;
}

.resources-section .resources-main .resources-right .resources-box p {
    font: normal 400 0.8rem/30px var(--secondary-font-family);
    color: #2b2c1d;
    margin: 0 0 1.5rem;
    letter-spacing: 0.2px;
}

.resources-section .resources-main .resources-right .resources-box .resources-button {
    display: inline-block;
    font: normal 500 1.1111rem/1.5 var(--primary-font-family);
    background-color: #b8be0d;
    color: var(--white);
    padding: 20px 70px 20px 35px;
    width: 325px;
    border-radius: 40px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin-top:50px;
}

.resources-section .resources-main .resources-right .resources-box .resources-button:before {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    z-index: 9;
}

.resources-section .resources-main .resources-right .resources-box .resources-button:hover:before {
    right: 50%;
    transform: translate(50%, -50%);
}

.resources-section .resources-main .resources-right .resources-box .resources-button .button-text {
    font: normal 500 1rem/1.5 var(--primary-font-family);
    display: inline-block;
    z-index: 1;
    display: inline-block;
    position: relative;
}

.resources-section .resources-main .resources-right .resources-box .resources-button:hover .button-text {
    text-indent: -999px;
}

.newsletter-section {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.newsletter-section:after {
    content: "";
    position: absolute;
    bottom: -161px;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../img/footer-bg.jpg) no-repeat left bottom;
    z-index: -1;
}

.newsletter-section .newsletter-main {
    background: transparent url("https://choosenatives.org/wp-content/uploads/2019/08/subscribe.jpg") no-repeat left top / 100% auto;
    padding: 108px 207px;
}

.newsletter-section .newsletter-main .newsletter-heading {
    padding: 0 0 3rem;
}

.newsletter-section .newsletter-main .newsletter-heading h1 {
    font: normal 400 4rem/1.2 var(--secondary-font-family);
    color: #fff;
    margin: 0;
    letter-spacing: -0.2px;
}

.newsletter-section .newsletter-main .newsletter-form {
    padding: 0 0 3rem;
}

.newsletter-section .newsletter-main .newsletter-form form {
    overflow: hidden;
}

.newsletter-section .newsletter-main .newsletter-form form .form-group {
    width: calc(100% / 3 - 10px);
    float: left;
    margin-right: 10px;
}

.newsletter-section .newsletter-main .newsletter-form form .form-group input {
    width: 100%;
    height: 65px;
    line-height: 65px;
    padding: 20px 35px;
    border-radius: 30px;
    box-shadow: none;
    border: none;
    font: normal 500 1rem/1.2 var(--primary-font-family);
    color: #323224;
    letter-spacing: 0.2px;
}

.newsletter-section .newsletter-main .newsletter-form form .form-group input::-webkit-input-placeholder {
    font: normal 500 1rem/1.2 var(--primary-font-family);
    color: #323224;
    letter-spacing: 0.2px;
}

.newsletter-section .newsletter-main .newsletter-form form .form-group input::-moz-placeholder {
    font: normal 500 1rem/1.2 var(--primary-font-family);
    color: #323224;
    letter-spacing: 0.2px;
}

.newsletter-section .newsletter-main .newsletter-form form .form-group input:-ms-input-placeholder {
    font: normal 500 1rem/1.2 var(--primary-font-family);
    color: #323224;
    letter-spacing: 0.2px;
}

.newsletter-section .newsletter-main .newsletter-form form .form-group input:-moz-placeholder {
    font: normal 500 1rem/1.2 var(--primary-font-family);
    color: #323224;
    letter-spacing: 0.2px;
}

.newsletter-section .newsletter-main .newsletter-form form .form-group button.newsletter-button {
    display: inline-block;
    font: normal 500 1.1111rem/1.5 var(--primary-font-family);
    background-color: #b8be0d;
    color: var(--white);
    padding: 20px 70px 20px 35px;
    width: 100%;
    border-radius: 40px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    border: none;
    text-align: left;
    outline: none;
}

.newsletter-section .newsletter-main .newsletter-form form .form-group button.newsletter-button:before {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    z-index: 9;
}

.newsletter-section .newsletter-main .newsletter-form form .form-group button.newsletter-button:hover:before {
    right: 50%;
    transform: translate(50%, -50%);
}

.newsletter-section .newsletter-main .newsletter-form form .form-group button.newsletter-button .button-text {
    font: normal 500 1rem/1.5 var(--primary-font-family);
    display: inline-block;
    z-index: 1;
    display: inline-block;
    position: relative;
}

.newsletter-section .newsletter-main .newsletter-form form .form-group button.newsletter-button:hover .button-text {
    text-indent: -999px;
}

.newsletter-section .newsletter-main .newsletter-bottom {
    width: 50%;
}

.newsletter-section .newsletter-main .newsletter-bottom p {
    font: normal 400 16px/30px var(--primary-font-family);
    color: #fff;
    margin: 0;
}

.footer-section {
    position: relative;
}

.footer-section .footer-top {
    padding: 30px 0;
    text-align: right;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.footer-section .footer-top:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../img/footer-bg.jpg) no-repeat left bottom;
    z-index: -1;
}

.footer-section .footer-top .footer-logo {
    float: left;
    width: 137px;
}

.footer-section .footer-top .footer-logo a {
    display: block;
}

.footer-section .footer-top .footer-logo a img {
    width: 100%;
}

.footer-section .footer-top .footer-links {
    display: inline-block;
    padding: 16.5px 0;
}

.footer-section .footer-top .footer-links ul {
    margin: 0;
    border-right: 1px solid #8ea70040;
    overflow: hidden;
}

.footer-section .footer-top .footer-links ul li {
    display: inline-block;
    position: relative;
    padding-right: 40px;
    float: left;
}

.footer-section .footer-top .footer-links ul li a {
    display: block;
    font: normal 500 1rem/1.2 var(--primary-font-family);
    color: #fff;
    padding: 20px 0;
    white-space: nowrap;
    text-align: left;
    position: relative;
}

.footer-section .footer-top .footer-links ul li a:hover {
    color: #b9bf0d;
}

.footer-section .footer-top .footer-links ul li a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #b9bf0d;
    z-index: 1;
}

.footer-section .footer-top .footer-links ul li a:hover:after {
    width: 100%;
}

.footer-section .footer-top .footer-icons {
    float: right;
    padding: 37.5px 0;
}

.footer-section .footer-top .footer-icons ul {
    margin: 0;
    overflow: hidden;
}

.footer-section .footer-top .footer-icons ul li {
    display: inline-block;
    float: left;
}

.footer-section .footer-top .footer-icons ul li a {
    display: block;
    margin-left: 40px;
}

.footer-section .footer-top .footer-icons ul li a:before {
    color: #fff;
}

.footer-section .footer-top .footer-icons ul li a:hover:before {
    color: #b8be0d;
}

.footer-section .footer-bottom {
    padding: 2rem 0;
    background-color: #1e1f14;
}

.footer-section .footer-bottom .copyright {
    font: normal 400 1rem/1.5rem var(--primary-font-family);
    color: #fcfcfc;
    margin: 0;
}

.footer-section .footer-bottom .copyright a {
    display: inline-block;
    color: #fcfcfc;
}

.footer-section .footer-bottom .madeby {
    font: normal 400 1rem/1.5rem var(--primary-font-family);
    color: #fcfcfc;
    margin: 0;
}

.footer-section .footer-bottom .madeby a {
    display: inline-block;
    color: #fcfcfc;
}

/*---------------------- Media Queries ----------------------
-----------------------------------------------------------*/

@media (min-width: 1441px) and (max-width: 1650px) { /*----- xxl-col -----*/
    html {
        font-size: 18px;
    }
}

@media (min-width: 1366px) and (max-width: 1440px) { /*----- lg-col -----*/
    html {
        font-size: 16px;
    }

    .header-main-top .banner-section .banner-slider {
        min-height: 863px;
    }

    .header-main-top .banner-section.without-slider .banner-slider {
        min-height: 320px;
    }

    .header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box {
        width: 55%;
    }

    .header-main-top .banner-section .banner-slider .owl-theme .owl-dots {
        right: 15px;
    }

    .newsletter-section .newsletter-main .newsletter-bottom {
        width: 80%;
    }

    .resources-section .resources-main .resources-left .resources-box,
    .resources-section .resources-main .resources-right .resources-box {
        padding: 70px;
        width: 430px;
        min-height: 508px;
        font: normal 400 0.8rem/30px var(--primary-font-family);
        color: #2b2c1d;
    }

    .resources-section .resources-main .resources-left .resources-box p,
    .resources-section .resources-main .resources-right .resources-box p {
        min-height: 150px; 
    }

    .resources-section .resources-main .resources-left .resources-box .resources-button,
    .resources-section .resources-main .resources-right .resources-box .resources-button {
        width: 100%;
        margin-top:50px;
    }

    .locations-section .locations-main .locations-heading {
        left: 220px;
        width: calc(40% - 200px);
    }

    .locations-section .locations-main .locations-content-box {
        top: calc(50% + 70px);
        right: 150px;
        width: 500px;
        padding: 70px;
    }

    .locations-section .locations-main .locations-content-box .leaves-img {
        width: 168px;
    }

    .events-section .events-main .events-heading {
        padding: 3rem 0 3rem 219px;
    }

    .events-section .events-main .events-box {
        left: 240px;
        top: 172px;
    }

    .articles-section .articles-main {
        padding-left: 230px;
    }

    .articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider .owl-theme .owl-nav {
        left: -120px;
    }

    .header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box .banner-button {
        margin-left: 160px;
    }

    .header-main-top .banner-section .banner-slider .banner-img {
        float: right;
        width: 66.9%;
        overflow: hidden;
        position: relative;
    }

    .header-main-top .banner-section .banner-slider .banner-img img {
        width: auto;
        height: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) { /*----- md-col -----*/
    html {
        font-size: 14px;
    }

    .header-main-top .banner-section .banner-slider {
        min-height: 863px;
    }

    .header-main-top .banner-section.without-slider .banner-slider {
        min-height: 320px;
    }

    .header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box {
        width: 60%;
    }

    .header-main-top .banner-section .banner-slider .owl-theme .owl-dots {
        right: 15px;
        bottom: 210px;
    }

    .newsletter-section .newsletter-main {
        padding: 50px 100px;
    }

    .newsletter-section .newsletter-main .newsletter-bottom {
        width: 80%;
    }

    .resources-section .resources-main .resources-left .resources-box,
    .resources-section .resources-main .resources-right .resources-box {
        padding: 50px;
        width: 80%;
        min-height: 447px;
        font: normal 400 0.8rem/30px var(--primary-font-family);
        color: #2b2c1d;
    }

    .resources-section .resources-main .resources-left .resources-box .resources-number,
    .resources-section .resources-main .resources-right .resources-box .resources-number {
        top: 50px;
        right: 50px;
    }

    .resources-section .resources-main .resources-left .resources-box p,
    .resources-section .resources-main .resources-right .resources-box p {
        min-height: 150px;
    }

    .resources-section .resources-main .resources-left .resources-box .resources-button,
    .resources-section .resources-main .resources-right .resources-box .resources-button {
        width: 100%;
    }

    .locations-section {
        padding: 0 0 9rem;
    }

    .locations-section .locations-main .locations-heading {
        left: 90px;
        width: calc(40% - 120px);
    }

    .locations-section .locations-main .locations-content-box {
        top: calc(50% + 100px);
        right: 60px;
        width: 500px;
        padding: 50px;
    }

    .locations-section .locations-main .locations-heading .locations-button {
        width: 100%;
    }

    .locations-section .locations-main .locations-content-box .leaves-img {
        display: none;
    }

    .events-section .events-main .events-box .button-section .events-button {
        width: 275px;
    }

    .events-section .events-main .events-box .button-section {
        top: 30px;
        left: calc(100% - 108px);
    }

    .events-section .events-main .events-heading {
        padding: 3rem 0 3rem 99px;
    }

    .events-section .events-main .events-box {
        left: 110px;
        top: 150px;
        padding: 50px 70px 50px 50px;
    }

    .events-section .events-main {
        background: #0000 url(../img/events-bg.png) no-repeat left bottom -40px / 50%;
        padding-bottom: 200px;
    }

    .articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider .owl-theme .owl-nav {
        left: -60px;
    }

    .articles-section .articles-main {
        padding-left: 120px;
    }

    .aboutus-section .aboutus-main .aboutus-left {
        width: 45%;
    }

    .aboutus-section .aboutus-main .aboutus-right {
        width: 50%;
        margin-bottom: -110px;
    }

    .aboutus-section .aboutus-main .aboutus-right .aboutusright-content {
        width: 100%;
    }

    .header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box p {
        padding-right: 0;
    }

    .header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box .banner-button {
        margin-left: 70px;
    }

    .header-main-top .banner-section .banner-slider .banner-img {
        float: right;
        width: 66.9%;
        overflow: hidden;
        position: relative;
    }

    .header-main-top .banner-section .banner-slider .banner-img img {
        width: auto;
        height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) { /*----- sm-col -----*/
    html {
        font-size: 12px;
    }

    .header-main-top .banner-section .banner-slider {
        min-height: 600px;
    }

    .header-main-top .banner-section.without-slider .banner-slider {
        min-height: 320px;
    }

    .header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box {
        width: 75%;
    }

    .header-main-top .banner-section .banner-slider .owl-theme .owl-dots {
        right: 15px;
        bottom: 210px;
    }

    .header-main-top .header-section .header-main .menu-section ul li {
        padding-right: 30px;
    }

    .header-main-top .header-section .header-main .menu-section ul li a {
        padding: 23.5px 0;
    }

    .header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box p {
        padding-right: 0;
    }

    .header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box .banner-button {
        margin-left: 50px;
    }

    .header-main-top .banner-section .banner-slider .banner-img {
        float: right;
        width: 66.9%;
        overflow: hidden;
        position: relative;
    }

    .header-main-top .banner-section .banner-slider .banner-img img {
        width: auto;
        height: 100%;
    }

    .newsletter-section .newsletter-main {
        padding: 30px 60px;
    }

    .resources-section .resources-main .resources-left .resources-box,
    .resources-section .resources-main .resources-right .resources-box {
        padding: 30px;
        width: 300px;
    }

    .resources-section .resources-main .resources-left .resources-box .resources-number,
    .resources-section .resources-main .resources-right .resources-box .resources-number {
        top: 30px;
        right: 30px;
    }

    .resources-section .resources-main .resources-left .resources-box .resources-button,
    .resources-section .resources-main .resources-right .resources-box .resources-button {
        width: 100%;
    }

    .locations-section .locations-main .locations-heading {
        left: 90px;
        width: calc(40% - 120px);
    }

    .locations-section .locations-main .locations-content-box {
        top: calc(50% + 100px);
        right: 60px;
        width: 500px;
        padding: 50px;
    }

    .locations-section .locations-main .locations-heading .locations-button {
        width: 100%;
    }

    .locations-section .locations-main .locations-content-box .leaves-img {
        display: none;
    }

    .events-section .events-main .events-box .button-section .events-button {
        width: 275px;
    }

    .events-section .events-main .events-box {
        left: 0;
        top: 150px;
        padding: 50px 70px 50px 50px;
        width: 100%;
    }

    .events-section .events-main .events-box .button-section {
        position: static;
        float: left;
        width: 100%;
        margin: 30px 0 0;
    }

    .events-section .events-main .events-box .button-section .events-button {
        width: 275px;
        float: none;
    }

    .events-section .events-main .events-heading {
        padding: 3rem 0;
    }

    .events-section .events-main {
        background: none;
        margin: 0 0 100px;
    }

    .articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider .owl-theme .owl-nav {
        margin: 0;
        width: auto;
        position: absolute;
        top: calc(100% + 20px);
        left: 50%;
        transform: translateX(-50%);
    }

    .articles-section:after {
        width: 100%;
    }

    .articles-section .articles-main {
        padding-left: 0;
    }

    .articles-section .articles-main .articles-top h4 {
        margin: 0 20px 0 0;
        line-height: 54px;
    }

    .articles-section .articles-main .articles-top ul {
        margin: 0;
    }

    .articles-section .articles-main .articles-top ul li a {
        padding: 15px 20px;
    }

    .aboutus-section .aboutus-main .aboutus-left {
        width: 45%;
    }

    .aboutus-section .aboutus-main .aboutus-right {
        width: 50%;
    }

    .aboutus-section .aboutus-main .aboutus-right .aboutusright-content {
        width: 100%;
    }

    .articles-section .articles-main .articles-bottom {
        margin: 0 0 5rem;
    }

    .locations-section {
        padding: 0 0 15rem;
    }

    .locations-section .locations-main .locations-heading {
        left: 30px;
        width: 30%;
    }

    .locations-section .locations-main .locations-content-box {
        top: 30px;
        right: 30px;
        width: 400px;
        padding: 30px;
        transform: translateY(0);
    }

    .newsletter-section .newsletter-main .newsletter-heading {
        padding: 0 0 2rem;
    }

    .newsletter-section .newsletter-main .newsletter-form {
        padding: 0;
    }

    .newsletter-section .newsletter-main .newsletter-bottom {
        width: 100%;
    }

    .footer-section .footer-top .footer-links ul li {
        padding-right: 30px;
    }

    .footer-section .footer-top .footer-links ul li a {
        padding: 23.5px 0;
    }
}

@media (min-width: 320px) and (max-width: 767px) { /*----- xs-col -----*/
    html {
        font-size: 12px;
    }

    .body-section > [class*="-section"] {
        padding: 4rem 0 !important;
    }

    .header-main-top .header-section,
    .fixed-header .header-main-top .header-section {
        margin-top: 0;
        padding: 10px 0;
    }

    .header-main-top .header-section.active,
    .fixed-header .header-main-top .header-section.active {
        background-color: #fff;
    }

    .header-main-top .header-section .header-main {
        text-align: left;
        position: relative;
        overflow: hidden;
    }

    .header-main-top .header-section .header-main .logo,
    .fixed-header .header-main-top .header-section .header-main .logo {
        width: 86px;
    }

    .header-main-top .banner-section .banner-slider {
        min-height: auto;
        position: relative;
    }

    .header-main-top .banner-section.without-slider .banner-slider {
        min-height: auto;
    }

    .header-main-top .banner-section .banner-slider .banner-content {
        position: static;
        width: 100%;
        transform: translateY(0);
        z-index: 1;
        text-align: center;
    }

    .header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box {
        position: relative;
        float: none;
        width: 100%;
    }

    .header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box h1,
    .aboutus-section .aboutus-main .aboutus-left h1,
    .articles-section .articles-main .articles-top h1,
    .events-section .events-main .events-heading h1,
    .locations-section .locations-main .locations-heading h1,
    .newsletter-section .newsletter-main .newsletter-heading h1 {
        font-size: 2.5rem;
    }

    .header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box p {
        padding-right: 0;
    }

    .header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box .scroll-down {
        float: left;
        padding-left: 20px;
        position: relative;
    }

    .header-main-top .banner-section .banner-slider .banner-content .banner-main .banner-box .banner-button {
        width: 75%;
        margin-left: 20px;
    }

    .header-main-top .banner-section .banner-slider .banner-img {
        display: none;
    }

    .header-main-top .banner-section .banner-slider .owl-theme .owl-dots {
        bottom: 20px;
        right: 50%;
        transform: translateX(50%);
    }

    .aboutus-section .aboutus-main {
        text-align: center;
    }

    .aboutus-section .aboutus-main .aboutus-left {
        width: 100%;
        float: none;
        margin-right: 0;
        padding-top: 0;
        margin-bottom: 30px;
    }

    .aboutus-section .aboutus-main .aboutus-left .aboutus-button {
        width: 100%;
        text-align: left;
    }

    .aboutus-section .aboutus-main .aboutus-right {
        width: 100%;
        float: none;
        transform: translateY(0);
        border-bottom: 2px solid #efefed;
    }

    .aboutus-section .aboutus-main .aboutus-right .aboutusright-content {
        width: 100%;
        float: none;
    }

    .articles-section:after {
        width: 100%;
        height: 50%;
    }

    .articles-section .articles-main {
        padding-left: 0;
        padding: 0;
    }

    .articles-section .articles-main:after {
        display: none;
    }

    .articles-section .articles-main .articles-top {
        text-align: center;
    }

    .articles-section .articles-main .articles-top h1 {
        display: block;
        float: none;
    }

    .articles-section .articles-main .articles-top h4 {
        display: block;
        margin: 0;
    }

    .articles-section .articles-main .articles-top ul {
        display: block;
        float: none;
    }

    .articles-section .articles-main .articles-top ul li {
        display: block;
        float: none;
    }

    .articles-section .articles-main .articles-top ul li a {
        margin: 0 0 20px;
    }

    .articles-section .articles-main .articles-top ul li a:after {
        display: none;
    }

    .articles-section .articles-main .articles-bottom .tab-content .tab-pane .article-slider .articles-box .articles-text {
        text-align: center;
    }

    .events-section .events-main {
        overflow: hidden;
        background: none;
    }

    .events-section .events-main .events-heading {
        float: none;
        width: 100%;
        text-align: center;
        padding: 3rem 0;
    }

    .events-section .events-main .events-img {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .events-section .events-main .events-box {
        padding: 20px;
        background-color: #f5f5f4;
        float: none;
        width: 100%;
        position: static;
    }

    .events-section .events-main .events-box .event-date {
        text-align: center;
        width: 100%;
        float: none;
        margin: 0 0 30px;
    }

    .events-section .events-main .events-box .event-date .events-top {
        display: block;
    }

    .events-section .events-main .events-box .events-content {
        padding-left: 0;
        width: 100%;
        float: none;
        text-align: center;
    }

    .events-section .events-main .events-box .events-content p {
        margin: 0 0 30px;
    }

    .events-section .events-main .events-box .button-section {
        position: static;
    }

    .events-section .events-main .events-box .button-section .events-button {
        width: 100%;
        float: none;
    }

    .locations-section .locations-main .locations-heading {
        position: static;
        transform: translateY(0);
        width: 100%;
        float: none;
        background-color: #323224;
        padding: 20px;
    }

    .locations-section .locations-main .locations-heading h1 {
        text-align: center;
    }

    .locations-section .locations-main .locations-heading .locations-button {
        width: 100%;
    }

    .locations-section .locations-main .locations-content-box {
        position: static;
        transform: translateY(0);
        width: 100%;
        float: none;
        padding: 20px;
        background-color: #323224;
        text-align: center;
    }

    .locations-section .locations-main .locations-content-box .leaves-img {
        display: none;
    }

    .resources-section .resources-main .resources-left,
    .resources-section .resources-main .resources-right {
        position: relative;
        width: 100%;
        float: none;
    }

    .resources-section .resources-main .resources-left .resources-box,
    .resources-section .resources-main .resources-right .resources-box {
        background-color: #fff;
        padding: 20px;
        position: relative;
        width: 100%;
        border: 1px solid #eaeaea;
    }

    .resources-section .resources-main .resources-left .resources-box .resources-number,
    .resources-section .resources-main .resources-right .resources-box .resources-number {
        top: 20px;
        right: 20px;
    }

    .resources-section .resources-main .resources-left .resources-box p,
    .resources-section .resources-main .resources-right .resources-box p {
        text-align: center;
    }

    .resources-section .resources-main .resources-left .resources-box .resources-button,
    .resources-section .resources-main .resources-right .resources-box .resources-button {
        width: 100%;    
    }

    .newsletter-section:after {
        bottom: 0;
    }

    .newsletter-section .newsletter-main {
        background: none;
        padding: 0;
    }

    .newsletter-section .newsletter-main .newsletter-heading {
        padding: 0 0 3rem;
        text-align: center;
    }

    .newsletter-section .newsletter-main .newsletter-form form .form-group {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .newsletter-section .newsletter-main .newsletter-bottom {
        width: 100%;
        text-align: center;
    }

    .footer-section .footer-top .footer-logo {
        float: none;
        width: 137px;
        margin: 0 auto;
    }

    .footer-section .footer-top .footer-logo {
        float: none;
        width: 137px;
        margin: 0 auto;
    }

    .footer-section .footer-top .footer-links {
        display: block;
        padding: 16.5px 0;
    }

    .footer-section .footer-top .footer-links ul {
        margin: 0;
        border-right: none;
        overflow: hidden;
    }

    .footer-section .footer-top .footer-links ul li {
        display: block;
        position: relative;
        padding-right: 0;
        float: none;
    }

    .footer-section .footer-top .footer-links ul li a {
        text-align: center;
    }

    .footer-section .footer-top .footer-icons {
        float: none;
        padding: 37.5px 0;
        text-align: center;
    }

    .footer-section .footer-top .footer-icons ul li {
        display: inline-block;
        float: none;
    }

    .footer-section .footer-top .footer-icons ul li a {
        display: block;
        margin: 0 20px;
    }

    .footer-section .footer-top .footer-column .footer-box,
    .footer-section .footer-bottom .copyright {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .footer-section .footer-top .footer-column .scroll-up,
    .footer-section .footer-bottom .copyright,
    .footer-section .footer-bottom .madeby {
        text-align: center;
    }
}