html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0;
    font-size: 14px;
    /*line-height: 15px;*/
    color: #000;
    background: #F7F7F7;
    position: relative;
}
/*           Font Smoothing      */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/*           Typography          */

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 400;
}

h1, .h1 {
    font-size: 52px;
}

h2, .h2 {
    font-size: 36px;
}

h3, .h3 {
    font-size: 28px;
    margin: 20px 0 10px;
}

h4, .h4 {
    font-size: 22px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

p {
    font-size: 15px;
    line-height: 1.6180em;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #999999;
    font-weight: 300;
    line-height: 1;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 60%;
}

h1 .subtitle {
    display: block;
    line-height: 40px;
    margin: 15px 0 30px;
}

p {
    padding: 0px 0px 1em;
    margin: 0;
}

a {
    color: #0e5e6f;
    outline: 0;
    font-weight: bold;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

    a:hover {
        text-decoration: none;
        color: #1f2222;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
    }

    a:focus {
        color: #999696;
        text-decoration: none;
    }

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0px none;
}

input {
    outline: 0;
    border: none;
    width: 100%;
    height: inherit;
    color: #333333;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 3px;
}

button {
    border-radius: 3px;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0;
    outline-offset: 0;
    border: none;
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

.btn:focus,
.btn:hover,
.btn:active {
    outline: 0;
}

.btn {
    border-width: 2px;
    background-color: #d10014;
    font-weight: 400;
    opacity: 0.8;
    padding: 8px 16px;
    color:#fff;
}

.btn-round {
    border-width: 1px;
    border-radius: 30px !important;
    opacity: 0.79;
    padding: 9px 18px;
}

.btn-sm, .btn-xs {
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-lg {
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    padding: 14px 30px;
}

.btn-wd {
    min-width: 100px;
}

.btn-default {
    color: #d10014;
    border-color: #999999
}

.btn-info {
    color: #2CA8FF;
    border-color: #2CA8FF;
}

.btn-success {
    color: #05AE0E;
    border-color: #05AE0E;
}

.btn-warning {
    color: #FDC600;
    border-color: #FDC600;
}

.btn-danger {
    color: #FF3B30;
    border-color: #FF3B30;
}

.btn:hover {
    opacity: 1;
}

.input-lg {
    height: 56px;
    padding: 10px 16px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #1D62F0;
    border-color: #1D62F0;
    background-color: rgba(0,0,0,.0);
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #109CFF;
    border-color: #109CFF;
    background-color: rgba(0,0,0,.0);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #049F0C;
    border-color: #049F0C;
    background-color: rgba(0,0,0,.0);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #ED8D00;
    border-color: #ED8D00;
    background-color: rgba(0,0,0,.0);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #EE2D20;
    border-color: #EE2D20;
    background-color: rgba(0,0,0,.0);
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #666666;
    border-color: #888888;
    background-color: rgba(0,0,0,.0);
}

.btn:active, .btn.active {
    background-image: none;
    box-shadow: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.45;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #3472F7;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #2CA8FF;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #05AE0E;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #FF3B30;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #FDC600;
}

.input-group-addon {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}

.btn-primary {
    color: #FFF;
    background-color: #FDC600;
    border-color: #FDC600;
    border-radius: 1px;
    padding: 10px 20px;
    font-weight: 600;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .open > .dropdown-toggle.btn-primary {
        color: #FDC600;
        background-color: #313538;
        border-color: #282829;
        font-weight: 600;
    }

.btn-default {
    border-radius: 1px;
    padding: 10px 20px;
    border: 1px solid #d10014;
    color: #fff;
    background-color: #d10014;
    border-color: #F0F0F0;
    font-weight: 600;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #000;
        background-color: #FDC600;
        border-color: #F0F0F0;
        font-weight: 600;
    }

.search-form {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 0;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9;
}

.search-row {
    padding-top: 15px;
}

.form-inline .form-control, .form-inline .form-control {
    background: rgba(252, 252, 252, 0.35);
    border-radius: 1px;
    color: #ADADAD;
    height: 40px;
    margin-right: 10px;
    width: 195px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #EAE9E9;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(179, 179, 179, 0.1) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-inline input[type=submit] {
    background: #FDC600;
    color: #fff;
    height: 40px;
    width: 90px;
    border-radius: 1px;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .form-inline input[type=submit]:hover {
        background: #00A2DE
    }

.form-control::-moz-placeholder {
    color: #DDDDDD;
    opacity: 1;
}

.form-control:-moz-placeholder {
    color: #DDDDDD;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #DDDDDD;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #DDDDDD;
    opacity: 1;
}


.form-control:focus {
    border-color: #CBCBCB;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0);
}

/* Animations              */
.form-control, .input-group-addon {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/* Inputs               */
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #838383;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #DADADA;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(179, 179, 179, 0.1) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

    .form-control:focus {
        background-color: #FFFFFF;
        border: 1px solid #9A9A9A;
        box-shadow: none;
        outline: 0 none;
    }

    .form-control + .form-control-feedback {
        border-radius: 6px;
        font-size: 14px;
        padding: 0 12px 0 0;
        position: absolute;
        right: 25px;
        top: 13px;
        vertical-align: middle;
    }

    .form-control:focus + .input-group-addon, .form-control:focus ~ .input-group-addon {
        background-color: #FFFFFF;
        border-color: #9A9A9A;
    }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0 none;
}

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
        border-left: 0 none;
    }

.search-btn, .toggle-btn {
    background-color: #FDC600;
    color: #333;
    font-size: 16px;
    border: 1px solid #EAE9E9;
    width: 40px;
    height: 40px;
    color: #FFF;
    transition: all 0.3s ease 0s;
    padding: 0px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #EEEEEE;
    color: #999999;
    cursor: not-allowed;
}

.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus {
    border-color: #E3E3E3;
    box-shadow: none;
}

.has-success .form-control,
.has-success .form-control-feedback,
.form-control.valid:focus {
    border-color: #05AE0E;
    color: #05AE0E;
}

.has-error .form-control,
.has-error .form-control-feedback,
.form-control.error {
    color: #FF3B30;
    border-color: #FF3B30;
}
/*           Labels & Progress-bar              */
.label {
    padding: 0.2em 0.6em 0.2em;
    border: 1px solid #999999;
    border-radius: 3px;
    color: #999999;
    background-color: #FFFFFF;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

.label-primary {
    border-color: #3472F7;
    color: #3472F7;
}

.label-info {
    border-color: #2CA8FF;
    color: #2CA8FF;
}

.label-success {
    border-color: #05AE0E;
    color: #05AE0E;
}

.label-warning {
    border-color: #FDC600;
    color: #FDC600;
}

.label-danger {
    border-color: #FF3B30;
    color: #FF3B30;
}

label.error {
    color: #FF3B30;
    margin-top: 5px;
    margin-bottom: 0;
}

label small {
    color: #999999;
}

.label.label-fill {
    color: #FFFFFF;
}

.label-primary.label-fill, .progress-bar, .progress-bar-primary {
    background-color: #3472F7;
}

.label-info.label-fill, .progress-bar-info {
    background-color: #2CA8FF;
}

.label-success.label-fill, .progress-bar-success {
    background-color: #05AE0E;
}

.label-warning.label-fill, .progress-bar-warning {
    background-color: #FDC600;
}

.label-danger.label-fill, .progress-bar-danger {
    background-color: #FF3B30;
}

.label-default.label-fill {
    background-color: #999999;
}

.bootstrap-select button.dropdown-toggle {
    background: rgba(252, 252, 252, 0.35) none repeat scroll 0% 0%;
    border-radius: 1px;
    color: #ADADAD;
    height: 40px;
    margin-right: 10px;
    width: 99%;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    color: #ADADAD;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #EAE9E9;
    box-shadow: 0px 1px 1px rgba(179, 179, 179, 0.1) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-weight: 300;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.bootstrap-select .dropdown-menu {
    margin: 20px 0px 0px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.176);
    border-top: none;
}

.tab-content .bootstrap-select button.dropdown-toggle {
    width: 100%;
}

.tab-content .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.input-group-btn .btn {
    background-color: #FFC500;
    border-color: #FFC500;
    border-radius: 0px;
    height: 44px;
    color: #FFF;
}
/* Navigation bils */
.wizard-container .nav-pills > li + li {
    margin-left: 0;
}

.wizard-container .nav-pills > li > a {
    border: 1px solid #2CA8FF;
    border-radius: 0;
    color: #2CA8FF;
    margin-left: -1px;
}

.nav-pills.ct-blue > li.active > a, .nav-pills.ct-blue > li.active > a:hover, .nav-pills.ct-blue > li.active > a:focus,
.pagination.ct-blue > .active > a, .pagination.ct-blue > .active > span, .pagination.ct-blue > .active > a:hover,
.pagination.ct-blue > .active > span:hover, .pagination.ct-blue > .active > a:focus, .pagination.ct-blue > .active > span:focus {
    background-color: #3472F7;
}

.nav-pills.ct-azure > li.active > a, .nav-pills.ct-azure > li.active > a:hover, .nav-pills.ct-azure > li.active > a:focus,
.pagination.ct-azure > .active > a, .pagination.ct-azure > .active > span, .pagination.ct-azure > .active > a:hover,
.pagination.ct-azure > .active > span:hover, .pagination.ct-azure > .active > a:focus, .pagination.ct-azure > .active > span:focus {
    background-color: #2CA8FF;
}

.nav-pills.ct-green > li.active > a, .nav-pills.ct-green > li.active > a:hover, .nav-pills.ct-green > li.active > a:focus,
.pagination.ct-green > .active > a, .pagination.ct-green > .active > span, .pagination.ct-green > .active > a:hover,
.pagination.ct-green > .active > span:hover, .pagination.ct-green > .active > a:focus, .pagination.ct-green > .active > span:focus {
    background-color: #05AE0E;
}

.nav-pills.ct-orange > li.active > a, .nav-pills.ct-orange > li.active > a:hover, .nav-pills.ct-orange > li.active > a:focus,
.pagination.ct-orange > .active > a, .pagination.ct-orange > .active > span, .pagination.ct-orange > .active > a:hover,
.pagination.ct-orange > .active > span:hover, .pagination.ct-orange > .active > a:focus, .pagination.ct-orange > .active > span:focus {
    background-color: #FDC600;
}

.nav-pills.ct-red > li.active > a, .nav-pills.ct-red > li.active > a:hover, .nav-pills.ct-red > li.active > a:focus,
.pagination.ct-red > .active > a, .pagination.ct-red > .active > span, .pagination.ct-red > .active > a:hover,
.pagination.ct-red > .active > span:hover, .pagination.ct-red > .active > a:focus, .pagination.ct-red > .active > span:focus {
    background-color: #FF3B30;
}

.nav-pills.ct-blue > li > a {
    border: 1px solid #3472F7;
    color: #3472F7;
}

.nav-pills.ct-azure > li > a {
    border: 1px solid #2CA8FF;
    color: #2CA8FF;
}

.nav-pills.ct-green > li > a {
    border: 1px solid #05AE0E;
    color: #05AE0E;
}

.nav-pills.ct-orange > li > a {
    border: 1px solid #FDC600;
    color: #FDC600;
}

.nav-pills.ct-red > li > a {
    border: 1px solid #FF3B30;
    color: #FF3B30;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #2CA8FF;
    color: #FFFFFF;
}

.nav-pills > li:first-child > a {
    border-radius: 4px 0 0 4px;
    margin: 0;
}

.nav-pills > li:last-child > a {
    border-radius: 0 4px 4px 0;
}

.pagination.no-border > li > a, .pagination.no-border > li > span {
    border: 0;
}

.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 50%;
    margin: 0 2px;
    color: #777777;
}

.pagination > li.active > a, .pagination > li.active > span, .pagination > li.active > a:hover, .pagination > li.active > span:hover, .pagination > li.active > a:focus, .pagination > li.active > span:focus {
    background-color: #2CA8FF;
    border: 0;
    color: #FFFFFF;
    padding: 7px 13px;
}

.text-primary, .text-primary:hover {
    color: #1D62F0;
}

.text-info, .text-info:hover {
    color: #109CFF;
}

.text-success, .text-success:hover {
    color: #0C9C14;
}

.text-warning, .text-warning:hover {
    color: #ED8D00;
}

.text-danger, .text-danger:hover {
    color: #EE2D20;
}

.modal-header {
    border: 0 none;
}


.navbar-default .navbar-nav > li > a {
    color: #000;
    
    /*color: #929292;*/
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000;
    /*  color: #929292;*/
    background-color: transparent;
}

.navbar-nav > li > a {
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-default .navbar-nav > li > a.active:after {
    background-color: transparent;
    bottom: -24px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 100%;
}

.navbar-default .navbar-nav > li > a::after {
    background-color: #FDC600;
    bottom: -24px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 0%;
}

.navbar-default .navbar-nav > li > a:hover:after {
    width: 100%;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 20px
}

.navbar-brand {
}

.main-nav {
    padding-top: 10px;
}

.button.navbar-right {
    padding-top: 10px;
}

.nav-button {
    background-color: #d10014;
    border: medium none;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .nav-button.login {
        background-color: #d10014;
        margin-right: 5px;
    }

    .nav-button:hover {
        background-color: #FDC600;
    }

.navbar {
    margin-bottom: 0px;
    min-height: 100px;
}

.navbar-default {
    background-image: none;
    background-color: #fff;
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: none;
}

.navbar .container {
    padding-top: 15px;
}

.navbar-default {
    background-image: none;
    background-color: #F7F7F7;
    background-repeat: repeat-x;
    border-radius: 0px;
    box-shadow: none;
    border-left: none;
    border-right: none;
}

.nav-tabs > li > a {
    color: #666;
    font-weight: 300;
    border-width: 4px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: transparent transparent #FDC600;
    border-style: solid;
    border-width: 4px;
    color: #666666;
    cursor: default;
    font-weight: 700;
    outline: none;
}
/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    padding: 20px 30px;
}

@media (max-width: 767px) {
    .yamm .yamm-content {
        padding: 10px 20px;
    }
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.yamm .dropdown-menu {
    background-color: #FFF;
    border: 0.3px solid rgba(227, 227, 227, 0.22);
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.176);
}

.ymm-sw .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: inherit;
    margin: inherit;
    list-style: outside none none;
    font-size: inherit;
    background-color: #F7F7F7;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    box-shadow: 0px 0.5px 1px #CECECE;
    background-clip: padding-box;
}

    .ymm-sw .dropdown-menu li {
        clear: both;
        height: 50px;
    }

.navbar-default .ymm-sw .navbar-nav a::after {
    bottom: 5px;
    background-color: #FFF;
}

.yamm .ymm-sw .dropdown-menu {
    left: auto;
    right: auto;
}

.navbar .yamm-content h5 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: dotted 1px #555555;
}

@media (max-width: 767px) {
    .navbar .yamm-content h5 {
        font-size: 14px;
    }
}

.navbar .yamm-content ul {
    margin: 0;
    padding: 0;
}

    .navbar .yamm-content ul li {
        list-style-type: none;
        border-bottom: solid 1px #eeeeee;
        text-transform: uppercase;
        padding: 4px 0;
    }

        .navbar .yamm-content ul li a {
            color: #777;
            font-size: 14px;
            display: block;
            font-weight: 300;
        }

            .navbar .yamm-content ul li a:hover {
                color: #FDC600;
                text-decoration: none;
            }

.navbar .yamm-content .banner {
    margin-bottom: 10px;
}

.tooltip {
    font-size: 14px;
    font-weight: bold;
}

.tooltip-arrow {
    display: none;
    opacity: 0;
}

.tooltip-inner {
    background-color: #FAE6A4;
    border-radius: 4px;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(115, 71, 38, 0.23);
    color: #734726;
    max-width: 200px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
}

    .tooltip-inner:after {
        content: "";
        display: inline-block;
        left: 100%;
        margin-left: -56%;
        position: absolute;
    }

    .tooltip-inner:before {
        content: "";
        display: inline-block;
        left: 100%;
        margin-left: -56%;
        position: absolute;
    }

.tooltip.top {
    margin-top: -11px;
    padding: 0;
}

    .tooltip.top .tooltip-inner:after {
        border-top: 11px solid #FAE6A4;
        border-left: 11px solid rgba(0, 0, 0, 0);
        border-right: 11px solid rgba(0, 0, 0, 0);
        bottom: -10px;
    }

    .tooltip.top .tooltip-inner:before {
        border-top: 11px solid rgba(0, 0, 0, 0.2);
        border-left: 11px solid rgba(0, 0, 0, 0);
        border-right: 11px solid rgba(0, 0, 0, 0);
        bottom: -11px;
    }

.tooltip.bottom {
    margin-top: 11px;
    padding: 0;
}

    .tooltip.bottom .tooltip-inner:after {
        border-bottom: 11px solid #FAE6A4;
        border-left: 11px solid rgba(0, 0, 0, 0);
        border-right: 11px solid rgba(0, 0, 0, 0);
        top: -10px;
    }

    .tooltip.bottom .tooltip-inner:before {
        border-bottom: 11px solid rgba(0, 0, 0, 0.2);
        border-left: 11px solid rgba(0, 0, 0, 0);
        border-right: 11px solid rgba(0, 0, 0, 0);
        top: -11px;
    }

.tooltip.left {
    margin-left: -11px;
    padding: 0;
}

    .tooltip.left .tooltip-inner:after {
        border-left: 11px solid #FAE6A4;
        border-top: 11px solid rgba(0, 0, 0, 0);
        border-bottom: 11px solid rgba(0, 0, 0, 0);
        right: -10px;
        left: auto;
        margin-left: 0;
    }

    .tooltip.left .tooltip-inner:before {
        border-left: 11px solid rgba(0, 0, 0, 0.2);
        border-top: 11px solid rgba(0, 0, 0, 0);
        border-bottom: 11px solid rgba(0, 0, 0, 0);
        right: -11px;
        left: auto;
        margin-left: 0;
    }

.tooltip.right {
    margin-left: 11px;
    padding: 0;
}

    .tooltip.right .tooltip-inner:after {
        border-right: 11px solid #FAE6A4;
        border-top: 11px solid rgba(0, 0, 0, 0);
        border-bottom: 11px solid rgba(0, 0, 0, 0);
        left: -10px;
        top: 0;
        margin-left: 0;
    }

    .tooltip.right .tooltip-inner:before {
        border-right: 11px solid rgba(0, 0, 0, 0.2);
        border-top: 11px solid rgba(0, 0, 0, 0);
        border-bottom: 11px solid rgba(0, 0, 0, 0);
        left: -11px;
        top: 0;
        margin-left: 0;
    }

.slider-area {
    position: relative;
    height: 630px
}

#bg-slider .item img {
    width: 100%;
    height: 630px
}

.slider-content {
    position: absolute;
    top: 20%;
    text-align: center;
    color: #FFF;
    width: 100%;
}

    .slider-content h2 {
        font-size: 40px;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: rgba(255, 165, 0, 0.71);
        font-weight: 500;
    }

    .slider-content p {
        font-size: 14px;
        margin-bottom: 60px;
        color: rgb(110, 110, 110);
    }

.slider .owl-theme .owl-controls {
    margin-top: 0px;
    position: relative;
    text-align: center;
}

.slider .owl-pagination {
    bottom: 280px;
    position: absolute;
    right: 10px;
    width: 40px;
    z-index: 9999;
}

.slider .owl-theme .owl-controls .owl-page span {
    background: #FFC600
}

/* Top Header */
.progress-thin {
    height: 2px;
}

.header-connect {
    padding-top: 10px;
    background-color: #d10014;
    color: #fff;
}

.header-call p {
    color: #fff;
}

    .header-call p span {
        margin-right: 15px;
        font-weight: 300;
    }

        .header-call p span i {
            margin-right: 4px;
            font-size: 20px;
            position: relative;
            bottom: -3px;
        }

.header-social ul {
    padding-top: 5px;
}

    .header-social ul li a {
        color: #fff;
        font-size: 14px
    }

        .header-social ul li a:hover {
            color: #FDC600
        }


/*====================================================
page-header
======================================================*/
.page-head {
    background: #494C53 url("../../assets/img/page-header.jpg") no-repeat scroll center top / cover;
    color: #FFF;
    position: relative;
    min-height: 140px;
}

.page-head-content {
    padding-top: 52px;
    padding-bottom: 52px;
}

    .page-head-content .page-title {
        margin: 0px;
        padding: 10px 16px;
        font-size: 30px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

.content-area {
    background-color: #FCFCFC;
    background: transparent;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.panel.sidebar-menu .panel-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
    background: none;
    padding: 0;
    letter-spacing: 0.198em;
    border-bottom: none;
}

    .panel.sidebar-menu .panel-heading h1,
    .panel.sidebar-menu .panel-heading h2,
    .panel.sidebar-menu .panel-heading h3,
    .panel.sidebar-menu .panel-heading h4,
    .panel.sidebar-menu .panel-heading h5 {
        display: inline-block;
        border-bottom: solid 3px #FDC600;
        line-height: 1.1;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .panel.sidebar-menu .panel-heading .btn.btn-danger {
        color: #fff;
        margin-top: 5px;
    }

.panel.sidebar-menu .panel-body {
    padding: 0;
    margin-top: 25px;
}

    .panel.sidebar-menu .panel-body span.colour {
        display: inline-block;
        width: 15px;
        height: 15px;
        border: solid 1px #555555;
        vertical-align: top;
        margin-top: 2px;
        margin-left: 5px;
    }

        .panel.sidebar-menu .panel-body span.colour.white {
            background: #fff;
        }

        .panel.sidebar-menu .panel-body span.colour.red {
            background: red;
        }

        .panel.sidebar-menu .panel-body span.colour.green {
            background: green;
        }

        .panel.sidebar-menu .panel-body span.colour.blue {
            background: blue;
        }

        .panel.sidebar-menu .panel-body span.colour.yellow {
            background: yellow;
        }

    .panel.sidebar-menu .panel-body label {
        color: #777;
        font-size: 13px;
        font-weight: 300;
        margin-bottom: 0px;
    }

        .panel.sidebar-menu .panel-body label:hover {
            color: #555555;
        }

.panel.sidebar-menu ul.nav.category-menu {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.panel-default {
    border-color: transparent;
}

.panel {
    margin-bottom: 20px;
    background-color: #FFF;
    border: transparent;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
}

    .panel.sidebar-menu ul.nav ul {
        list-style: none;
        padding-left: 0;
    }

        .panel.sidebar-menu ul.nav ul li {
            display: block;
        }

            .panel.sidebar-menu ul.nav ul li a {
                position: relative;
                font-weight: normal;
                text-transform: none !important;
                display: block;
                padding: 10px 15px;
                padding-left: 30px;
                font-size: 13px;
                color: #999999;
            }

                .panel.sidebar-menu ul.nav ul li a:hover,
                .panel.sidebar-menu ul.nav ul li a:focus {
                    text-decoration: none;
                    background-color: #eeeeee;
                }

    .panel.sidebar-menu ul.tag-cloud {
        list-style: none;
        padding-left: 0;
    }

        .panel.sidebar-menu ul.tag-cloud li {
            display: inline-block;
        }

            .panel.sidebar-menu ul.tag-cloud li a {
                display: inline-block;
                padding: 5px;
                border: solid 1px #eeeeee;
                border-radius: 0;
                color: #FDC600;
                margin: 5px 5px 5px 0;
                text-transform: uppercase;
                letter-spacing: 0.08em;
                font-weight: 700;
                font-size: 13px;
            }

                .panel.sidebar-menu ul.tag-cloud li a:hover {
                    color: #FDC600;
                    text-decoration: none;
                    border-color: #FDC600;
                }

    .panel.sidebar-menu ul.popular,
    .panel.sidebar-menu ul.recent {
        list-style: none;
        padding-left: 0;
        padding: 20px 0;
    }

        .panel.sidebar-menu ul.popular li,
        .panel.sidebar-menu ul.recent li {
            margin-bottom: 10px;
            padding: 5px 0;
            border-bottom: dotted 1px #eeeeee;
        }

            .panel.sidebar-menu ul.popular li:before,
            .panel.sidebar-menu ul.recent li:before,
            .panel.sidebar-menu ul.popular li:after,
            .panel.sidebar-menu ul.recent li:after {
                content: " ";
                display: table;
            }

            .panel.sidebar-menu ul.popular li:after,
            .panel.sidebar-menu ul.recent li:after {
                clear: both;
            }

            .panel.sidebar-menu ul.popular li:before,
            .panel.sidebar-menu ul.recent li:before,
            .panel.sidebar-menu ul.popular li:after,
            .panel.sidebar-menu ul.recent li:after {
                content: " ";
                display: table;
            }

            .panel.sidebar-menu ul.popular li:after,
            .panel.sidebar-menu ul.recent li:after {
                clear: both;
            }

            .panel.sidebar-menu ul.popular li img,
            .panel.sidebar-menu ul.recent li img {
                width: 50px;
                margin-right: 10px;
            }

            .panel.sidebar-menu ul.popular li h5,
            .panel.sidebar-menu ul.recent li h5 {
                margin: 0 0 10px;
            }

                .panel.sidebar-menu ul.popular li h5 a,
                .panel.sidebar-menu ul.recent li h5 a {
                    font-weight: normal;
                }

            .panel.sidebar-menu ul.popular li p.date,
            .panel.sidebar-menu ul.recent li p.date {
                float: right;
                font-size: 13px;
                color: #999999;
            }

            .panel.sidebar-menu ul.popular li:last-child,
            .panel.sidebar-menu ul.recent li:last-child {
                border-bottom: none;
            }

    .panel.sidebar-menu .text-widget {
        font-size: 13px;
    }

    .panel.sidebar-menu.with-icons ul.nav li a:after {
        font-family: 'FontAwesome';
        content: "\f105";
        position: relative;
        top: 0;
        float: right;
    }

.similar-property-wdg {
}

.page-title {
    padding-top: 55px;
}

    .page-title h5 {
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 0
    }

    .page-title h2 {
        margin: 10px 0px;
        font-size: 30px;
        font-weight: 500;
        /* text-transform: uppercase;*/
        /*letter-spacing: 4px;*/
    }

        .page-title h2 span {
            color: #00ADEF
        }

    .page-title p {
        font-size: 18px;
        padding: 10px 20% 25px;
        line-height: 27px;
    }

.pagination {
    height: 40px;
    margin: 20px 10px;
}

    .pagination ul {
        display: inline-block;
        *display: inline;
        margin-bottom: 0;
        margin-left: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        *zoom: 1;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        padding: 0px;
    }

    .pagination li {
        display: inline;
    }

    .pagination a,
    .pagination span {
        float: left;
        padding: 0 14px;
        line-height: 38px;
        text-decoration: none;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        border-left-width: 0;
    }

        .pagination a:hover,
        .pagination .active a,
        .pagination .active span {
            background-color: #f5f5f5;
        }

    .pagination .active a,
    .pagination .active span {
        color: #999999;
        cursor: default;
    }

    .pagination .disabled span,
    .pagination .disabled a,
    .pagination .disabled a:hover {
        color: #999999;
        cursor: default;
        background-color: transparent;
    }

    .pagination li:first-child a,
    .pagination li:first-child span {
        border-left-width: 1px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .pagination li:last-child a,
    .pagination li:last-child span {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.how-it-work {
    margin: 40px 0px 20px;
    background-color: rgb(255, 255, 255);
}

    .how-it-work i {
        color: #939191;
        border: 3px solid #939191;
        padding: 19px;
        border-radius: 50%;
        height: 110px;
        width: 110px;
    }

.single-work {
    transition: all 0.2s ease-in-out 0s;
    padding: 10px;
    overflow: hidden;
}

    .single-work h3 {
        color: #202020;
        font-size: 20px;
        font-weight: 500;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .single-work p {
        color: #666666;
        font-weight: 300;
        line-height: 26px;
        margin-top: 25px;
        padding: 0 37px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.single-work {
    text-align: left;
}

/*testimonial*/

.testimonial {
    position: relative;
    margin-top: 50px;
}

    .testimonial .item {
        padding-bottom: 67px;
        position: relative;
    }

        .testimonial .item .client-face {
            position: absolute;
            top: 112px;
            right: 146px;
            text-align: center;
        }

.client-face > img {
    border: 5px solid #fff;
    border-radius: 50%;
}

.testimonial .owl-theme .owl-controls .owl-page span {
    background: #FDC600
}

.client-text {
    border-radius: 2px;
    padding: 20px 30px;
    margin: 15px;
    border: 1px solid #ECE9E9;
    background-color: #F5F5F5;
}

    .client-text p {
        line-height: 25px;
        padding: 0 0 0.5em;
    }

    .client-text h4 {
        font-size: 15px
    }

        .client-text h4 i {
            font-size: 13px
        }
/*Tools CSS*/
.p0 {
    padding: 0px;
}

.overflow {
    overflow: hidden;
}

.mar-l-20 {
    margin-left: 20px;
}

.mar-r-20 {
    margin-right: 20px;
}

.box {
    background: #FFF none repeat scroll 0% 0%;
    margin: 0px 0px 30px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.box-two {
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.dot-hr {
    border-bottom: 1px dotted #CECBC7;
    margin-bottom: 10px;
}

.slim-hr {
}

.color {
    color: #9B9B9B;
}

.orange {
    color: orange;
}

.strong {
    font-weight: 500;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.pr0 {
    padding-right: 0px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.pr-30 {
    padding-right: 30px !important;
}

.p-b-15 {
    padding-bottom: 15px;
}

.padding-5 {
    padding: 5px
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.garo-icon-dog-gry {
}

    .garo-icon-dog-gry::after {
    }

.garo-icon-car-gry {
}

    .garo-icon-car-gry::after {
    }

.garo-icon-area-gry {
}

    .garo-icon-area-gry::after {
    }

.garo-icon-sw-gry {
}

    .garo-icon-sw-gry::after {
    }

.garo-icon-shw-gry {
}

    .garo-icon-shw-gry::after {
    }

.garo-icon-wf-gry {
}

    .garo-icon-wf-gry::after {
    }

.garo-icon-bed-gry {
}

    .garo-icon-bed-gry::after {
    }

.garo-icon-zzz-gry {
}

    .garo-icon-zzz-gry::after {
    }

/*=====================================
proerty-th 
======================================*/

.proerty-th {
    margin-left: -9px;
}

    .proerty-th .proerty-item {
        background-color: #fff;
        margin: 10px;
    }

        .proerty-th .proerty-item .item-thumb {
            position: relative;
        }

        .proerty-th .proerty-item:hover .item-thumb img {
            opacity: 100;
        }

        .proerty-th .proerty-item .item-thumb:hover .tm_mask {
            opacity: 100;
        }

        .proerty-th .proerty-item .item-thumb img {
            transition: all 0.2s linear 0s;
            display: block;
            position: relative;
            width: 100%;
            opacity: 100;
            min-height: 225px;
            max-height: 330px;
        }

        .proerty-th .proerty-item .item-entry {
            padding: 8px;
        }


    .proerty-th .proerty-item1 {
        background-color: #fff;
        margin: 10px;
    }

        .proerty-th .proerty-item1 .item-thumb {
            position: relative;
        }

        .proerty-th .proerty-item1:hover .item-thumb img {
            opacity: 100;
        }

        .proerty-th .proerty-item1 .item-thumb:hover .tm_mask {
            opacity: 100;
        }

        .proerty-th .proerty-item1 .item-thumb img {
            transition: all 0.2s linear 0s;
            display: block;
            position: relative;
            width: 100%;
            opacity: 100;
            min-height: 225px;
            max-height: 265px;
        }

        .proerty-th .proerty-item1 .item-entry {
            padding: 8px;
        }


.properties-page .proerty-th .proerty-price {
    font-weight: 600;
    color: #FDC600;
}

.proerty-th .proerty-item .item-entry h5 {
    text-transform: uppercase;
    font-weight: 600;
    color: #9B9B9B;
    letter-spacing: 2px;
    position: relative;
}

    .proerty-th .proerty-item .item-entry h5::after {
        background: transparent url("../../assets/img/chevron-down.png") no-repeat scroll center center;
        width: 15px;
        left: 20px;
        height: 7px;
        content: "";
        position: absolute;
        bottom: -16px;
        display: block;
    }

.proerty-status {
    font-weight: 600;
}

.tm_mask {
    opacity: 0;
    background-color: transparent;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    overflow: hidden;
    height: 45px;
    position: absolute;
    padding: 5px;
    bottom: 0px;
    color: #FFF;
}

/*=====================================
proerty-th-list
======================================*/
.proerty-th-list {
    margin-left: -9px;
}

    .proerty-th-list .col-md-4 {
        width: 100%;
        padding: 15px 10px;
    }

        .proerty-th-list .col-md-4 .item-thumb {
            width: 40%;
            float: left;
        }

            .proerty-th-list .col-md-4 .item-thumb img {
                opacity: 0.7;
                height: 230px;
                vertical-align: middle;
                border: 0px none;
                width: 100%;
                padding-right: 25px;
            }

.properties-page .box-two:hover .item-thumb img {
    opacity: 1;
}

.proerty-th-list .col-md-4 .item-entry {
    width: 60%;
    float: left;
    padding-right: 15px;
}


.proerty-th-list .col-md-3 .item-entry {
    width: 60%;
    float: left;
    padding-right: 15px;
}

.proerty-th-list .col-md-3 {
    width: 100%;
    padding: 15px 10px;
}

    .proerty-th-list .col-md-3 .item-thumb {
        width: 40%;
        float: left;
    }

        .proerty-th-list .col-md-3 .item-thumb img {
            opacity: 0.7;
            height: 230px;
            vertical-align: middle;
            border: 0px none;
            width: 100%;
            padding-right: 25px;
        }

.proerty-th-list .proerty-item-ads {
    text-align: center;
    border: none;
}

.properties-page .box-two {
    overflow: hidden !important;
}

.proerty-th-list .proerty-item .item-entry h5 {
    text-transform: uppercase;
    font-weight: 600;
    color: #9B9B9B;
    letter-spacing: 2px;
    position: relative;
}

.proerty-th-list .proerty-price {
    font-weight: 600;
    color: #FDC600;
    font-size: 25px;
}

.property-icon {
    clear: both;
    padding: 5px 0px;
}

.proerty-th-list .property-icon {
    clear: both;
    padding: 5px 0px;
    margin-top: 15px;
    background-color: #EDEDED;
    color: #555;
}

.property-icon img {
}

.proerty-th-list p {
    clear: both;
    padding-top: 25px;
    padding-right: 20px;
    display: block !important;
}

.page-subheader .sort-by-list {
    display: inline-block;
    padding: 0px;
}

    .page-subheader .sort-by-list li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        .page-subheader .sort-by-list li.active a {
            padding-right: 20px;
            border-color: #3F3F3F;
            background-color: #444343;
            color: #FFF;
        }

        .page-subheader .sort-by-list li a {
            position: relative;
            display: block;
            padding: 2px 7px;
            background-color: #F4F4F4;
            border-width: 1px;
            border-style: solid;
            border-color: #DDDCDC;
            color: #414040;
        }

.page-subheader .items-per-page {
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

    .page-subheader .items-per-page label {
        display: inline-block;
        margin-right: 10px;
    }

    .page-subheader .items-per-page b {
        font-weight: 400;
    }

    .page-subheader .items-per-page .sel {
        display: inline-block;
        width: 60px;
        position: relative;
    }


/*==================================
recent-property-widget
==============================*/
.recent-property-widget ul {
    padding: 0px;
    margin: 0px;
    list-style: outside none none;
}

    .recent-property-widget ul li {
        clear: both;
        position: relative;
        padding: 5px;
    }

        .recent-property-widget ul li .property-seeker {
            position: absolute;
            top: 42px;
            width: 100%;
            right: 0px;
            color: #FFF;
        }

            .recent-property-widget ul li .property-seeker .b-1 {
                background-color: #D5F500;
                padding: 0px 6px;
            }

            .recent-property-widget ul li .property-seeker .b-2 {
                background-color: #FDC600;
                padding: 0px 6px;
            }


/*=========================================
single property page
===========================================*/
.single-property-content {
    background-color: #FFF;
    padding: 0px 15px 20px;
}

.lSGallery {
    position: relative;
    bottom: 90px;
}

.lSSlideOuter {
    text-align: center;
}

.single-property-content .lSSlideOuter .lSPager {
    display: inline-block;
}

    .single-property-content .lSSlideOuter .lSPager li.active, .single-property-content .lSSlideOuter .lSPager li:hover {
        border-radius: 0px;
    }

    .single-property-content .lSSlideOuter .lSPager li.active, .single-property-content .lSSlideOuter .lSPager li:hover {
        border: 2px solid #FFF;
    }

.single-property-content .light-slide-item {
    position: relative;
    overflow: hidden;
}

.single-property-content .lSAction > .lSNext {
    background-image: url("../../assets/img/arrow-right.svg");
    background-position: center center;
}

.single-property-content .lSAction > .lSPrev {
    background-image: url("../../assets/img/arrow-left.svg");
    background-position: center center;
}

.favorite-and-print {
    position: absolute;
    z-index: 9;
    right: 0px;
    padding: 15px;
}

    .favorite-and-print .add-to-fav {
        color: #FFF;
        border: 2px solid #FFF;
        border-radius: 50%;
        height: 35px;
        margin-right: 10px;
        width: 35px;
        padding: 10px 3px 4px 6px;
    }

    .favorite-and-print .printer-icon {
        color: #FFF;
        border: 2px solid #FFF;
        border-radius: 50%;
        padding: 10px 7px 4px 7px;
    }

        .favorite-and-print .add-to-fav:hover, .favorite-and-print .printer-icon:hover {
            color: #FDC600;
            border-color: #FDC600;
        }

        .favorite-and-print .add-to-fav i, .favorite-and-print .printer-icon i {
            font-size: 25px;
        }

.prp-style-2 .single-property-wrapper {
    margin-top: -35px;
}

.prp-style-1 .single-property-wrapper {
    margin-top: -35px;
}

.single-property-header {
    padding-bottom: 25px;
    position: relative;
    clear: both;
    overflow: hidden;
}

    .single-property-header .property-title {
        margin: 10px 0px;
        font-size: 28px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    .single-property-header .property-price {
        color: #FFA500;
        font-size: 30px;
        letter-spacing: 1.5px;
        right: 0px;
        border-bottom: 2px solid;
        line-height: 42px;
    }

.clearfix {
    clear: both;
}

.s-property-title {
    margin-bottom: 15px;
    color: #FFA500;
    font-size: 18px;
}

    .s-property-title::after {
        background-color: #E5E6E7;
        content: "";
        display: block;
        width: 30px;
        height: 3px;
        margin: 3px 0px 0px 2px;
    }

.property-single-content p {
    margin-bottom: 20px;
}

.space1 {
    height: 20px;
}

.property-meta {
    padding: 20px 0px;
}

.property-info-entry .property-info-label {
    font-size: 13px;
    display: block;
    line-height: 15px;
    text-transform: uppercase;
}

.property-info-entry .property-info-value {
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
}

.property-info-unit {
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
}

.additional-details-list {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}

    .additional-details-list li {
        overflow: hidden;
        margin: 2px;
        border: 1px solid #F3F3F3;
    }

.add-d-title {
    font-weight: 600;
    text-transform: uppercase;
    background-color: #A5A5A5;
    margin: 0px;
    color: #FFF;
}

    .add-d-title:hover {
        background-color: #727272;
    }

.sidebar-property {
    background-color: #EEE;
    padding: 15px 25px 25px;
}

.dealer-widget {
    background-color: #838383;
    padding: 15px;
    color: #FFF;
    padding-bottom: 20px;
    margin: -15px -15px 25px;
}

.dealer-name {
    margin-top: 6px;
    margin-bottom: 5px;
}

    .dealer-name a {
        color: #626262;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .dealer-name span {
        font-size: 17px;
        clear: both;
    }

.dealer-face img {
    opacity: 0.7
}

    .dealer-face img:hover {
        opacity: 0.9;
        border: 2px solid #FFF;
    }

.dealer-social-media a {
    color: #969696;
    margin: 5px;
}

.dealer-contacts {
    list-style: outside none none;
    padding: 30px 0px 0px 10px;
}

    .dealer-contacts li i {
        color: black;
        padding-right: 8px;
    }

.clear {
    clear: both;
    overflow: hidden;
}

.dealer-content p {
    padding-left: 10px;
}

.section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.property-features ul {
    padding: 0px;
    list-style: outside none none;
}

    .property-features ul li {
        margin: 0px 15px 15px 0px;
        display: inline-table;
    }

        .property-features ul li a::after {
            content: "/";
            color: #FDC600;
            font-weight: bold;
            padding-left: 5px;
            font-size: 14px;
        }

        .property-features ul li a {
            text-transform: uppercase;
            color: #9C9C9C;
            font-weight: 500;
        }

            .property-features ul li a:hover {
                color: black;
            }

.roperty-social ul {
    padding: 0px;
    margin: 0px;
    list-style: outside none none;
}

    .roperty-social ul li {
        display: inline-block;
        margin: 5px;
    }

.property-style2 .dealer-widget {
    background-color: #838383;
}

.dealer-section-space {
    margin: -5px -14px 25px;
    background-color: #9B9B9B;
    padding: 10px 25px;
    font-size: 18px;
    text-transform: uppercase;
}

#prop-smlr-slide_0 .owl-item {
    padding: 5px;
}

    #prop-smlr-slide_0 .owl-item .item-entry {
        padding: 10px
    }

        #prop-smlr-slide_0 .owl-item .item-entry h5 {
            text-transform: uppercase;
            font-weight: 600;
            color: #9B9B9B;
            letter-spacing: 2px;
            position: relative;
        }
/*full width property */
.full-width-sld .lSGallery {
    bottom: 36px;
}

.dealer-action a {
    color: #7E7E7E;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
}

    .dealer-action a:hover {
        color: black;
    }

    .dealer-action a::after {
        content: "/";
        color: #FDC600;
        font-weight: 700;
        font-size: 20px;
        margin: 4px;
    }

.register-area {
    padding: 40px;
}

/*=====================================
Welcom 
======================================*/
.Welcome-area {
    background: #325288;
    position: relative;
    height:100%;
}

    .Welcome-area .container .Welcome-entry {
        overflow: hidden;
        padding: 40px 10px 45px;
    }

.welcome-icon {
    height: 90px;
    width: 90px;
    border: 2px solid #fff;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    padding: 15px;
    cursor: pointer;
}
.welcome_text {
    color: #FFF;
}
.welcome-estate:hover .welcome-icon {
    color: #FFF;
    border: 2px solid transparent;
    background-color: #FDC600;
}



.welcome-estate {
    background-color: #000000;
    padding: 35px 0px;
    text-align: center;
    fill: #FFF;
 
}

    .welcome-estate h3 {
        font: 600 14px "Open Sans",sans-serif;
        text-transform: uppercase;
        margin: 20px 0px 0px;
    }

    .welcome-estate1:hover .welcome-icon {
        color: #FFF;
        border: 2px solid transparent;
        background-color: #FDC600;
    }



.welcome-estate1 {
    background-color: #000000;
    padding: 35px 0px;
    text-align: center;
    fill: #FFF;
}

    .welcome-estate1 h3 {
        font: 600 14px "Open Sans",sans-serif;
        text-transform: uppercase;
        margin: 20px 0px 0px;
    }

    .welcome-estate2:hover .welcome-icon {
        color: #FFF;
        border: 2px solid transparent;
        background-color: #FDC600;
    }



.welcome-estate2 {
    background-color: #000000;
    padding: 35px 0px;
    text-align: center;
    fill: #FFF;
}

    .welcome-estate2 h3 {
        font: 600 14px "Open Sans",sans-serif;
        text-transform: uppercase;
        margin: 20px 0px 0px;
    }

    .welcome-estate3:hover .welcome-icon {
        color: #FFF;
        border: 2px solid transparent;
        background-color: #FDC600;
    }



.welcome-estate3 {
    background-color: #000000;
    padding: 35px 0px;
    text-align: center;
    fill: #FFF;
}

    .welcome-estate3 h3 {
        font: 600 14px "Open Sans",sans-serif;
        text-transform: uppercase;
        margin: 20px 0px 0px;
    }

    .welcome-estate4:hover .welcome-icon {
        color: #FFF;
        border: 2px solid transparent;
        background-color: #FDC600;
    }



.welcome-estate4 {
    background-color: #000000;
    padding: 35px 0px;
    text-align: center;
    fill: #FFF;
}

    .welcome-estate4 h3 {
        font: 600 14px "Open Sans",sans-serif;
        text-transform: uppercase;
        margin: 20px 0px 0px;
    }

    .welcome-estate5:hover .welcome-icon {
        color: #FFF;
        border: 2px solid transparent;
        background-color: #FDC600;
    }



.welcome-estate5 {
    background-color: #000000;
    padding: 35px 0px;
    text-align: center;
    fill: #FFF;
}

    .welcome-estate5 h3 {
        font: 600 14px "Open Sans",sans-serif;
        text-transform: uppercase;
        margin: 20px 0px 0px;
    }

.welcome_text ul {
    padding-left: 0px;
    list-style: outside none none;
    margin-top: 45px;
}

    .welcome_text ul li {
        margin-bottom: 10px;
    }

        .welcome_text ul li span {
            font-size: 18px;
            margin-right: 15px;
        }

.welcome-circle {
    background-color: #FFF;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin: -18px 0px;
    border: 10px solid #F3F3F3;
    position: relative;
    z-index: 1000;
}

.welcome_text .page-title h2 {
    color: #9B9B9B;
    text-transform: uppercase;
    background-color: #334d5c;
    position: absolute;
    top: 126px;
    right: 26px;
    font-weight: 500;
    font-size: 25px;
    border-radius: 50%;
    padding: 35px 10px;
    width: 160px;
    height: 150px;
}
/*===================================================
count-area
===================================================*/
.count-area {
    position: relative;
    background-color: #FDC57B;
    height:50%;
}

    .count-area .count-item {
        text-align: center;
    }

    .count-area .count-item-circle {
        height: 100px;
        width: 100px;
        border-radius: 100%;
        margin: 0px auto;
        position: relative;
        background-color: #23a455;
        color: #fff;
    }

    .count-area .count-item-circle1 {
        height: 100px;
        width: 100px;
        border: 1px solid #777;
        border-radius: 100%;
        margin: 0px auto;
        position: relative;
        background-color: #f08123;
    }

    .count-area .count-item-circle2 {
        height: 100px;
        width: 100px;
        border: 1px solid #777;
        border-radius: 100%;
        margin: 0px auto;
        position: relative;
        background-color: #286580;
    }

    .count-area .count-item-circle3 {
        height: 100px;
        width: 100px;
        border: 1px solid #777;
        border-radius: 100%;
        margin: 0px auto;
        position: relative;
        background-color: #bc1d6b;
    }

.count-item-circle span {
    font-size: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    right: 0px;
}

.count-item-circle1 span {
    font-size: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    right: 0px;
}

.count-item-circle2 span {
    font-size: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    right: 0px;
}

.count-item-circle3 span {
    font-size: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    right: 0px;
}

.count-area .chart {
    position: relative;
}

.percent-blocks {
    padding-top: 10px;
    padding-bottom: 10px;
}

.count-item h2 {
    font: 700 30px "Open Sans",sans-serif;
    text-align: center;
    margin: 30px 0px 5px;
}

.chart canvas {
    position: absolute;
    color: #fff;
}

.count-item h5 {
    font: 500 15px "Open Sans",sans-serif;
    padding: 2px 15px;
    text-transform: uppercase;
    margin: 0px;
    border-left: 2px solid #FDC600;
    border-right: 2px solid #FDC600;
    display: inline-block;
}

.boy-sale-area {
    position: relative;
    padding: 70px 0px;
    background-color: #F3F3F3;
    color: #FFF;
}

.asks-first {
    background-color: rgb(225, 225, 225);
    padding: 35px 0idth: 30px;
    height: 3x;
    on: relative;
    cursor: pointer;
}

    .asks-first:hover {
        background-color: #8C8C8C;
    }

        .asks-first:hover .asks-first-circle {
            background-color: #8C8C8C;
        }

.asks-first-circle {
    float: left;
    width: 70px;
    height: 70px;
    border: 2px solid #9C9C9C;
    border-radius: 100%;
    text-align: center;
    margin-right: 15px;
}

    .asks-first-circle span {
        vertical-align: middle;
        font-size: 32px;
        margin-top: 15px;
        line-height: 1;
    }

.asks-first-info {
    color: #FFF;
    margin: 0px 65px 0px 85px;
}

    .asks-first-info h2 {
        font: 500 20px "Open Sans",sans-serif;
        margin: 0px 0px 4px;
        text-transform: uppercase;
    }

    .asks-first-info p {
        font: 400 13px "Open Sans",sans-serif;
        margin: 0px;
    }

.asks-first-arrow {
    top: 0px;
    position: absolute;
    right: 0px;
    width: 60px;
    height: 100%;
    float: right;
    background: rgba(0, 0, 0, 0.07) none repeat scroll 0% 0%;
    text-align: center;
}

    .asks-first-arrow span {
        background: rgba(255, 255, 255, 0.19) none repeat scroll 0% 0%;
        color: rgb(255, 255, 255);
        border-radius: 100%;
        display: inline-block;
        padding: 4px;
        font-size: 20px;
        width: 30px;
        height: 30px;
        90px;
        border: 2px solid #777;
        border-radius: 100%;
        display: inline-block;
        position: relative;
        padding: 15px;
        cursor: pointer;
    }

.welcome-estate:hover .welcome-icon {
    color: #000;
    border: 2px solid transparent;
    background-color: #fff;
}

.welcome-estate1:hover .welcome-icon {
    color: #000;
    border: 2px solid transparent;
    background-color: #fff;
}

.welcome-estate2:hover .welcome-icon {
    color: #000;
    border: 2px solid transparent;
    background-color: #fff;
}

.welcome-estate3:hover .welcome-icon {
    color: #000;
    border: 2px solid transparent;
    background-color: #fff;
}
.welcome-estate4:hover .welcome-icon {
    color: #000;
    border: 2px solid transparent;
    background-color: #fff;
}
.welcome-estate5:hover .welcome-icon {
    color: #000;
    border: 2px solid transparent;
    background-color: #fff;
}

.welcome_text {
    color: #FFF;
}

.welcome-estate {
    background-color: #Bc1d6b;
    padding: 35px 0px;
    text-align: center;
    fill: #FFF;
    color: #F7F7F7;
    border-radius: 10%;
}

    .welcome-estate h3 {
        font: 600 14px "Open Sans",sans-serif;
        text-transform: uppercase;
        margin: 20px 0px 0px;
    }

.welcome-estate1 {
    background-color: #286580;
    padding: 35px 0px;
    text-align: center;
    fill: #FFF;
    color: #F7F7F7;
    border-radius: 10%;
}

    .welcome-estate1 h3 {
        font: 600 14px "Open Sans",sans-serif;
        text-transform: uppercase;
        margin: 20px 0px 0px;
    }

.welcome-estate2 {
    background-color: #F08123;
    padding: 35px 0px;
    text-align: center;
    fill: #FFF;
    color: #F7F7F7;
    border-radius: 10%;
}

    .welcome-estate2 h3 {
        font: 600 14px "Open Sans",sans-serif;
        text-transform: uppercase;
        margin: 20px 0px 0px;
    }

.welcome-estate3 {
    background-color: #23a455;
    padding: 35px 0px;
    text-align: center;
    fill: #FFF;
    color: #F7F7F7;
    border-radius: 10%;
}

    .welcome-estate3 h3 {
        font: 600 14px "Open Sans",sans-serif;
        text-transform: uppercase;
        margin: 20px 0px 0px;
    }
.welcome-estate4 {
    background-color: #130aef;
    padding: 35px 0px;
    text-align: center;
    fill: #FFF;
    color: #F7F7F7;
    border-radius: 10%;
}

    .welcome-estate4 h3 {
        font: 600 14px "Open Sans",sans-serif;
        text-transform: uppercase;
        margin: 20px 0px 0px;
    }
.welcome-estate5 {
    background-color: #db4b1d;
    padding: 35px 0px;
    text-align: center;
    fill: #FFF;
    color: #F7F7F7;
    border-radius: 10%;
}

    .welcome-estate5 h3 {
        font: 600 14px "Open Sans",sans-serif;
        text-transform: uppercase;
        margin: 20px 0px 0px;
    }

.welcome_text ul {
    padding-left: 0px;
    list-style: outside none none;
    margin-top: 45px;
}

    .welcome_text ul li {
        margin-bottom: 10px;
    }

        .welcome_text ul li span {
            font-size: 18px;
            margin-right: 15px;
        }

.welcome-circle {
    background-color: #FFF;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin: -18px 0px;
    border: 10px solid #F3F3F3;
    position: relative;
    z-index: 1000;
}

.welcome_text .page-title h2 {
    color: #fff;
    text-transform: uppercase;
    background-color: #003fc5;
    position: absolute;
    top: 126px;
    right: 26px;
    font-weight: 500;
    font-size: 25px;
    border-radius: 100%;
    padding: 35px 10px;
    width: 160px;
    height: 150px;
    line-height: 25px;
}
/*===================================================
count-area
===================================================*/
.count-area {
    position: relative;
    background-color: #FDC57B;
}

    .count-area .count-item {
        text-align: center;
    }

    .count-area .count-item-circle {
        height: 100px;
        width: 100px;
        border: 1px solid #fff;
        border-radius: 100%;
        margin: 0px auto;
        position: relative;
    }

    .count-area .count-item-circle1 {
        height: 100px;
        width: 100px;
        border: 1px solid #fff;
        border-radius: 100%;
        margin: 0px auto;
        position: relative;
    }

    .count-area .count-item-circle2 {
        height: 100px;
        width: 100px;
        border: 1px solid #fff;
        border-radius: 100%;
        margin: 0px auto;
        position: relative;
    }

    .count-area .count-item-circle3 {
        height: 100px;
        width: 100px;
        border: 1px solid #fff;
        border-radius: 100%;
        margin: 0px auto;
        position: relative;
    }

.count-item-circle span {
    font-size: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    right: 0px;
    color: #000;
    font-weight: 800;
}

.count-item-circle1 span {
    font-size: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    right: 0px;
    color: #000;
    font-weight: 800;
}

.count-item-circle2 span {
    font-size: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    right: 0px;
    color: #000;
    font-weight: 800;
}

.count-item-circle3 span {
    font-size: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    right: 0px;
    color: #000;
    font-weight: 800;
}

.count-area .chart {
    position: relative;
}

.percent-blocks {
    padding-top: 10px;
    padding-bottom: 10px;
}

.count-item h2 {
    font: 700 30px "Open Sans",sans-serif;
    text-align: center;
    margin: 30px 0px 5px;
}

.chart canvas {
    position: absolute;
}

.count-item h5 {
    font: 500 15px "Open Sans",sans-serif;
    padding: 2px 15px;
    text-transform: uppercase;
    margin: 0px;
    border-left: 2px solid #FDC600;
    border-right: 2px solid #FDC600;
    display: inline-block;
}

.boy-sale-area {
    position: relative;
    padding: 70px 0px;
    background-color: #F3F3F3;
    color: #FFF;
}

.asks-first {
    background-color: rgb(225, 225, 225);
    padding: 35px 0px 35px 30px;
    position: relative;
    cursor: pointer;
}

    .asks-first:hover {
        background-color: #8C8C8C;
    }

        .asks-first:hover .asks-first-circle {
            background-color: #8C8C8C;
        }

.asks-first-circle {
    float: left;
    width: 70px;
    height: 70px;
    border: 2px solid #9C9C9C;
    border-radius: 100%;
    text-align: center;
    margin-right: 15px;
}

    .asks-first-circle span {
        vertical-align: middle;
        font-size: 32px;
        margin-top: 15px;
        line-height: 1;
    }

.asks-first-info {
    color: #FFF;
    margin: 0px 65px 0px 85px;
}

    .asks-first-info h2 {
        font: 500 20px "Open Sans",sans-serif;
        margin: 0px 0px 4px;
        text-transform: uppercase;
    }

    .asks-first-info p {
        font: 400 13px "Open Sans",sans-serif;
        margin: 0px;
    }

.asks-first-arrow {
    top: 0px;
    position: absolute;
    right: 0px;
    width: 60px;
    height: 100%;
    float: right;
    background: rgba(0, 0, 0, 0.07) none repeat scroll 0% 0%;
    text-align: center;
}

    .asks-first-arrow span {
        background: rgba(255, 255, 255, 0.19) none repeat scroll 0% 0%;
        color: rgb(255, 255, 255);
        border-radius: 100%;
        display: inline-block;
        padding: 4px;
        font-size: 20px;
        width: 30px;
        height: 30px;
        font-weight: normal;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.asks-call {
    color: #525252;
    text-align: center;
    margin-top: 45px;
    font-size: 1.35em;
}

.box-tree .item-tree-icon i {
    font-size: 3em;
    cursor: pointer;
}

.box-tree .item-tree-icon {
    padding-top: 15%;
}

    .box-tree .item-tree-icon i:hover {
        color: #D27E04;
    }

.box-for {
    padding: 10px 0px;
    border: 1px solid #EEE;
    transition: all 0.2s ease 0s;
    box-shadow: none;
    background-color: #FFF;
}

.more-entry a {
    color: #000;
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
}

.tree-sub-ttl {
    font-size: 12px;
}

.border-btn {
    border: 1.5px solid;
    background-color:#d10014;
    border-radius: 0px;
    padding: 9px 25px;
    margin-top: 10px;
}

    .border-btn:hover, .border-btn:focus {
    }

.item-entry a {
    color: #000;
}

    .item-entry a:hover, .item-entry a:focus {
        color: #999696;
    }

.search-form .search-toggle {
    margin-top: 20px;
    overflow: hidden;
    color: #777;
    border-top: 1px solid #EAEAEA;
    padding: 15px;
}

.search-form .form-inline .form-group {
    width: 235px;
    text-align: left;
    letter-spacing: 0.5px;
}

.slider-selection {
    background: #FDC600;
}

.search-form .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #FDC600;
    outline: 0px none;
}

.search-form .dropdown-menu > li > a {
    display: block;
    padding: 9px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}

.search-form .dropdown-menu {
    padding: 5px 0px 0px 0px;
}

/*
blog
*/
.blog-asside-right {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#blog-listing-big {
    padding: 100px 0px 70px;
}

.blog-lst img {
    width: 100%;
    padding-bottom: 15px;
}

.blog-lst .comment img {
    width: auto;
    padding-bottom: 0px;
}

.blog-page .post, #blog-homepage .post {
    margin-bottom: 40px;
    padding: 1px 15px;
}

    .blog-page .post h2, #blog-homepage .post h2, .blog-page .post h4, #blog-homepage .post h4 {
        text-transform: none;
        letter-spacing: 0.08em;
    }

    .blog-page .post .author-category, #blog-homepage .post .author-category {
        color: #999;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 0.08em;
    }

        .blog-page .post .author-category a, #blog-homepage .post .author-category a {
            font-weight: 500;
        }

    .blog-page .post .image, #blog-homepage .post .image {
        margin-bottom: 10px;
        overflow: hidden;
    }

    .blog-page .post .intro, #blog-homepage .post .intro {
        text-align: left;
    }

    .blog-page .post .read-more, #blog-homepage .post .read-more {
        text-align: right;
    }

    .blog-page .post .date-comments a, #blog-homepage .post .date-comments a {
        color: #999;
        margin-right: 20px;
        font-weight: 300;
    }
/*Home page style 2 Edite */
.home-lager-shearch .large-search {
    padding: 25px 25px 10px;
}

    .home-lager-shearch .large-search .btn-lg-sheach {
        bottom: -46px;
        border-radius: 50%;
        width: 60px;
        border: 2px solid #FFF;
        background-image: url("../../assets/img/icon-shearch.png");
        position: relative;
        background-position: 2px -1px;
        height: 60px;
    }

        .home-lager-shearch .large-search .btn-lg-sheach:hover, .home-lager-shearch .large-search .btn-lg-sheach:focus {
            background-image: url("../../assets/img/icon-shearch.png");
            background-position: 2px -1px;
            background-color: #655D5D;
        }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #FFF;
    background-color: #FFC500;
}

.nav-pills > li > a {
    border-radius: 0px;
}

.large-search {
    padding: 25px 25px 40px;
}

    .large-search .search-form {
        background-color: #FFF;
        border-radius: 1px;
        padding: 20px 0px;
        box-sizing: border-box;
        position: relative;
        z-index: 9;
        border: 1px solid #E6E6E6;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0);
        display: inline-block;
        width: 100%;
    }

        .large-search .search-form .form-inline .form-control, .form-inline .form-control,
        .large-search .search-form .bootstrap-select button.dropdown-toggle,
        .large-search .search-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
            width: 100%;
        }

    .large-search .search-row {
        overflow: hidden;
    }


.login-blocks h2, .register-blocks h2 {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 15px;
    background: transparent none repeat scroll 0% 0%;
    border-bottom: 2px solid #FDC600;
    font-size: 20px;
    line-height: 30px;
}

.login-social {
    display: inline-table;
    margin-bottom: 15px;
    padding: 10px 15px;
    background-color: #7A7878;
    color: rgb(255, 255, 255);
}

    .login-social i {
        font-size: 23px;
    }

    .login-social:hover, .login-social:focus {
        background-color: #FDC600;
    }


.profiel-container {
    padding: 10px 0px;
    border: 1px solid #EEE;
    transition: all 0.2s ease 0s;
}

    .profiel-container .profiel-header h3 {
        font-weight: 200;
        text-align: center;
    }

    .profiel-container .picture-container {
        position: relative;
        cursor: pointer;
        text-align: center;
    }

    .profiel-container .picture {
        width: 220px;
        height: 230px;
        background-color: #808080;
        border: 4px solid #CCC;
        color: #FFF;
        border-radius: 4px;
        margin: 35px auto;
        overflow: hidden;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

        .profiel-container .picture:hover {
            border-color: #2ca8ff;
        }

    .profiel-container .ct-wizard-azzure .picture:hover {
        border-color: #2CA8FF;
    }

    .profiel-container .picture input[type="file"] {
        cursor: pointer;
        display: block;
        height: 100%;
        left: 0px;
        opacity: 0 !important;
        position: absolute;
        top: 0px;
        width: 100%;
    }

    .profiel-container .btn-finish {
        width: auto;
    }

.error-page .error-title {
    font-size: 11em;
    color: #FDC600;
}
.error-page .error-title1 {
    font-size: 16em;
    color: #FF3B30;
}
.fqa-title::before {
    float: left;
    width: 24px;
    height: 24px;
    content: "";
    color: #FDC600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-family: "FontAwesome";
    margin-right: 16px;
    cursor: pointer;
}


.property-posting {
    padding: 60px 0
}

.overlay {
    background: -webkit-linear-gradient(transparent 57%, rgba(0,0,0,1) 100%); /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(transparent 57%, rgba(0,0,0,1) 100%); /* FF1.6+ */
    background: -ms-linear-gradient(transparent 57%, rgba(0,0,0,1) 100%); /* IE10 */
    background: -o-linear-gradient(transparent 57%, rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(transparent 57%, rgba(0,0,0,1) 100%); /* W3C */
    border-radius: 2px;
    height: 189px;
    left: 0;
    position: absolute;
    top: -82px;
    width: 98%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .overlay > h3 {
        bottom: -50px;
        margin: 0;
        position: absolute;
        left: 15px;
        color: #fff;
        font-weight: 700;
        font-size: 17px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.property-posting .tab-content {
    margin-top: 30px
}

.tab-content ul li {
    margin-right: 14px;
    overflow: hidden;
}

    .tab-content ul li:last-child {
        margin-right: 0;
    }

    .tab-content ul li a {
        position: relative;
    }

        .tab-content ul li a:hover .overlay {
            opacity: 1
        }

            .tab-content ul li a:hover .overlay h3 {
                bottom: 20px
            }

.tab-content ul.property-seeker li a .overlay {
}

    .tab-content ul.property-seeker li a .overlay h3 {
        bottom: -100px;
    }

.tab-content ul.property-seeker li a:hover .overlay h3 {
    bottom: 35px;
}

.tab-content ul.property-seeker li a .overlay p {
    bottom: 3px;
    color: #fff;
    font-weight: 400;
    left: -100px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.tab-content ul.property-seeker li a:hover .overlay p {
    left: 18px
}

/*FOOOTER*/
.footer-area {
    border-top: 1px solid #D1D1D1;
    background: #555 url("../../assets/img/bg-footer.jpg") repeat scroll 0% 0%;
    color: #535353;
}

.footer {
    padding: 0px 0px 60px;
    background: rgba(255, 255, 255, 0.89) none repeat scroll 0% 0%;
}

    .footer ul li i {
        padding-right: 10px;
        color: #000;
    }

.footer-copy {
    background: rgba(213, 213, 213, 0.9) none repeat scroll 0% 0%;
    border-top: 0.051px solid rgba(162, 162, 162, 0.46);
    padding-bottom: 0px;
    padding-bottom: 7px;
    padding-top: 7px;
}

.single-footer {
    margin-top: 35px
}

.footer img {
    margin-bottom: 20px;
}

.footer p {
    line-height: 25px;
    font-size: 13px;
    padding-bottom: 20px;
}

.footer h4 {
    color: #717171;
    font-weight: 400;
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #878787;
    line-height: 35px;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

    .footer h4 span {
        border-bottom: 3px solid #FDC600;
    }

.footer-title-line {
    width: 100px;
    height: 2px;
    background: #FFA600;
    margin: 0px 0px 33px;
    position: relative;
    top: -2px;
}

.footer h5 {
    color: #fff;
    margin-top: 20px;
    font-weight: 700;
}

.footer a {
    color: #fff;
}

.footer ul {
    padding: 0px;
    margin: 0px;
}

.footer ol, .footer ul {
    list-style: outside none none;
}

    .footer ul li {
        margin-bottom: 5px
    }

ul.footer-adress li {
    margin-bottom: -4px;
}

.footer ul li a {
    color: #535353;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}

    .footer ul li a:hover {
        color: #FDC600;
        text-decoration: none;
    }

.footer-menu li {
    border-bottom: 1px solid rgba(255, 171, 0, 0.31);
}

.footer-copy span {
    margin-right: 20px;
    font-size: 13px;
}

    .footer-copy span a {
        color: #000;
        font-weight: 500;
    }

.footer img {
    height: 32px;
}

ul.footer-blog li {
    width: 100%;
    display: table;
    margin-bottom: -20px;
}

.footer-blog img {
    width: 100%;
    height: 60px;
    margin-bottom: 0px;
}

.footer-blog .blg-entry h6 a {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    color: #FFA600;
}

.footer-blog .blg-entry h6 {
    padding: 2px 0px;
    margin: 0px;
}

.footer-blog .blg-date {
    color: #FFF;
    background-color: #AD7206;
    padding: 2px 3px;
    font-size: 11px;
    position: relative;
    top: -22px;
    width: 100%;
}

.footer-blog .blg-thumb img {
}

.footer-blog p {
    line-height: 17px;
    padding: 8px 2px;
}

.news-letter .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #E1E1E1;
    background-color: rgba(255, 255, 255, 0.52);
    background-image: none;
    border: 1px solid rgba(231, 157, 45, 0.3);
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(179, 179, 179, 0.1) inset;
}

    .news-letter .form-control:hover, .news-letter .form-control:focus {
        background-color: rgba(0, 0, 0, 0.1);
    }

.footer .subscribe {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 22px;
    font-size: 14px;
    margin-left: -17px;
    z-index: 99;
    background-color: #FFA600;
    border-color: #FFA600;
}

    .footer .subscribe:hover {
        background-color: #2D2D2D;
        border-color: #2D2D2D;
    }

.social ul {
    padding: 0px;
    list-style: outside none none;
}

.social li {
    display: inline-block;
    padding-right: 0.3em;
    padding-bottom: 0.3em;
}

.social ul li a:hover {
    color: #FDC600;
    order-color: #868686;
    background-color: #868686;
}

    .social ul li a:hover i {
        color: #FDC600;
    }

.social ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid rgb(146, 146, 146);
    transition: all 0.8s ease 0s;
    color: rgb(146, 146, 146);
}

.carousel-item {
    height: 65vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*
Theme Name: Newsup
Theme URI: https://themeansar.com/free-themes/newsup/
Author: Themeansar
Author URI: https://themeansar.com
Description: Newsup is a fast, clean, modern-looking Best Responsive News Magazine WordPress theme. The theme is fully widgetized, so users can manage the content by using easy to use widgets. Newsup is suitable for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, newspaper, publishing or review siteand any creative website. Newsup is SEO friendly, WPML,Gutenberg, translation and RTL ready. Live preview : https://demo.themeansar.com/newsup and documentation at https://docs.themeansar.com/docs/newsup/
Version: 3.0.0.70
Tested up to: 6.1
Requires PHP: 5.6
Tags: one-column, two-columns ,right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets,  theme-options, threaded-comments, rtl-language-support, translation-ready, full-width-template, custom-logo, blog, news
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: newsup
*/
/* --------------------------------------
=========================================
	Header
=========================================
-----------------------------------------*/

/* navbar toggle */
.burger {
    position: relative;
    display: block;
    z-index: 12;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    background: none;
    visibility: visible;
    transform: rotate(0deg);
    transition: 0.35s ease;
}

.burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2px;
    border: none;
    outline: none;
    opacity: 1;
    transform: rotate(0deg);
    background-color: #fff;
    transition: 0.25s ease-in-out;
}

    .burger-line:nth-child(3) {
        top: 1rem;
    }

    .burger-line:nth-child(1) {
        top: 0px;
    }

    .burger-line:nth-child(2) {
        top: 0.5rem;
    }

.navbar-toggler[aria-expanded="true"] .burger .burger-line:nth-child(1) {
    top: 0.5rem;
    transform: rotate(135deg);
}

.navbar-toggler[aria-expanded="true"] .burger .burger-line:nth-child(2) {
    right: -1.5rem;
    opacity: 0;
    visibility: hidden;
}

.navbar-toggler[aria-expanded="true"] .burger .burger-line:nth-child(3) {
    top: 0.5rem;
    transform: rotate(-135deg);
}

.site-title {
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.05em;
    line-height: 1.3;
}

.navbar-header .site-description {
    letter-spacing: 1.2px;
    margin-bottom: 0;
}

.mg-headwidget.light .mg-head-detail {
    border-width: 0 0 2px 0;
    border-style: solid;
}

.site-home-icon a {
    font-size: 24px;
}

.m-header {
    display: none;
}
/*---------------------------------------
	1.1.Top Bar           
-----------------------------------------*/
.mg-head-detail {
    padding: 8px 0;
}

    .mg-head-detail .info-left {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
    }

        .mg-head-detail .info-left li {
            display: inline-block;
            margin-right: 15px;
            padding: 0;
            line-height: 35px;
        }

            .mg-head-detail .info-left li span.time {
                margin-left: 5px;
                padding: 2px 4px;
                border-radius: 2px;
                font-size: 14px;
                font-weight: 600;
                line-height: 35px;
            }

            .mg-head-detail .info-left li a {
                font-size: 13px;
            }

        .mg-head-detail .info-left i {
            font-size: 14px;
            padding-right: 10px;
        }

.info-right {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
}

    .info-right li {
        display: inline-block;
        padding: 0;
    }

.mg-head-detail .info-right li a {
    font-size: 13px;
}

.mg-head-detail .info-right i {
    font-size: 14px;
    padding-right: 10px;
}
/*---------------------------------------
	1.2.Header Widget      
-----------------------------------------*/
.header-widget .mg-head-detail .info-left li a {
    line-height: 38px;
}

.mg-nav-widget-area {
    padding-bottom: 0px;
}

    .mg-nav-widget-area .site-branding-text .site-title {
        margin-bottom: 5px;
    }

.mg-menu-full {
    position: relative;
}

.mg-nav-widget-area .header-ads {
    display: flex;
    justify-content: flex-end;
}

.mg-nav-widget-area .mx-auto > .header-ads {
    margin-top: 15px;
    justify-content: center;
}

.mg-headwidget .navbar-wp {
    position: inherit;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    z-index: 999;
    transition: all 1s ease-out;
    border-radius: 0;
}

    .mg-headwidget .navbar-wp .navbar-nav > li > a {
        padding: 10px 22px;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
    }

.navbar-wp .navbar-nav > li > a.homebtn {
}

    .navbar-wp .navbar-nav > li > a.homebtn span {
        font-size: 20px;
        line-height: 0.98;
    }

.navbar-wp .navbar-nav > li > a i {
    margin-left: 5px;
}
/*---------------------------------------
	1.2.Theme Menu   
-----------------------------------------*/
.mg-nav-widget-area-back {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .mg-nav-widget-area-back .inner {
        width: 100%;
        padding: 25px 0;
    }

.mg-headwidget .navbar-brand {
    padding: 0;
}

.navbar-wp {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    z-index: 1000;
}

.navbar-brand {
    font-size: 26px;
    height: auto;
    line-height: 25px;
    margin-right: 50px;
    padding: 15px 0;
    text-shadow: 2px 2px 1px rgba(150, 150, 183, 0.18);
    display: inherit;
}

    .navbar-brand span.site-description {
        font-size: 13px;
        line-height: 0;
    }

.navbar-wp .navbar-nav > li > a {
    padding: 30px 16px;
    margin-right: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
}

.navbar-wp .navbar-nav > .active > a, .navbar-wp .navbar-nav > .active > a:hover, .navbar-wp .navbar-nav > .active > a:focus {
    background: none;
}

.navbar-wp .navbar-nav > li > ul > li > a i {
    padding-right: 10px;
}

.navbar-wp .navbar-nav > .disabled > a, .navbar-wp .navbar-nav > .disabled > a:hover, .navbar-wp .navbar-nav > .disabled > a:focus {
    background-color: transparent;
}

.navbar-wp .navbar-nav > .open > a, .navbar-wp .navbar-nav > .open > a:hover, .navbar-wp .navbar-nav > .open > a:focus {
    background: transparent;
}

.navbar-base .navbar-nav > .open > a, .navbar-base .navbar-nav > .open > a:hover, .navbar-base .navbar-nav > .open > a:focus {
    background: transparent;
}

.navbar-toggle {
    border-radius: 0;
    margin: 24px auto;
    position: absolute;
    right: 5%;
    border: none;
    box-shadow: none;
}

.navbar-wp .dropdown-menu {
    min-width: 250px;
    padding: 0;
    border: none;
    border-radius: 0;
    z-index: 10;
    right: auto;
    left: 0;
}

    .navbar-wp .dropdown-menu > li, .navbar-wp .dropdown-menu > li:last-child {
        border: 0
    }

        .navbar-wp .dropdown-menu > li > a {
            padding: 12px 15px;
            font-size: 12px;
            font-family: 'Poppins', sans-serif;
            display: block;
            transition: .3s;
            font-weight: normal;
            text-transform: uppercase;
        }

            .navbar-wp .dropdown-menu > li > a:focus {
                outline: 1px solid;
            }

    .navbar-wp .dropdown-menu > .dropdown-menu {
        right: 0;
        left: auto;
    }

.navbar-nav > li:last-child > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropdown-submenu {
    position: relative
}

    .dropdown-submenu > .dropdown-menu {
        top: -1px;
        left: 100%;
        margin-top: 0;
        margin-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        padding: 0
    }

    .dropdown-submenu.pull-left {
        float: none
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px
        }

.navbar-wp .navbar-brand {
    font-size: 22px;
    line-height: 20px;
    padding: 15px 0;
    transition: all 0.25s ease-out 0s;
}
/*---------------------------------------
	1.3.Theme Menu Center 
-----------------------------------------*/
.navbar-brand span.site-description {
    font-size: 12px;
    font-weight: normal;
    line-height: 0;
}

.navbar-wp .dropdown-menu.searchinner {
    left: inherit !important;
    right: 0 !important;
    padding: 10px;
}

    .navbar-wp .dropdown-menu.searchinner .btn {
        border: medium none;
        border-radius: 0 4px 4px 0;
        height: 40px;
        line-height: 25px;
        padding: 5px 15px;
    }

.mg-search-box .dropdown-toggle::after {
    display: none;
}

.mobilehomebtn {
    display: none;
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
}

.newsup-button {
    font-size: 18px;
    line-height: 0;
    margin-right: -15px;
    margin-left: 5px;
    display: flex;
}

.newsup-button-inner-left:empty {
    margin-left: -0.625em
}

.newsup-button-inner-left:before, .newsup-button-inner-left:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    outline: none
}

.newsup-button .newsup-button-inner, .newsup-button .newsup-button-inner-left {
    display: inline-block;
    font-size: 0.875em;
    position: relative;
    padding: 0em;
    line-height: 1em;
    cursor: pointer;
    color: var(--pri-color);
    ;
    font-weight: normal
}

    .newsup-button .newsup-button-inner-left:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        line-height: 2.125em;
        text-indent: 2.5em;
        height: 1em;
        width: 1em;
        margin: 0.25em;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        right: 1.625em;
        bottom: 0em;
        background: var(--pri-color);
        transform: rotate(-45deg);
    }

    .newsup-button .newsup-button-inner-left:after {
        content: "";
        display: inline-block;
        width: 2.5em;
        height: 1.5em;
        -webkit-border-radius: 1em;
        -moz-border-radius: 1em;
        border-radius: 1em;
        background: #FFF;
        vertical-align: middle;
        margin: 0 0.625em;
    }

.newsup-button.active .newsup-button-inner-left:before {
    right: 1.0625em;
    box-shadow: 0.3125em 0.3125em 0 0 #eee;
    background: transparent
}

.newsup-button.active .newsup-button-inner-left:after {
    background: rgba(0, 0, 0, 0.15);
    border: 0.125em solid white
}

.newsup-button .newsup-button-inner-left {
    color: var(--pri-color);
    font-weight: bold
}

.newsup-button.active .newsup-button-inner-left {
    color: var(--pri-color);
    ;
    font-weight: normal
}

    .newsup-button.active .newsup-button-inner-left + .newsup-button-inner {
        color: var(--pri-color);
        ;
        font-weight: bold
    }

.btn-bell {
    padding: 5px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* --------------------------------------
=========================================
	2.General
=========================================
-----------------------------------------*/

/*---------------------------------------
	2.1.Body & Global    
-----------------------------------------*/
body {
    padding: 0;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 30px;
    word-wrap: break-word;
}

.sticky {
    display: block;
}

.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}

#content.home {
    padding-top: 30px;
    padding-bottom: 30px;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 1px solid;
    text-decoration: underline;
}

select {
    background-clip: padding-box;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 0;
    color: #444;
    display: block;
    font-weight: 400;
    overflow: hidden;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], textarea {
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: inherit;
    padding: 6px 12px;
    line-height: 40px;
    border-width: 2px;
    border-style: solid;
    width: 100%;
}

input[type="submit"], input[type="reset"], button {
    padding: 5px 35px;
    line-height: 30px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.4s ease-in-out 0s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.wp-block-search .wp-block-search__input:focus-visible {
    outline: none;
}

.wp-block-search .wp-block-search__input {
    border: 2px solid #eef3fb;
}

.wp-block-search .wp-block-search__button {
    padding: 5px 35px;
    line-height: 30px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    height: 55px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.4s ease-in-out 0s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

input:not([type]):hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="tel"]:hover, input[type="url"]:hover, input[type="text"]:hover, input:not([type]):focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="text"]:focus {
}

input[type="submit"]:hover, input[type="reset"]:hover, button:hover, input[type="submit"]:focus, input[type="reset"]:focus, button:focus {
    transition: all 0.3s ease 0s;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5em;
    display: inline-block;
}

    input[type="radio"] + label,
    input[type="checkbox"] + label {
        font-weight: 400;
        display: inline-block;
    }

.form-control {
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: inherit;
    padding: 6px 12px;
    line-height: 40px;
    border-width: 2px;
    border-style: solid;
    height: 40px;
}

    .form-control:focus {
        box-shadow: inherit;
    }

img.alignnone {
    width: auto;
    height: auto;
}

img.size-large {
    width: 100%;
    height: auto;
}

.wpcf7-form label {
    display: inherit;
}

.avatar {
    border-radius: 50px;
}

mark, .mark {
    padding: 2px 5px;
    border-radius: 3px;
}

#content {
    padding-top: 60px;
    padding-bottom: 60px;
}

embed, iframe, object {
    max-width: 100%;
}

.back-img {
    background-color: #333;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    overflow: hidden;
}

.link-div {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }
/*--------------- ti-slider-Control ---------------*/
.owl-carousel .owl-controls {
    margin-top: -30px;
}

    .owl-carousel .owl-controls .owl-buttons div {
        width: 35px;
        height: 35px;
        display: block;
        font-size: 24px;
        line-height: 35px;
        opacity: 0;
        border-radius: 2px;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        background: #fff;
        color: #333;
        border-color: #fff;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }

        .owl-carousel .owl-controls .owl-buttons div i {
        }

.owl-carousel:hover .owl-controls .owl-buttons div {
    opacity: 1;
}

.owl-carousel .owl-controls .owl-buttons {
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.owl-carousel:hover .owl-controls .owl-buttons {
    opacity: 1;
}

    .owl-carousel:hover .owl-controls .owl-buttons .owl-prev {
        left: 35px;
    }

    .owl-carousel:hover .owl-controls .owl-buttons .owl-next {
        right: 35px;
    }

.owl-controls .owl-buttons .owl-prev, .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 55%;
    z-index: 5;
    margin: -30px 0 0;
    transition: all 0.3s ease 0s;
}

.owl-controls .owl-buttons .owl-prev {
    left: 8px;
}

    .owl-controls .owl-buttons .owl-prev i {
        margin-left: 0;
        transition: all 0.3s ease 0s;
    }

    .owl-controls .owl-buttons .owl-prev:hover i {
        margin-left: 0;
    }

.owl-controls .owl-buttons .owl-next {
    right: 8px;
}

    .owl-controls .owl-buttons .owl-next i {
        margin-right: 0;
        transition: all 0.3s ease 0s;
    }

    .owl-controls .owl-buttons .owl-next:hover i {
        margin-right: 0;
    }

.owl-controls .owl-page {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

    .owl-controls .owl-page.active span {
        height: 12px;
        width: 12px;
    }

    .owl-controls .owl-page span {
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 2%;
        background: transparent;
        border-width: 2px;
        border-style: solid;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        background: #fff;
        border-color: #fff;
    }

        .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #fff;
            padding: 2px 10px;
            font-size: 12px;
            border-radius: 4px;
        }

.owl-pagination {
    bottom: 15px;
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
}

.mg-card-box {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}

.padding-20 {
    padding: 20px;
}

.pd-r-10 {
    padding-right: 10px;
}

.mr-bot20 {
    margin-bottom: 20px;
}

.mr-bot30 {
    margin-bottom: 30px;
}

.mr-bot60 {
    margin-bottom: 60px;
}
/*---------------------------------------
	2.2.Typography        
-----------------------------------------*/
h1, .h1 {
    font-size: 34px;
    line-height: 40px;
}

h2, .h2 {
    font-size: 32px;
    line-height: 35px;
}

h3, .h3 {
    font-size: 28px;
    line-height: 30px;
}

h4, .h4 {
    font-size: 24px;
    line-height: 25px;
}

h5, .h5 {
    font-size: 20px;
    line-height: 20px;
}

h6, .h6 {
    font-size: 16px;
    line-height: 20px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.05em;
    line-height: 1.3;
    margin: 0 0 1.4rem;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    img.alignleft {
        float: left;
    }

    img.alignright {
        float: right;
    }
}

blockquote {
    width: 100%;
    border-width: 0 0 0 5px;
    border-style: solid;
    padding: 20px;
}

    blockquote::before {
        content: "\f10d";
        display: table;
        float: left;
        font-family: 'Font Awesome 5 Free';
        font-size: 28px;
        margin-top: 6px;
        font-weight: normal;
        width: 6%;
        font-weight: 900;
    }

    blockquote p {
        font-style: italic;
        width: 94%;
        display: table;
        font-weight: bold;
        line-height: 1.5;
    }

img {
    height: auto;
    max-width: 100%;
}


/* -------- Table ------ */
.mg-content table, .single table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
    word-wrap: break-word;
}

    .mg-content table, .single table .mg-content th, .single th .mg-content td, .single td {
        border: 1px solid #e9e9e9;
    }

table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

table, th, td {
    border: 1px solid #e9e9e9;
}

th {
    background: #f6f6f6;
    color: #01012f;
    padding: 8px 11px;
    text-align: left;
}

td {
    padding: 8px 11px;
}

.mg-content th, .single th, .wp-block-calendar table th {
    background: #f6f6f6;
    color: #01012f;
    padding: 8px 11.2px;
    text-align: left;
    font-weight: 700;
}

.mg-content td, .single td {
    padding: 8px 11.2px;
}

.mg-content ol, .single ol {
    list-style: decimal;
}

/*.mg-content ul, .single ul,  .mg-content ol, .single ol {
    margin: 0 0px 25.6px 18px;
    padding: 0;
}

/*---------------------------------------
	2.4.Button Styles           
-----------------------------------------*/
.btn {
    padding: 2px 26px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.2s ease 0s;
    border-width: 2px;
    border-style: solid;
}

.btn-theme:hover, .btn-theme:focus {
    transition: all 0.3s ease 0s;
    outline: none;
    box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}

.more_btn, .more-link {
    padding: 8px 10px;
    line-height: 30px;
    overflow: hidden;
    border-radius: 4px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    margin: 0 6px 10px;
    border-radius: 4px;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        transition: all 0.3s ease 0s;
    }

button.mfp-close:hover, button.mfp-close:focus {
    background: inherit;
}

.no-padding {
    padding: 0;
}
/*---------------------------------------
=========================================
	block Header
=========================================
-----------------------------------------*/
.mg-sidebar .mg-widget.widget_block, .mg-widget.widget_block {
    padding: 0 20px 10px 20px;
}

    .mg-sidebar .mg-widget.widget_block p {
        margin-top: 1rem;
        margin-bottom: 0rem;
    }

.mg-sidebar .mg-widget .wp-block-group .is-nowrap p, .mg-sidebar .mg-widget .wp-block-group .is-vertical p {
    padding: 0;
}

.mg-sidebar .mg-widget.widget_tag_cloud, .mg-widget.widget_tag_cloud {
    padding: 10px 20px;
}

    .mg-widget.widget_tag_cloud p {
        margin-bottom: 0;
    }

.wp-block-search .wp-block-search__label, .mg-widget .wp-block-group h2 {
    border-width: 0 0 2px 0;
    border-style: solid;
    margin: 0px -20px 20px -20px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 8px 0 15px;
    position: relative;
    width: auto;
    min-height: 40px;
    height: auto;
    display: inline-block;
}

    .mg-footer-widget-area .wp-block-search .wp-block-search__label::after, .mg-widget .wp-block-group h2::after {
        width: 59vh;
    }

.mg-footer-widget-area .wp-block-search .wp-block-search__label {
    margin: 0px -20px 20px 0px;
}

footer .wp-block-search .wp-block-search__label, footer .mg-widget .wp-block-group .wtitle, footer .mg-widget .wp-block-group h2 {
    margin: 0px 0px 20px;
}

footer .wp-block-group__inner-container {
    overflow: hidden;
}

.wp-block-search .wp-block-search__label::before, .mg-widget .wp-block-group h2::before {
    width: 0;
    position: absolute;
    right: -29px;
    top: 0px;
    height: 0;
    border-style: solid;
    border-width: 42px 0 0px 30px;
    content: "";
}

.wp-block-search .wp-block-search__label::after, .mg-widget .wp-block-group h2::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 200vh;
    left: 0;
    bottom: -3px;
}
/*---------------------------------------
=========================================
	content-Home-Sections
=========================================
-----------------------------------------*/
.mg-tpt-tag-area {
    padding: 5px 0px;
    margin: 0;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.mg-tpt-txnlst strong {
    margin-right: 10px;
}

    .mg-tpt-txnlst strong:before {
        content: '\f292';
        font-family: 'Font Awesome 5 Free';
        font-size: 12px;
        padding: 0 5px;
        font-weight: 900;
    }

.mg-tpt-txnlst ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .mg-tpt-txnlst ul li {
        display: inline-block;
        margin-right: 10px;
    }

        .mg-tpt-txnlst ul li a {
            padding: 2px 4px;
            border-radius: 2px;
            font-size: 12px;
            font-weight: 600;
        }

.mg-fea-area {
    padding: 0;
    margin: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .mg-fea-area.over .overlay {
        background: rgba(18,16,38,0.6);
        margin-bottom: 30px;
    }

    .mg-fea-area .overlay {
        padding: 30px 0 0;
        margin: 0;
    }

.mg-blog-post.lg {
    position: relative;
    height: 475px;
    overflow: hidden;
    margin-left: 0;
    margin-right: 1px;
    background-color: #000;
}
.mg-blog-post1 {
    position: relative;
    height: 475px;
    overflow: hidden;
    margin-left: 0;
    margin-right: 1px;
    background-color: #eeeeee;
}
    .mg-blog-post.lg.video {
        height: 270px;
    }

.post-form {
    border-radius: 4px;
    border-width: 2px;
    line-height: 20px;
    padding: 6px;
    position: absolute;
    top: -20px;
}

    .post-form i {
        font-size: 22px;
        line-height: 26px;
    }

.mg-blog-post {
    margin-left: 1px;
}

    .mg-blog-post .mg-blog-img {
        background: #000;
        line-height: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

        .mg-blog-post .mg-blog-img img {
            margin: 0 auto;
            opacity: .9;
            position: absolute;
            left: -9999px;
            right: -9999px;
            width: 100%;
            min-width: 840px;
        }

        .mg-blog-post .mg-blog-img iframe {
            width: 100%;
            height: 100%;
            border: inherit;
        }

    .mg-blog-post.lg.video .bottom {
        padding: 20px 5.050505050505% 20px;
    }

        .mg-blog-post.lg.video .bottom h1 {
            font-size: 24px;
        }

    .mg-blog-post .bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
        padding: 40px 5.050505050505% 20px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .mg-blog-post .bottom h4 {
            float: left;
            font-size: 32px;
            font-weight: 700;
            line-height: 120%;
            -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
            -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
            -ms-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
            -o-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
            text-shadow: 1px 1px 1px rgba(0,0,0,.3);
            width: 100%;
            margin-bottom: 0;
        }

#post-header {
    display: table;
    margin: 30px auto 30px;
    max-width: 750px;
    padding: 0 10%;
    width: 80%;
}
/*---------------------------------------
	blog   
-----------------------------------------*/
#grid .mg-blog-post-box:nth-child(2n) {
    clear: both;
}

#grid .mg-blog-post-box:nth-child(3n) {
    clear: both;
}

.mg-blog-post-box {
    margin-bottom: 50px;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    background: #fff;
}

    .mg-blog-post-box > .img-fluid {
        max-width: 100%;
    }

    .mg-blog-post-box .mg-blog-category {
        margin-bottom: 10px;
    }

    .mg-blog-post-box > .col-md-6 {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .mg-blog-post-box .small {
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
        padding: 20px;
    }

        .mg-blog-post-box .small.single {
            line-height: 27px;
            padding: 20px 40px 40px 40px;
            font-size: 16px;
        }

        .mg-blog-post-box .small > p {
            margin-bottom: 20px;
        }

        .mg-blog-post-box .small img, .mg-blog-post-box .small figure {
            max-width: 100%;
            height: auto;
        }

.mg-blog-thumb {
    position: relative;
    width: 100%;
    margin-bottom: 22px;
    float: left;
    transition: all .3s ease-out;
    min-height: 45px;
}

    .mg-blog-thumb img {
        position: relative;
        max-width: 100%;
        float: left;
        height: auto;
        border-radius: 0;
    }

.mg-post-thumb .mg-blog-category {
    position: absolute;
    top: 20px;
    margin: 0 0 0 20px;
}

.mg-post-thumb .post-form, .mg-blog-thumb .post-form {
    position: absolute;
    top: inherit;
    bottom: 30px;
    left: 20px;
}

.mg-blog-date {
    padding: 0;
    font-size: 12px;
    margin-right: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

    .mg-blog-date span {
        font-size: 16px;
    }

    .mg-blog-date .h3 {
        line-height: 28px;
    }

.mg-blog-author {
    font-size: 16px;
    font-weight: 800;
    width: 65px;
    height: 65px;
    left: 0;
    right: 0;
    padding: 2px;
    position: absolute;
    text-align: center;
    bottom: 0;
    margin: 0 auto -30px auto;
    z-index: 999;
}

    .mg-blog-author img {
        max-width: 100%;
        border-radius: 100%;
    }

.mg-blog-post-box h4.title {
    font-size: 22px;
    line-height: 1.2;
    position: relative;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -0.05em;
}

.mg-blog-post-box h1.title.single {
    overflow: inherit;
    display: inherit;
}

.mg-blog-category {
    margin: 0px;
    width: auto;
}

    .mg-blog-category a {
        display: inline-block;
        font-size: 10px;
        padding: 4px 6px;
        line-height: 10px;
        text-transform: uppercase;
        font-weight: 700;
        cursor: pointer;
        border-radius: 3px;
        margin-right: 5px;
    }

        .mg-blog-category a:hover {
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15);
        }

.mg-blog-meta {
    padding: 0;
    margin-bottom: 8px;
    min-height: 18px;
    color:#FFFFFF;
}


    .mg-blog-meta a {
        display: inline;
        font-weight: 500;
        font-size: 12px;
        padding: 0;
        line-height: 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .mg-blog-meta a img {
            width: 25px;
            height: 25px;
            border-radius: 50px;
            margin-right: 5px;
        }

    .mg-blog-meta i {
        padding-right: 4px;
    }

.btn-more {
    padding: 10px 20px;
    border-radius: 30px;
    border-width: 2px;
    border-style: solid;
    background: transparent;
    font-size: 14px;
}

    .btn-more:hover {
        transition: all 0.3s ease 0s;
    }

.mg-blog-post-box .mg-header {
    padding: 20px 70px;
}

    .mg-blog-post-box .mg-header h1 {
        font-size: 38px;
        font-weight: 800;
        line-height: 110%;
    }

    .mg-blog-post-box .mg-header h4 {
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
    }

    .mg-blog-post-box .mg-header .mg-author-pic img {
        width: 50px;
        height: 50px;
    }

    .mg-blog-post-box .mg-header .mg-blog-date i, .mg-blog-post-box .mg-header .newsup-tags i {
        padding-right: 4px;
    }

    .mg-blog-post-box .mg-header .mg-info-author-block {
        border: none;
        box-shadow: inherit;
        margin: 0;
        padding: 10px 0;
    }

.mg-info-author-block {
    margin-bottom: 30px;
    margin-top: -50px;
    padding: 20px 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

    .mg-info-author-block a {
        font-size: 14px;
    }

    .mg-info-author-block .row {
        margin: 0;
    }

    .mg-info-author-block h4 {
        font-size: 14px;
        font-weight: 700;
    }

        .mg-info-author-block h4 span {
            font-size: 14px;
            padding-right: 5px;
        }

            .mg-info-author-block h4 span i {
                padding-right: 5px;
            }

    .mg-info-author-block .mg-author-pic img {
        margin: 0 25px 15px 0;
        float: left;
        border-radius: 50%;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        width: 80px;
        height: 80px;
    }

    .mg-info-author-block .mg-info-author-social {
        font-size: 24px;
        padding: 0;
    }

        .mg-info-author-block .mg-info-author-social li {
            text-align: center;
            width: 35px;
            height: 35px;
            border-radius: 3px;
        }

            .mg-info-author-block .mg-info-author-social li a {
                font-size: 16px;
                line-height: 38px;
            }

.post-edit-link i {
    margin-left: 14px;
    color: #fff;
}

.post-edit-link {
    margin-left: 5px;
}

    .post-edit-link a {
        color: #fff;
    }

.comment_section .comment-reply-link {
    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.3s ease 0s;
    line-height: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}

#cancel-comment-reply-link {
    margin-left: 10px
}

.mg-comments a.mg-reply {
    padding: 2px 6px;
    text-transform: uppercase;
    background: #222;
    color: #fff;
}

.mg-comments h4 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
}

    .mg-comments h4 span {
        font-size: 12px;
        padding-left: 7px;
    }

.mg-comments .btn {
    margin-left: 5px;
}

.mg-comments .media {
    margin-top: 0;
}

.mg-comments .comment .media-body > p:last-child {
    border-width: 0 0 1px 0;
    border-style: solid;
    margin-bottom: 30px;
    margin-top: 0;
}

.mg-comments li .media-body > .small {
    border-bottom: none !important;
    padding: 0;
}

.mg-comments li .media-body > p {
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 5px 0px 20px 5px;
    margin-bottom: 20px;
}

.mg-comments li .media .media {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mg-comments li:last-child .media-body > p {
    border-bottom: none;
    padding: 0;
}

.mg-comments .media-left img {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mg-comments .comment-list li {
    margin-bottom: 20px;
    padding: 20px;
    border-width: 0 0 0 1px;
    border-style: solid;
}

.mg-blog-thumb > .responsive-video {
    z-index: 9;
    min-height: 300px;
}

    .mg-blog-thumb > .responsive-video iframe {
        width: 100%;
        height: 100%;
        min-height: 300px;
        border: 0;
    }

.mg-post-thumb.md {
    height: 300px;
}

/* WP Block CSS */
.wp-block-calendar {
    margin-bottom: 25px;
}

.wp-block-calendar {
    margin-bottom: 25px;
}

    .wp-block-calendar table {
        margin-bottom: 7px;
    }

        .wp-block-calendar table caption {
            padding-top: 0;
            padding-bottom: 12px;
            color: #01012f;
            text-align: left;
            caption-side: top;
            font-weight: 700;
        }

        .wp-block-calendar table.wp-calendar-table td,
        .wp-block-calendar table.wp-calendar-table th {
            text-align: center;
        }

/*---------------------------------------
	Homepage Sections  
-----------------------------------------*/
.mg-latest-news-sec {
    padding: 0;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
}

.latest-top {
    margin-top: 10px;
}

.mg-latest-news {
    width: 100%;
    height: 40px;
    position: relative;
    overflow: hidden;
    margin: 0;
    background-color: #fff;
}

    .mg-latest-news .bn_title h2 {
        display: inline-block;
        margin: 0;
        padding: 0 20px;
        line-height: 39px;
        font-size: 20px;
        color: #FFF;
        height: 40px;
        box-sizing: border-box;
    }

    .mg-latest-news .bn_title span {
        width: 0;
        position: absolute;
        right: -29px;
        top: 0px;
        height: 0;
        border-style: solid;
        border-width: 40px 0 0px 30px;
    }

    .mg-latest-news .bn_title {
        width: auto;
        height: 40px;
        display: inline-block;
        position: relative;
        z-index: 100;
    }

    .mg-latest-news .mg-latest-news-slider a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        padding-left: 20px;
    }

        .mg-latest-news .mg-latest-news-slider a::before {
            content: "\f0a9";
            font-family: 'Font Awesome 5 Free';
            font-size: 14px;
            margin-right: 4px;
            font-weight: 900;
        }

    .mg-latest-news .mg-latest-news-slider {
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        left: 200px;
        top: 5px;
        right: 40px;
        height: 40px;
        font-size: 16px;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        white-space: nowrap;
        box-sizing: border-box;
        z-index: 50;
    }

.top-right-area .mg-posts-sec {
    padding: 0;
    margin: 0;
}

.top-right-area .nav-tabs {
    border-bottom: none;
}

    .top-right-area .nav-tabs > li > a {
        margin-right: 0px;
        border-bottom-width: 2px;
        border-style: solid;
        border-radius: 0;
        color: #212121;
        background: #fff;
        padding: 8px;
        line-height: 1.42857143;
        display: block;
    }

        .top-right-area .nav-tabs > li > a i {
            margin-right: 4px;
        }

    .top-right-area .nav-tabs > li {
        text-align: center;
        flex-grow: 1;
    }

    .top-right-area .nav-tabs .nav-link.active, .top-right-area .nav-tabs .nav-link.active:hover, .top-right-area .nav-tabs .nav-link.active:focus {
        cursor: default;
        border-bottom-width: 2px;
        border-style: solid;
        border-top: none;
    }

.top-right-area .mg-posts-sec-inner .small-list-post li {
    margin-bottom: 6px;
    min-height: 103px;
}

.top-right-area .mg-posts-sec-inner .small-list-post .mg-blog-category {
    margin: 0;
}
/*Featured Boxs Posts*/
.mg-blog-inner {
    position: absolute;
    padding: 10px 20px;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
}

    .mg-blog-inner h1 {
        margin: 0;
        padding: 8px 0 0 0;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
    }

    .mg-blog-post .tittle, .mg-blog-inner h4.title, .mg-blog-post-box h4.title, .small-list-post h5.title, .mg-blog-post .bottom h1, .title_small_post, .mg-posts-modul-6 .mg-sec-top-post .title, .mg-no-list-area .mg-blog-post h3 {
        overflow-y: hidden;
    }

.mg-blog-post-3 {
    position: relative;
    padding: 0;
}

    .mg-blog-post-3 .mg-blog-img {
        overflow: hidden;
        max-height: 200px;
        min-height: 160px;
    }

.mg-posts-modul-1 .mg-blog-post-3 .mg-blog-img img {
    max-height: 160px;
    min-width: 100%;
}

.mg-posts-modul-1 .mg-blog-post-3 .mg-blog-inner h1 {
    font-size: 18px;
    line-height: 20px;
}

.mg-blog-post-3.minh {
    height: 197px;
    margin-bottom: 1.5rem;
}

    .mg-blog-post-3.minh h4 {
        line-height: 25px;
        margin-bottom: 0.5rem;
    }

.mg-blog-post-3.smminh {
    height: 160px;
}

.mg-blog-post-3.minhsec {
    height: 178px;
}

.mg-blog-post.lg.minh {
    height: 350px;
}

.mg-blog-post-3 .mg-blog-img.minh {
    height: 197px;
    background: #222;
}

.mg-blog-post-3 .mg-blog-img.minhsec {
    height: 178px;
    background: #222;
}

.mg-posts-modul-1 .mg-blog-post-3 .mg-blog-img.smminh img {
    min-height: 160px;
}

.mg-posts-modul-4 .small-post.mg-post-1 .img-small-post, .mg-posts-modul-4 .small-post.mg-post-1 img {
    height: auto;
    width: 100%;
    float: none;
}

.mg-sec-title {
    font-weight: bold;
    padding-bottom: 0;
    border-width: 0 0 2px 0;
    border-style: solid;
    margin-bottom: 20px;
    position: relative;
}

    .mg-sec-title h4 {
        margin: 0px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 40px;
        padding: 0 7px 0 15px;
        width: auto;
        height: 40px;
        display: inline-block;
        position: relative;
        font-size: 18px;
    }

        .mg-sec-title h4::before {
            width: 0;
            position: absolute;
            right: -29px;
            top: 0px;
            height: 0;
            border-style: solid;
            border-width: 40px 0 0px 30px;
            content: "";
        }

.featured-post-1 {
    display: none;
}

/*blocks Posts*/
.mg-posts-sec {
    margin: 0px 0 30px 0;
    background-color: transparent;
    position: relative;
    padding: 0;
}

.mg-posts-sec-inner img {
    max-width: 100%;
    height: auto;
}

.mg-posts-sec-post {
    border: 1px solid #dddcdc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: none;
    margin-bottom: 50px;
    overflow: hidden;
}

.mg-posts-sec-inner img:hover, .widget_post_thumbnail img:hover, .featured_posts_slider img:hover {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
}

.mg-posts-sec-inner .img-small-post {
    height: 88px;
    width: 88px;
    float: left;
    margin-right: 20px;
}

.small-list-post ul {
    margin: 0;
    padding: 0;
}

.mg-posts-sec-inner .small-list-post li {
    list-style: none;
    padding: 8px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

    .mg-posts-sec-inner .small-list-post li:last-child {
        border-bottom: none;
        margin-bottom: 0px;
    }

.mg-posts-sec-inner .small-list-post .mg-blog-category {
    margin: 10px 0 5px 0;
}

.mg-posts-sec-inner .small-list-post img {
    height: 100%;
    object-fit: cover;
}

.small-list-post h5 {
    margin: 0px;
    line-height: 25px;
    font-weight: 700;
    font-size: 16px;
    padding-right: 8px;
}

.mg-ads-area {
    margin-bottom: 30px;
    text-align: center;
}

    .mg-ads-area img {
        max-width: 100%;
    }
/*mg-posts-modul-4*/
.mg-posts-modul-4 .title_post h4 {
    margin: 10px 0px;
}

.mg-posts-modul-4 .mg-blog-post-box {
    margin-bottom: 0;
}
/*mg-posts-modul-6*/
.mg-posts-modul-6 .mg-thum-list {
    line-height: 0;
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 0;
}

.mg-posts-sec-post {
    padding: 20px 0;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}

    .mg-posts-sec-post:last-child {
        margin-bottom: 0px;
    }

.mg-posts-modul-6 .mg-post-thumb.img {
    position: relative;
}

.mg-posts-modul-6 .mg-post-thumb {
    margin-right: -10px;
}

.mg-posts-modul-6 .list_content {
    padding: 20px 0;
    overflow: hidden;
}

.mg-posts-modul-6 .mg-sec-top-post {
    display: inline-block;
    width: 100%;
    position: relative;
}

.mg-posts-sec-post-content {
    padding: 0 0px 0px 20px;
}

    .mg-posts-sec-post-content figure {
        max-width: 100%;
    }

    .mg-posts-sec-post-content label {
        clear: both;
        width: 100%;
    }

    .mg-posts-sec-post-content p {
        margin: 0px 0 15px 0;
        font-size: 16px;
        line-height: 27px;
        word-break: break-word;
        word-wrap: break-word;
    }

.mg-posts-modul-6 .mg-sec-top-post .mg-blog-category {
    margin: 0;
}

small-list-post:last-child {
    margin-bottom: 0px;
}

.mg-posts-modul-6 .mg-sec-top-post .title {
    margin-top: 10px;
    font-size: 22px;
    line-height: 32px;
    position: relative;
    margin-bottom: 6px;
}

.mg-posts-modul-6 .mg-sec-top-post .mg-blog-meta {
    margin-bottom: 0px;
}

.missed-inner {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}

.image-blog-bg {
    background: #000;
}

.mg-blog-post-3 {
    position: relative;
    padding: 0;
}

.colmnthree {
    margin-bottom: 60px;
}
/* # PostBox
================================================== */
.mg-post-box {
    margin-bottom: 20px;
    margin-left: 20px;
    position: relative;
}

    .mg-post-box:last-child {
        margin-bottom: 0px;
    }

    .mg-post-box .mg-inner-txt {
        position: absolute;
        top: 0;
        bottom: 0;
        padding: 30px;
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    }

    .mg-post-box .title {
        margin-bottom: 16px;
        font-weight: 600;
        line-height: 1.2;
    }

.mg-inner-txt h3 {
    margin: 10px 0px;
}

.mg-post-box .latest-meta {
    font-size: 13px;
    margin: 10px 0 0 10px;
}

    .mg-post-box .latest-meta span {
        margin-right: 10px;
    }

    .mg-post-box .latest-meta .latest-date {
        font-size: 13px;
        font-weight: 600;
    }

.mg-post-box .latest-content {
    margin-top: 30px;
}

.mg-post-box .latest-img img {
    vertical-align: middle;
    width: 100%;
}

.mg-post-box .mg-inner-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: 0;
}

    .mg-post-box .mg-inner-overlay:hover {
        background-color: rgba(36, 36, 36, 0.5);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

.container.mg-post-box {
    margin: 0 -10px;
}

.comment-list {
    list-style: none !important;
}

.comments-area .comment-body {
    position: relative;
    padding: 25px 25px 25px 70px;
    min-height: 120px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-radius: 3px;
    z-index: 0;
    margin-bottom: 1rem;
}

.comments-area .comment-list > .comment > .comment-body {
    border-top: 1px solid #f1f1f1;
}

.comments-area .comment-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .comments-area .comment-meta .comment-author img {
        padding: 3px;
        border-width: 2px;
        border-style: solid;
        border-radius: 60%;
        position: absolute;
        z-index: 0;
        left: 0;
        top: 28px;
        width: 60px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }

.comment-meta .comment-metadata {
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.comment-content {
    position: relative;
    z-index: 0;
    padding: 16px 40px 16px 0;
}

    .comment-content p {
        margin: 0;
    }

.comment-metadata .edit-link,
.comment-body .reply {
    position: relative;
    z-index: 0;
}

    .comment-metadata .edit-link a, .comment-body .reply a {
        padding-left: 5px;
    }

    .comment-metadata .edit-link:before {
        content: "\f044";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

    .comment-body .reply a {
        font-size: 10px;
        padding: 4px 6px;
        line-height: 10px;
        text-transform: uppercase;
        font-weight: 700;
        cursor: pointer;
        border-radius: 3px;
    }

    .comment-metadata .edit-link:before {
        font-size: 14px;
    }

.comment-body .reply {
    text-align: right;
}

.comment-list .children {
    position: relative;
    padding: 0;
    margin: 0;
    margin-left: 2.5rem;
    z-index: 0;
    list-style: none;
}

#cancel-comment-reply-link {
    text-decoration: underline;
}

    #cancel-comment-reply-link:hover,
    #cancel-comment-reply-link:focus {
        text-decoration: none;
    }
/* --------------------------------------
=========================================
	4.mg-breadcrumb-section
=========================================
-----------------------------------------*/
.mg-breadcrumb-section {
    height: 100%;
    margin: 0 0 0px;
    overflow: hidden;
    padding: 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

    .mg-breadcrumb-section .overlay {
        height: 100%;
        padding: 30px 0;
        position: relative;
        width: 100%;
    }

.mg-breadcrumb-title {
    text-align: left;
    padding: 0;
}

    .mg-breadcrumb-title h1 {
        font-size: 30px;
        font-weight: 700;
        margin: 0;
        line-height: 30px;
        padding-bottom: 0px;
    }

.mg-page-breadcrumb {
    list-style: none outside none;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    font-size: 15px;
    line-height: 30px;
}

    .mg-page-breadcrumb > li {
        display: inline-block;
    }

        .mg-page-breadcrumb > li + li:before {
            content: "\f30b";
            font-family: 'Font Awesome 5 Free';
            padding: 0 5px;
            font-weight: 900;
        }
/* --------------------------------------
=========================================
	5.mg-sidebar
=========================================
-----------------------------------------*/
.mg-sidebar a {
    transition: all 0.3s ease 0s;
}

.mg-widget .mg-ads {
    padding: 0;
    margin: -10px -20px;
}

    .mg-widget.mg-ads img {
        text-align: center;
        padding: 0;
        width: 100%;
    }

.mg-sidebar .mg-widget .btn {
    padding: 2px 12px;
    border: none;
    border-radius: 0;
    height: 40px;
}

.mg-sidebar .mg-widget {
    margin-bottom: 30px;
    padding: 10px 20px;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    overflow-x: hidden;
}

    .mg-sidebar .mg-widget ul, .mg-sidebar .mg-widget ol {
        padding: 0;
        list-style: none;
    }

        .mg-sidebar .mg-widget ul li:last-child {
            border: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .mg-sidebar .mg-widget ul li {
            display: block;
            letter-spacing: 0.2px;
            line-height: 22px;
            margin: 0 0 10px;
            overflow: hidden;
            padding: 0;
            border-width: 0 0 1px 0;
            border-style: solid;
        }

.mg-sidebar .mg-sec-title {
    margin: -10px -20px 20px -20px;
}

.mg-wid-title {
    font-weight: bold;
    border-width: 0 0 2px 0;
    border-style: solid;
    margin: -10px -20px 20px -20px;
    position: relative;
    padding: 0;
}

.mg-sidebar .mg-widget h6 {
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
    padding: 0 8px 0 15px;
    position: relative;
    text-transform: uppercase;
    width: auto;
    height: 40px;
    display: inline-block;
}

    .mg-sidebar .mg-widget h6::before {
        width: 0;
        position: absolute;
        right: -30px;
        top: 0px;
        height: 0;
        border-style: solid;
        border-width: 40px 0 0px 30px;
        content: "";
    }

.mg-sidebar .mg-widget ul li {
    padding: 10px 0;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}

    .mg-sidebar .mg-widget ul li a:hover {
        padding-left: 10px;
        transition: all 0.4s ease-in-out 0s;
    }

.mg-sidebar .mg-widget ul.menu li .sub-menu {
    margin-left: 15px;
}

    .mg-sidebar .mg-widget ul.menu li .sub-menu li {
        border-bottom: none;
        padding: 10px 0 0;
    }

.mg-sidebar .mg-widget.widget_search .btn {
    border: medium none;
    border-radius: 0 4px 4px 0;
    height: 40px;
    line-height: 25px;
    padding: 5px 15px;
    transition: all 0.3s ease 0s;
}

.mg-sidebar .mg-category-widget ul li {
    padding: 10px 0;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    border-width: 0 0 1px 0;
    border-style: solid;
}

    .mg-sidebar .mg-category-widget ul li a:hover {
        padding-left: 1px;
        transition: all 0.4s ease-in-out 0s;
    }

.mg-sidebar .mg-widget .mg-widget-tags, .mg-sidebar .mg-widget .tagcloud {
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
}

    .mg-sidebar .mg-widget .mg-widget-tags a, .mg-sidebar .mg-widget .tagcloud a {
        cursor: pointer;
        display: inline-block;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 20px;
        margin: 0 5px 9px 0;
        padding: 3px 6px;
        transition: all 0.4s ease-in-out 0s;
        border-radius: 3px;
        text-transform: capitalize;
        border-width: 1px;
        border-style: solid;
    }

        .mg-sidebar .mg-widget-tags a:hover, .mg-sidebar .mg-widget .tagcloud a:hover {
            transition: all 0.4s ease-in-out 0s;
        }
/*--calendar_wrap--*/
.mg-sidebar .mg-widget .calendar_wrap table {
    width: 100%;
}

    .mg-sidebar .mg-widget .calendar_wrap table caption {
        border-radius: 2px;
        font-size: 16px;
        font-weight: 500;
        line-height: 35px;
        margin-bottom: 0;
        padding: 5px 12px;
        text-align: center;
        border-width: 1px;
        border-style: solid;
    }

.mg-sidebar .calendar_wrap table thead th {
    border-width: 1px;
    border-style: solid;
}

.mg-sidebar .calendar_wrap table tbody td:hover, .mg-sidebar .calendar_wrap table tbody #today:hover {
    transition: all 0.3s ease 0s;
}

.mg-sidebar .calendar_wrap table tfoot {
    border-width: 1px;
    border-style: solid;
}

.mg-sidebar .mg-widget .calendar_wrap table thead th {
    text-align: center;
    padding: 0;
}

.mg-sidebar .mg-widget .calendar_wrap table tbody td {
    line-height: 2.5em;
    transition: background 0.15s ease 0s;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    padding: 0 8px;
}

.mg-sidebar .mg-widget .calendar_wrap table tfoot {
    font-size: 11px;
}

    .mg-sidebar .mg-widget .calendar_wrap table tfoot tr td#prev {
        padding: 5px;
        text-transform: uppercase;
    }

    .mg-sidebar .mg-widget .calendar_wrap table tfoot tr td#next {
        padding: 5px;
        text-align: right;
        text-transform: uppercase;
    }
/*--calendar_wrap end--*/
/*----woocommerce footer-widget----*/
.mg-sidebar .mg-widget.widget_product_search .btn {
    padding: 2px 12px;
    height: 40px;
    border-radius: 0;
    margin-left: -1px;
}

.calendar_wrap table#wp-calendar thead th {
    padding: 0.4rem;
    text-align: center;
    border-bottom: 2px solid #e9e9e9;
}

th {
    background: #f6f6f6;
    color: #01012f;
    padding: 0.5rem 0.7rem;
    text-align: left;
}

.wp-block-tag-cloud a {
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 20px;
    margin: 0 5px 9px 0;
    padding: 6px 12px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 0;
    text-transform: capitalize;
    border-width: 1px;
    border-style: solid;
}
/* --------------------------------------
=========================================
	6.mg-error page
=========================================
-----------------------------------------*/
.mg-error-404 h1 {
    font-size: 100px;
    line-height: 80px;
}

    .mg-error-404 h1 i {
        padding: 5px;
        text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.17);
    }

.mg-error-404 h4 {
    line-height: 40px;
}

.mg-error-404 p {
    line-height: 30px;
}

.mg-section-404 {
    padding-top: 25px;
}
/* --------------------------------------
=========================================
	7.mg-footer
=========================================
-----------------------------------------*/
footer {
    background-size: cover;
}

    footer .overlay {
        padding: 40px 0 0 0;
    }

    footer .mg-widget {
        margin-bottom: 50px;
    }

        footer .mg-widget:nth-child(4n+1) {
            clear: both;
        }

    footer .newsup_contact_widget .col-md-12 {
        padding: 0;
    }

    footer .mg-search-widget .btn {
        padding: 1px 12px;
        border-radius: 0;
        height: 40px;
    }

    footer .mg-widget.widget_search .btn {
        border-width: 1px;
        border-style: solid;
        padding: 2px 12px;
        height: 40px;
        border-top-right-radius: 3px;
    }

    footer .mg-widget.widget_search .btn-default, footer .mg-widget.widget_search .btn-default:hover {
        background-color: initial;
    }

    footer .mg-widget.widget_search .btn:hover, footer .mg-widget.widget_search .btn:focus {
        border-width: 1px;
        border-style: solid;
        transition: all 0.4s ease-in-out 0s;
    }

    footer .mg-widget h6 {
        font-size: 18px;
        line-height: 40px;
        font-weight: 600;
        margin: 0;
        padding: 0 8px 0 15px;
        position: relative;
        text-transform: uppercase;
        width: auto;
        height: 40px;
        display: inline-block;
        margin-bottom: 20px;
    }

        footer .mg-widget h6::before {
            width: 0;
            position: absolute;
            right: -30px;
            top: 0px;
            height: 0;
            border-style: solid;
            border-width: 40px 0 0px 30px;
            content: "";
        }

        footer .mg-widget h6::after {
            content: '';
            position: absolute;
            height: 2px;
            width: 200vh;
            left: 0;
            bottom: -2px;
        }

    footer .mg-widget ul {
        padding: 0;
        list-style: none;
    }

        footer .mg-widget ul li {
            display: block;
            letter-spacing: 0.2px;
            line-height: 22px;
            margin: 0 0 10px;
            overflow: hidden;
            padding: 0;
            border-width: 0 0 1px 0;
            border-style: solid;
        }

        footer .mg-widget ul li {
            padding: 8px 0;
            position: relative;
        }

            footer .mg-widget ul li a:hover {
                transition: all 0.4s ease-in-out 0s;
            }

            footer .mg-widget ul li:first-child {
                padding-top: 0;
            }

            footer .mg-widget ul li:last-child {
                border-bottom: none;
            }

            footer .mg-widget ul li a {
                transition: all 0.4s ease-in-out 0s;
            }

                footer .mg-widget ul li a:hover {
                    padding-left: 10px;
                }

    footer .mg-widget .mg-widget-tags, footer .mg-widget .tagcloud {
        margin: 0 0 10px;
        overflow: hidden;
        padding: 0;
    }

        footer .mg-widget .mg-widget-tags a, footer .mg-widget .tagcloud a {
            cursor: pointer;
            display: inline-block;
            font-size: 14px !important;
            font-weight: 400;
            line-height: 20px;
            margin: 0 5px 9px 0;
            padding: 3px 6px;
            transition: all 0.4s ease-in-out 0s;
            border-radius: 3px;
            text-transform: capitalize;
            border-width: 1px;
            border-style: solid;
        }

            footer .mg-widget .mg-widget-tags a:hover, footer .mg-widget .tagcloud a:hover {
                transition: all 0.4s ease-in-out 0s;
            }

.calendar_wrap caption {
    caption-side: top;
    background-color: #e9e9e9;
    text-align: center;
    padding: 5px 12px;
    font-weight: 600;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
}

footer .mg-widget {
    overflow: hidden;
}

footer .calendar_wrap table tbody #today:hover {
    transition: all 0.3s ease 0s;
}

footer .calendar_wrap table tbody td:hover {
    transition: all 0.3s ease 0s;
}

footer .mg-widget .calendar_wrap table tfoot {
    font-size: 11px;
    border-width: 1px;
    border-style: solid;
}

    footer .mg-widget .calendar_wrap table tfoot tr td#prev {
        padding: 5px;
        text-transform: uppercase;
    }

    footer .mg-widget .calendar_wrap table tfoot tr td#next {
        padding: 5px;
        text-align: right;
        text-transform: uppercase;
    }

footer .mg-widget .textwidget select {
    width: 100%;
}

footer .mg-widget .textwidget select {
    width: 100%;
}

footer .mg-widget .textwidget img {
    max-width: 100%;
}

footer .mg-widget .form-control {
    background: rgba(0,0,0,0);
}
/*----woocommerce footer-widget----*/
footer .mg-widget.widget_product_search .btn {
    padding: 2px 12px;
    height: 40px;
    border-radius: 0;
    margin-left: -1px;
}

footer .mg-widget .input-group-btn .btn {
    border-radius: 0;
    padding: 5px 35px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
/*----contactform footer-widget----*/
footer .mg-widget .wpcf7-form .wpcf7-form-control {
    border: none;
}

footer .mg-footer-bottom-area {
    padding-bottom: 30px;
}

    footer .mg-footer-bottom-area .divide-line {
        margin-bottom: 40px;
        height: 2px;
        width: 100%;
        background: #1a182e;
    }

    footer .mg-footer-bottom-area .custom-logo {
        width: 160px;
    }

    footer .mg-footer-bottom-area .btn-default > .btn {
        padding: 10px 30px;
        line-height: 17px;
        margin-right: -4px;
    }

footer .mg-footer-copyright {
    padding: 25px 0;
}

    footer .mg-footer-copyright p, footer .mg-footer-copyright a {
        font-size: 13px;
        line-height: 45px;
        margin-bottom: 0;
    }

footer .site-title-footer {
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.05em;
    line-height: 1.3;
}
/* --------------------------------------
=========================================
	mg-social
=========================================
-----------------------------------------*/
.mg-social {
    padding: 0px;
    margin: 0;
}

    .mg-social li {
        display: inline-block !important;
        margin-right: 0;
        border-bottom: none !important;
    }

        .mg-social li a:hover {
            padding-left: 0;
        }

        .mg-social li span.icon-soci {
            display: inline-block;
            float: left;
            height: 35px;
            line-height: 35px;
            margin: 0;
            text-align: center;
            width: 35px;
            border-radius: 3px;
        }

            .mg-social li span.icon-soci:hover {
                transition: all 0.4s ease-in-out 0s;
            }

            .mg-social li span.icon-soci i {
                font-size: 14px;
                padding: 0;
            }

footer .mg-widget .wp-block-social-links li {
    padding: 0;
}

/*** WordPress ****/
.bypostauthor {
}

.wp-caption {
    margin-bottom: calc(1.5 * 1rem);
}

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.wp-caption-text {
    font-size: 13px;
    font-style: italic;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem !important;
    text-align: center;
}

    .wp-caption-text a:hover {
        color: #01012f;
    }

.wp-caption, .gallery-caption {
    max-width: 100%;
}

/*------- Gallery ------*/
.gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: calc((100% - 16px * 1) / 2);
}

    .gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
        margin-right: 0;
    }

.gallery-columns-3 .gallery-item {
    max-width: calc((100% - 16px * 2) / 3);
}

    .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
        margin-right: 0;
    }

.gallery-columns-4 .gallery-item {
    max-width: calc((100% - 16px * 3) / 4);
}

    .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
        margin-right: 0;
    }

.gallery-columns-5 .gallery-item {
    max-width: calc((100% - 16px * 4) / 5);
}

    .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
        margin-right: 0;
    }

.gallery-columns-6 .gallery-item {
    max-width: calc((100% - 16px * 5) / 6);
}

    .gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
        margin-right: 0;
    }

.gallery-columns-7 .gallery-item {
    max-width: calc((100% - 16px * 6) / 7);
}

    .gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
        margin-right: 0;
    }

.gallery-columns-8 .gallery-item {
    max-width: calc((100% - 16px * 7) / 8);
}

    .gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
        margin-right: 0;
    }

.gallery-columns-9 .gallery-item {
    max-width: calc((100% - 16px * 8) / 9);
}

    .gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
        margin-right: 0;
    }

.gallery-item:last-of-type {
    padding-right: 0;
}

.gallery-caption {
    display: block;
    font-size: 0.71111rem;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
}

.gallery-item > div > a {
    display: block;
    line-height: 0;
    box-shadow: 0 0 0 0 transparent;
}

    .gallery-item > div > a:focus {
        box-shadow: 0 0 0 2px #e9e9e9;
    }

.gallery .gallery-item {
    margin-top: 0 !important;
}

    .gallery .gallery-item img {
        border: 2px solid #e9e9e9 !important;
    }

.wp-block-gallery {
    margin: 0;
}

.blocks-gallery-item figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}
/*Address*/
address i {
    width: 1.563rem;
    height: auto;
    margin-right: 0.438rem;
    font-size: 1.25rem !important;
}

/* --------------------------------------
=========================================
	8.mg-scroll
=========================================
-----------------------------------------*/
.ta_upscr {
    bottom: 2%;
    display: none;
    height: 40px;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

    .ta_upscr:hover {
        opacity: 1;
    }

    .ta_upscr i {
        font-size: 16px;
        line-height: 40px;
    }

    .ta_upscr:hover, .ta_upscr:focus {
        border-width: 2px;
        border-style: solid;
        transition: all 0.3s ease 0s;
    }

/* WordPress Gallery 
------------------------------------------ */
.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

    .gallery:after {
        display: table;
        content: "";
        clear: both;
    }

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

    .gallery-columns-2 .gallery-item:nth-child(2n+1),
    .gallery-columns-3 .gallery-item:nth-child(3n+1),
    .gallery-columns-4 .gallery-item:nth-child(4n+1),
    .gallery-columns-5 .gallery-item:nth-child(5n+1),
    .gallery-columns-6 .gallery-item:nth-child(6n+1),
    .gallery-columns-7 .gallery-item:nth-child(7n+1),
    .gallery-columns-8 .gallery-item:nth-child(8n+1),
    .gallery-columns-9 .gallery-item:nth-child(9n+1) {
        clear: left;
    }
/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        clip-path: none;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        right: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP toolbar. */
    }
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.no-js .some-element .screen-reader-text {
    position: static;
    -webkit-clip-path: none;
    clip-path: none;
    width: auto;
    height: auto;
    margin: 0;
}

.navigation.pagination .nav-links {
    display: flex;
}

    .navigation.pagination .nav-links .page-numbers, .navigation.pagination .nav-links a {
        cursor: pointer;
        display: inline-block;
        font-size: 18px;
        line-height: 40px;
        margin: 0 6px 10px;
        border-radius: 4px;
        padding: 0px 6px;
        vertical-align: baseline;
        white-space: nowrap;
        width: auto;
        min-width: 40px;
        height: 40px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.15);
        transition: all 0.3s ease 0s;
        text-decoration: none;
        position: relative;
        float: left;
    }

.navigation.pagination > li:first-child > a, .navigation.pagination > li:first-child > span {
    border-radius: 30px;
}

.single-nav-links {
    text-align: center;
    margin-top: 30px;
}

    .single-nav-links a, .single-nav-links span {
        margin: 0 6px 10px;
        border-radius: 4px;
        height: 40px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.15);
        transition: all 0.3s ease 0s;
        padding: 8px 15px;
    }

.post-share-icons a {
    float: left;
    margin-left: 4px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    color: var(--post-share-color, var(--share-icons-color));
    font-size: 13px;
    line-height: 29px;
    text-align: center;
}

.post-share {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.post-share-icons i {
    line-height: inherit;
    color: #fff;
}

.mg-blog-post-box .small.single .nav-links {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    flex-flow: row-reverse;
}

.nav-links a, .single-nav-links a {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    width: 100%;
}

.post-navigation .nav-previous {
    float: right;
}

.post-navigation {
    overflow: visible;
    padding: 10px 0;
}

.alignwide,
.alignfull {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    clear: both;
    left: -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    border: 1px solid #ddd;
    font-size: 1em;
    padding: 5px 20px;
}
/*Header Navigation */
.m-header button[aria-expanded="false"] .fa-bars:before {
    content: "\f0c9";
}

.m-header button[aria-expanded="true"] .fa-bars:before {
    content: "\f00d";
}

/* Footer Copyright */
footer .mg-footer-copyright .text-xs {
    margin: auto 0;
}

footer .mg-footer-copyright p, footer .mg-footer-copyright a {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
}

footer .mg-footer-copyright .nav-link {
    padding: 0.5rem;
}

input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], textarea {
    margin-bottom: 15px;
}

/*Gutenberg CSS */
.has-large-font-size {
    padding-bottom: 0.500rem;
    line-height: 35px;
}

.has-larger-font-size {
    line-height: 35px;
}

.wp-block-cover, .wp-block-cover-image {
    margin-bottom: 25px;
}

.wp-block-button {
    margin: 0 0 25px;
}

pre {
    background: #f6f6f6;
    margin-bottom: 32px;
    max-width: 100%;
    overflow: auto;
    padding: 16px;
}
/* --------------------------------------
=========================================
	9.mg-Responsive part
=========================================
-----------------------------------------*/
@media (min-width: 1200px) {
    .mg-blog-post .bottom h4 {
        max-height: 75px;
        overflow: hidden;
    }

    .small-list-post h5.title, .title_small_post {
        max-height: 50px;
    }

    .mg-posts-modul-6 .mg-sec-top-post .title {
        max-height: 65px;
    }

    .mg-blog-inner h4, .mg-blog-inner h1.title, .mg-no-list-area .mg-blog-post h3 {
        max-height: 51px;
    }

    .mg-blog-inner h4 {
        margin-bottom: 0.5rem;
        line-height: 25px;
    }
}

@media (max-width:1200px ) {
    .small-list-post h5.title, .title_small_post {
        max-height: 50px;
    }

    .mg-blog-post .bottom h4 {
        max-height: 75px;
        overflow: hidden;
    }

    .mg-posts-modul-6 .mg-sec-top-post .title {
        max-height: 65px;
    }

    .mg-blog-inner h4 {
        margin-bottom: 0.5rem;
        line-height: 25px;
    }

    .mg-blog-inner h4, .mg-blog-inner h1.title, .mg-no-list-area .mg-blog-post h3 {
        max-height: 51px;
    }
}

@media (max-width: 991.98px) {
    #menu-primary li.active.home {
        display: none;
    }

    .mg-fea-area .mr-bot60 {
        margin-bottom: 30px;
    }

    .m-header {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        display: flex;
        justify-content: space-between;
    }

    .mobilehomebtn {
        display: block;
    }

    .desk-header {
        display: none;
    }

    .m-header .navbar-toggler {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        padding: 0.5rem 0.75rem;
        box-shadow: none;
    }

        .m-header .navbar-toggler:focus {
            outline: none;
        }
}

@media screen and (min-width: 240px) and (max-width: 767px) {

    /* Meida respondive for slider title and blog post title */
    .mg-head-detail .info-right, .mg-head-detail .info-left {
        float: none;
        text-align: center;
    }

    .navbar-brand {
        margin-right: unset;
    }

    .mg-blog-post .bottom h1 {
        font-size: 20px;
    }

    .mg-blog-post .bottom h1 {
        max-height: 100px;
    }

    .mg-posts-modul-6 .mg-sec-top-post .title {
        max-height: 100px;
    }

    .mg-footer-bottom-area .site-branding-text {
        /* margin: 0 auto; */
        text-align: center;
    }

    .mg-fea-area .mg-blog-post.lg {
        margin-bottom: 20px;
    }

    .mg-posts-sec {
        margin-bottom: 5px;
        margin-top: 20px;
    }

    .mg-sidebar .mg-widget {
        margin-bottom: 20px;
    }

    .mg-posts-modul-6 .mg-post-thumb {
        margin-right: 0;
    }

    .top-right-area .nav-tabs > li > a i {
        display: inherit;
    }

    .top-right-area .nav-tabs > li > a {
        display: block;
    }

    .mg-blog-post-box .mg-header {
        padding: 30px 10px;
    }
    /*--------------- ti-slider ---------------*/
    .navbar-wp .navbar-nav > li > a {
        padding: 10px 16px;
    }

    .navbar-wp .navbar-nav > .active > a, .navbar-wp .navbar-nav > .active > a:hover, .navbar-wp .navbar-nav > .active > a:focus {
        border-bottom: none;
    }

    .navbar-wp .navbar-nav > a, .navbar-wp .navbar-nav > a:hover, .navbar-wp .navbar-nav a:focus {
        border-bottom: none;
    }

    .mg-headwidget .navbar-collapse.in {
        margin-top: 50px;
    }

    .mg-headwidget .navbar-toggle {
        margin: 10px auto;
    }

    .mg-headwidget .navbar-wp .navbar-nav > li > a {
        padding: 12px 16px;
    }

    .mg-trhead.conte .navbar-wp .navbar-nav > li > a {
        padding: 15px 16px;
    }

    #content.home {
        padding: 0 15px;
    }

    .mg-sidebar {
        margin: 20px 0 0 0;
    }

    .text-xs {
        text-align: center !important;
    }

    .text-center-xs {
        text-align: center;
    }

    .col-md-4 {
        margin-bottom: 15px;
    }

    .mg-latest-news .mg-latest-news-slider {
        left: 0;
    }

    .mg-latest-news .bn_title h2, .mg-ppr-txnlst strong {
        display: none;
    }

    .mg-blog-post.lg {
        height: 300px;
    }

    #homemain {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .mr-xs {
        margin-bottom: 30px;
    }

    footer .mg-footer-bottom-area {
        text-align: center;
    }

    footer .mg-footer-copyright p, footer .mg-footer-copyright a {
        line-height: 2;
    }

    footer .info-right {
        float: unset;
    }

    .mg-footer-copyright .col-md-6.text-xs p {
        margin-bottom: 16px;
    }

    li.active.home {
        display: none;
    }

    blockquote::before {
        margin: 6px 0;
    }

    .mg-blog-post.lg {
        height: 395spx;
    }
}

@media (max-width: 767.98px) {
    .wp-block-embed iframe {
        max-width: 100%;
        height: auto;
    }

    .comment-list .children {
        margin-left: 0.66666em;
    }

    .comment-content {
        padding: 16px 0px 16px 0;
    }
}

@media (max-width: 576px) {
    .mg-blog-post .bottom h4 {
        font-size: 24px;
        max-height: 60px;
    }

    .mg-posts-modul-6 .mg-sec-top-post .title {
        max-height: 100%;
    }

    .mg-nav-widget-area .header-ads {
        padding-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .mg-fea-area .mg-blog-post.lg {
        margin-bottom: 30px;
    }

    .wp-block-search__button {
        margin-left: 0
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    /* Top Details*/
    .mg-head-detail .info-left {
        float: none;
        text-align: center;
        margin: 0;
        float: none;
    }

    .mg-head-detail .info-right {
        float: none;
        text-align: center;
        margin: 0;
        float: none;
    }
    /* logo*/
    .navbar-default .navbar-brand {
        margin: 0 auto;
        text-align: center;
    }

    .navbar-wp .navbar-nav > li > a {
        padding: 12px;
    }

        .navbar-wp .navbar-nav > li > a:hover, .navbar-wp .navbar-nav > li > a:focus {
            z-index: 8;
        }

    .navbar-wp .mg-search-box {
        float: left;
    }

    .mg-search {
        margin: 0 auto;
    }
}

@media screen and (min-width: 240px) and (max-width: 1179px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (min-width: 570px) {
    .alignwide {
        left: 0px;
        width: 100%;
    }

    .alignfull {
        left: auto;
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 508px) and (max-width: 991px) {
    blockquote::before {
        width: 10%;
    }

    blockquote p {
        width: 90%;
    }

    .mg-nav-widget-area .site-title a {
        font-size: 31px;
    }
}

@media screen and (max-width:991.98px ) and (min-width:767px) {
    .wp-block-search__inside-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pulse.animated .mg-blog-meta .mg-blog-date {
        font-size: 11px;
        margin-right: 10px;
    }

    .pulse.animated .mg-blog-meta a {
        font-size: 11px;
    }
}

@media (max-width: 991.98px) {
    .mg-fea-area .pd-r-10 {
        padding-right: 0px;
    }
}

@media (min-width: 508px) and (max-width: 991px) {
    .mg-nav-widget-area .site-branding-text .site-title a {
        font-size: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .mg-nav-widget-area .site-branding-text .site-title a {
        font-size: 30px;
    }
}

@media (min-width: 991px) and (max-width: 1180px) {
    .col-md-3 .wp-block-search__inside-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .col-md-3 .wp-block-search__button {
        margin-left: 0;
    }
}
