/* CSS Document */
@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");
@import url("../css/slimmenu.min.css");
@import url("../css/owl.carousel.css");
@import url("../css/animate.css");
@import url("../css/magnific-popup.css");
@import url("../css/woocommerce.css");

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;900&display=swap');

/* font-family: 'Montserrat', sans-serif; */
html {
    overflow-x: hidden;
}
body {
    margin: 0px;
    padding: 0px;
    background: #fff;
    -ms-overflow-style: scrollbar;
    font-family: 'Montserrat', sans-serif;
    color: #5e5e5e;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.5px;
    font-weight: 400;
}
p {
    color: #5e5e5e;
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
}
@media (max-width: 1199px) {
    p,
    body {
        font-size: 17px;
    }
}
@media (max-width: 991px) {
    p,
    body {
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 0.3px;
    }
}
@media (max-width: 767px) {
    p,
    body {
        font-size: 15px;
    }
}
@media (max-width: 575px) {
    p,
    body {
        font-size: 14px;
        letter-spacing: 0.2px;
    }
}

/* Typography */
a,
a:visited,
a:active {
    color: #04724d;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #00bb2a;
    outline: 0;
}
::selection {
    color: #fff;
    background-color: #0b0b0b;
}
::-moz-selection {
    color: #fff;
    background-color: #0b0b0b;
}
b, strong {
    font-weight: 700;
}

h1 {
    font-size: 74px;
    line-height: 1.2;
    letter-spacing: 0px;
}
@media (max-width: 1600px) {
    h1 {
        font-size: 66px;
        line-height: 1.3;
    }
}
@media (max-width: 1199px) {
    h1 {
        font-size: 60px;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    h1  {
        font-size: 40px;
        line-height: 1.2;
    }
}
@media (max-width: 575px) {
    h1 {
        font-size: 30px;
    }
}
@media (max-width: 420px) {
    h1 {
        font-size: 26px;
    }
}

.class_h2 h1, h2 {
    font-size: 54px;
    line-height: 1.2;
    letter-spacing: 0;
}
@media (max-width: 1600px) {
    .class_h2 h1, h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .class_h2 h1, h2 {
        font-size: 44px;
    }
}
@media (max-width: 991px) {
    .class_h2 h1, h2 {
        font-size: 38px;
    }
}
@media (max-width: 767px) {
    .class_h2 h1, h2 {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .class_h2 h1, h2 {
        font-size: 26px;
    }
}

h3 {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
}
@media (max-width: 1199px) {
    h3 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 700;
}
@media (max-width: 1199px) {
    h4 {
        font-size: 21px;
    }
}
@media (max-width: 991px) {
    h4 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    h4 {
        font-size: 18px;
    }
}
h1,
h2,
h3,
h4 {
    margin: 0 0 20px;
    font-weight: 700;
    color: #0b0b0b;
}
p,
ol,
ul {
    margin: 0 0 20px;
    padding: 0;
}
ol li,
ul li {
    list-style: none;
}
@media (max-width: 991px) {
    h1,
    h2,
    h3,
    h4,
    p,
    ol,
    ul {
        margin: 0 0 15px;
    }
}
@media (max-width: 575px) {
    h1,
    h2,
    h3,
    h4,
    p,
    ol,
    ul {
        margin: 0 0 10px;
    }
}

/* Forms */
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="month"],
input[type="number"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="file"],
textarea,
select {
    width: 100%;
    max-width: 100%;
    height: inherit;
    display: block;
    margin: 0;
    padding: 14px 22px;
    direction: ltr;
    position: relative;
    z-index: 1;
    box-shadow: none;
    color: #0b0b0b;
    font-weight: 400;
    font-style: inherit;
    font-size: 18px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
select {
    background-image: url(../images/select_arrow_square.svg);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    color: rgba(104, 104, 104, 0.7);
    padding-right: 50px !important;
    cursor: pointer;
}
input:focus,
select:focus,
textarea:focus {
    outline: 0;
    border-color: #0b0b0b;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    opacity: 0.7;
    color: #5e5e5e;
    text-transform: capitalize;
    font-size: 18px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    opacity: 0.7;
    color: #5e5e5e;
    text-transform: capitalize;
    font-size: 18px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    opacity: 0.7;
    color: #5e5e5e;
    text-transform: capitalize;
    font-size: 18px;
}
.form-group {
    margin-bottom: 30px;
}
.form-group p,
.form-group:last-child {
    margin-bottom: 0;
}
@media (max-width: 1600px) {
    input[type="color"],
    input[type="date"],
    input[type="datetime-local"],
    input[type="datetime"],
    input[type="month"],
    input[type="number"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    input[type="email"],
    input[type="search"],
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="file"],
    textarea,
    select {
        padding: 13px 15px;
        font-size: 17px;
        line-height: 28px;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 17px;
        line-height: 28px;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder {
        font-size: 17px;
        line-height: 28px;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 17px;
        line-height: 28px;
    }
}
@media (max-width: 1199px) {
    input[type="color"],
    input[type="date"],
    input[type="datetime-local"],
    input[type="datetime"],
    input[type="month"],
    input[type="number"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    input[type="email"],
    input[type="search"],
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="file"],
    textarea,
    select {
        padding: 14px 15px;
        font-size: 17px;
        line-height: 26px;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 17px;
        line-height: 26px;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder {
        font-size: 17px;
        line-height: 26px;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 17px;
        line-height: 26px;
    }
    .form-group {
        margin-bottom: 20px;
    }
    select {
        padding-right: 40px !important;
    }
}
@media (max-width: 991px) {
    input[type="color"],
    input[type="date"],
    input[type="datetime-local"],
    input[type="datetime"],
    input[type="month"],
    input[type="number"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    input[type="email"],
    input[type="search"],
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="file"],
    textarea,
    select {
        padding: 12px 15px;
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 767px) {
    input[type="color"],
    input[type="date"],
    input[type="datetime-local"],
    input[type="datetime"],
    input[type="month"],
    input[type="number"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    input[type="email"],
    input[type="search"],
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="file"],
    textarea,
    select {
        padding: 10px 12px;
        font-size: 16px;
        line-height: 26px;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 16px;
        line-height: 26px;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder {
        font-size: 16px;
        line-height: 26px;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 26px;
    }
    .form-group {
        margin-bottom: 15px;
    }
}
@media (max-width: 575px) {
    input[type="color"],
    input[type="date"],
    input[type="datetime-local"],
    input[type="datetime"],
    input[type="month"],
    input[type="number"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    input[type="email"],
    input[type="search"],
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="file"],
    textarea,
    select {
        padding: 8px 12px;
        font-size: 15px;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 15px;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder {
        font-size: 15px;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 15px;
    }
}

/* Buttons */
.btn_holder {
    margin-top: 40px;
}
.btn_holder .my_btn:not(:first-child) {
    margin-left: 15px;
}
input[type="submit"],
button[type="submit"],
.my_btn {
    position: relative;
    padding: 16px 30px;
    min-width: 170px;
    background-color: #04724d;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.54px;
    font-weight: 500;
    color: #fff !important;
    text-align: center;
    text-transform: inherit;
    display: inline-block;
    box-shadow: none;
    opacity: 1;
    z-index: 2;
    border-radius: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
.my_btn:hover,
.my_btn:focus {
    color: #fff !important;
    background-color: #015e3f;
    transform: translateY(-2px);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.my_btn.white{
    background-color: #fff;
    color: #04724d !important;
}
.my_btn.white:hover,
.my_btn.white:focus {
    color: #fff !important;
    background-color: #0b0b0b;
}
.my_btn.white.bdr_hover {
    border: solid 1px #fff;
}
.my_btn.white.bdr_hover:hover,
.my_btn.white.bdr_hover:focus {
    color: #fff !important;
    background-color:transparent;
    border: solid 1px #fff;
    box-shadow: none;
}
button:focus {
    outline: 0;
    box-shadow: none;
}
.my_btn.sm {
    padding: 10px 20px;
    min-width: 140px;
    font-size: 16px;
    line-height: 26px;
}
@media(max-width:1199px) {
    .btn_holder {
        margin-top: 25px;
    }
    input[type="submit"],
    button[type="submit"],
    .my_btn {
        padding: 16px 22px;
        font-size: 17px;
        line-height: 22px;
        min-width: 160px;
    }
    .my_btn.sm {
        padding: 9px 18px;
        min-width: 130px;
        font-size: 15px;
        line-height: 22px;
    }
}
@media(max-width:991px) {
    .btn_holder {
        margin-top: 20px;
    }
    input[type="submit"],
    button[type="submit"],
    .my_btn {
        padding: 14px 20px;
        font-size: 16px;
        line-height: 22px;
        min-width: 150px;
    }
    .my_btn.sm {
        padding: 8px 16px;
        min-width: 120px;
        font-size: 15px;
        line-height: 20px;
    }
}
@media(max-width:767px) {
    input[type="submit"],
    button[type="submit"],
    .my_btn {
        padding: 12px 15px;
    }
    .my_btn.sm {
        padding: 8px 15px;
        min-width: 100px;
        font-size: 14px;
        line-height: 18px;
    }
}
@media(max-width:575px) {
    input[type="submit"], button[type="submit"], .my_btn {
        padding: 10px 15px;
        font-size: 15px;
        line-height: 22px;
        min-width: 120px;
    }
    .my_btn.sm {
        padding: 7px 12px;
        font-size: 13px;
    }
}
.grid_1200 {
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
.fit_img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fit_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/* All Sections */
.sections {
    padding: 90px 0px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} 
.sections_title {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}
.sections_title::before {
    content: '';
    background-image: url(../images/title_icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 63px;
    height: 63px;
    margin: 0 auto 20px;
    animation: rotation infinite 24s linear;
}
@keyframes rotation{
    from{
      transform:rotate(0deg);
    }
    
    to{
      transform:rotate(360deg);
    }
}

.white .sections_title::before,
.sections_title.white::before{
    filter: brightness(0) invert(1);
}
.sections_title.left::before {
    margin-left: 0;
}
.sections_title.left {
    text-align: left;
}
.sections_title *:last-child {
    margin-bottom: 0;
}
.sections_title h2 + span{
    color: #04724d;
    font-weight: 600;
    display: block;
}
.white .sections_title h2+span,
.sections_title.white h2+span{
    color: #fff;
}
.sections_title p {
    margin: 0 auto;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white li,
.white p,
.white span {
    color: #fff;
}
.lightgray_bg {
    background-color: #f9f9f9;
}
@media (max-width: 1600px) {
    .sections {
        padding: 70px 0px;
    }
    .sections_title {
        margin-bottom: 25px;
    }
}
@media (max-width:1199px){
    .sections_title::before {
        width: 58px;
        height: 58px;
        margin: 0 auto 15px;
    }
}
@media (max-width: 991px) {
    .sections {
        padding: 50px 0px;
    }
    .sections_title {
        margin-bottom: 20px;
    }
    .sections_title::before {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px) {
    .sections {
        padding: 50px 0px;
    }
    .sections_title {
        margin-bottom: 15px;
    }
    .sections_title::before {
        width: 42px;
        height: 42px;
        margin: 0 auto 12px;
    }
}
@media (max-width: 575px) {
    .sections {
        padding: 40px 0px;
    }
    .sections_title::before {
        width: 35px;
        height: 35px;
    }
}

/* Header */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background-color: #fff;
    box-shadow: 5px 0 50px rgba(35, 31, 32, 0.05);
}
.header.sticky {
    position: fixed;
    box-shadow: 5px 0 25px rgba(35, 31, 32, 0.15);
}
.header .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
}
.header.sticky .container {
    padding: 10px 15px;
}
.header .main_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header .main_menu .my_btn {
    margin-left: 30px;
    min-width: 100px;
}
.header .logo a {
    display: block;
}
.header .logo a img {
    max-width: 162px;
    height: auto;
    object-fit: contain;
}
.header.sticky .logo a img {
    max-width: 140px;
}
.header,
.header .container,
.header .logo img,
.header .main_menu {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media (min-width: 1200px) {
    .header .container {
        max-width: 1370px;
    }
}
@media (max-width: 1199px) {
    .main_header .container {
        padding: 20px 15px;
    }
    .header.sticky .main_header .container {
        padding: 10px 15px;
    }
    .header .logo a img {
        max-width: 125px;
    }
    .header.sticky .logo a img {
        max-width: 110px;
    }
    .header .main_menu .my_btn {
        margin-left: 10px;
        min-width: 75px;
        padding: 10px 12px;
        font-size: 15px;
        letter-spacing: 0;
    }
}
@media (max-width: 991px) {
    .header,
    .header.sticky {
        position: relative;
        box-shadow: none;
    }
    .header .container,
    .header.sticky .container {
        padding: 15px;
    }
    .header .logo a img,
    .header.sticky .logo a img {
        max-width: 125px;
    }
    .header .main_menu .my_btn {
        margin-left: 15px;
        min-width: 80px;
    }
}
@media (max-width: 767px) {
    .header .main_menu .my_btn {
        margin-left: 10px;
        padding: 8px;
        font-size: 14px;
    }
    .header .logo a img, .header.sticky .logo a img {
        max-width: 100px;
    }
}
@media (max-width: 575px) {
    .header .main_menu .my_btn {
        margin-left: 5px;
        min-width: 60px;
        padding: 7px;
        font-size: 13px;
    }
}

/* Billboard */
.billboard {
    position: relative;
    background-color: #f9f9f9;
    padding: 120px 0;
    min-height: 700px;
    margin-top: 120px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    overflow: hidden;
}
.header_gap {
    margin-top: 120px;
}
.no_billboard{margin-top: 120px;}
.billboard .caption span {
    color: #04724d;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
.billboard .container {
    position: relative;
    z-index: 2;
}
#main_slider{
    width: 500px;
    margin-left: auto;
}
#main_slider .item {
    border-radius: 100px 5px 100px 5px;
    height: 570px;
    overflow: hidden;
}
#main_slider.owl-carousel .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin-top: 0px;
}
#main_slider.owl-carousel .owl-dots button.owl-dot {
    background-color: #fff;
}
@media (max-width: 1600px) {
    .billboard {
        padding: 60px 0;
        min-height: 480px;
    }
    
}
@media (max-width: 1199px) {
    .billboard,
    .header_gap {
        margin-top: 103px;
    }
    .no_billboard{margin-top: 103px;}
    #main_slider {
        width: 440px;
    }
    #main_slider .item {
        border-radius: 80px 5px 80px 5px;
        height: 500px;
    }   
    .billboard .caption span {
        margin-bottom: 15px;
    }
   
}
@media (max-width: 991px) {
    .billboard {
        height: auto;
        margin-top: 0;
        padding: 60px 0;
    }
    .header_gap {
        margin-top: 0;
    }
    .no_billboard{margin-top: 0px;}
    #main_slider {
        width: 500px;
        margin: 0 auto 30px;
    }
    .billboard .caption {
        text-align: center;
    }
    #main_slider .item {
        height: 570px;
    }   
    .billboard .caption span {
        margin-bottom: 10px;
    }
}
@media (max-width:767px) {
    .billboard {
        min-height: 350px;
        padding: 50px 0;
    }
    #main_slider {
        width: 420px;
        margin: 0 auto 20px;
    }
    #main_slider .item {
        height: 478px;
        border-radius: 60px 4px 60px 4px;
    }
    .billboard .caption span {
        margin-bottom: 5px;
    }
    #main_slider.owl-carousel .owl-dots {
        bottom: 18px;
    }
}
@media (max-width:575px) {
    .billboard {
        padding: 40px 0;
    }
}
@media (max-width:450px) {
    #main_slider {
        width: 290px;
    }
    #main_slider .item {
        height: 330px;
        border-radius: 50px 4px 50px 4px;
    }
}

/* Welcome to Station Loft Works */
.slw_left{
    height: 100%;
    padding-right: 30px;
}
.slw_left .fit_img{
    width: 100%;
    border-radius: 10px;
}
.slw_left .fit_img.slw_img_1{
    height: 390px;
}
.slw_left .fit_img.slw_img_2{
    height: 105px;
}
.slw_left .fit_img.slw_img_3 {
    height: 422px;
}
.slw_left .fit_img + .fit_img{
    margin-top: 30px;
}
.slw_right .btn_holder{
    margin-top: 30px;
}
.slw_bottom_box{
    margin-top: 90px;
}
.sr_box {
    position: relative;
    padding: 45px 25px;
    border-radius: 60px 5px 60px 5px;
    height: 100%;
    text-align: left;
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.sr_box:hover {
    box-shadow: 5px 0 20px rgba(35, 31, 32, 0.07);
    background-color: #fff;
    border: 1px solid #e9e9e9;
    /* transform: translateY(-4px);
    border-radius: 60px 5px 60px 5px; */
    }
.sr_box .sr_img {
    display: block;
    position: relative;
    width: 96px;
    height: 96px;
    margin-bottom: 30px;
    }
.sr_box .sr_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    }
.sr_content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    margin-bottom: 20px;
    }
.sr_box .sr_content h3 {
    margin-bottom: 15px;
}
.sr_box .sr_content h3 a {
    color: #0b0b0b;
}
.sr_box .sr_content h3 a:hover,
.sr_box .sr_content h3 a:focus {
    color: #04724d;
}
.sr_box .sr_content p {
    font-size: 16px;
    letter-spacing: 0.48px;
}
.sr_box .sr_content h3:last-child,
.sr_box .sr_content p:last-child {
    margin-bottom: 0;
}
.read_more{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    color: #0b0b0b !important;
    text-decoration: underline;
    display: inline-block;
}
.read_more:hover,
.read_more:focus{
    text-decoration: none;
    color: #015e3f !important;
}
@media (max-width:1199px){
    .slw_left {
        padding-right: 0;
    }
    .sr_box {
        border-radius: 50px 5px 50px 5px;
        padding: 30px 20px;
    }
    .sr_box .sr_img {
        width: 85px;
        height: 85px;
        margin-bottom: 25px;
    }
    .sr_content {
        margin-bottom: 20px;
    }
    .slw_bottom_box {
        margin-top: 70px;
    }
}
@media (max-width:991px){
    .slw_left{
        margin: 0 0 30px;
        padding-right: 0;
        height: auto;
    }
    .slw_left .fit_img.slw_img_1 {
        height: 510px;
    }
    .slw_left .fit_img.slw_img_2 {
        height: 135px;
    }
    .slw_left .fit_img.slw_img_3 {
        height: 545px;
    }
    .sr_col {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .slw_bottom_box {
        margin-top: 40px;
    }
    .sr_box {
        border-radius: 45px 5px 45px 5px;
    }
    .sr_box .sr_img {
        width: 75px;
        height: 75px;
        margin-bottom: 20px;
    }
    .sr_box .sr_content p {
        font-size: 15px;
    }
    .read_more {
        font-size: 15px;
    }
    .slw_right .btn_holder {
        margin-top: 20px;
    }
}
@media (max-width:767px){
    .slw_left {
        margin: 0 0 20px;
    }
    .slw_left .fit_img.slw_img_1 {
        height: 370px;
    }
    .slw_left .fit_img.slw_img_2 {
        height: 100px;
    }
    .slw_left .fit_img.slw_img_3 {
        height: 470px;
    }
    .slw_left .fit_img.slw_img_3 {
        height: 390px;
    }
    .slw_bottom_box {
        margin-top: 30px;
    }
    .sr_box {
        padding: 30px 25px;
        border-radius: 30px 5px 30px 5px;
        text-align: center;
        display: block;
        height: auto;
    }
    .sr_box .sr_content h3 {
        margin-bottom: 10px;
    }
    .sr_box .sr_img {
        width: 65px;
        height: 65px;
        margin: 0 auto 20px;
    }
    .sr_content {
        margin-bottom: 15px;
    }
    .read_more {
        font-size: 14px;
    }
}
@media (max-width:575px){
    .slw_col{
        padding-left: 10px;
        padding-right: 10px;
    }
    .slw_left .fit_img + .fit_img {
        margin-top: 20px;
    }
    .slw_left {
        max-width: 100%;
    }
    .slw_bottom_box {
        margin-top: 25px;
    }
    .sr_box .sr_img {
        width: 55px;
        height: 55px;
    }
    .sr_box .sr_content h3 {
        margin-bottom: 10px;
    }
    .sr_box .sr_content p {
        font-size: 14px;
    }
    .sr_content {
        margin-bottom: 10px;
    }
    .slw_right .btn_holder {
        margin-top: 15px;
    }
}
@media (max-width:450px){
    .slw_left .fit_img.slw_img_1 {
        height: 200px;
    }
    .slw_left .fit_img.slw_img_2 {
        height: 65px;
    }
    .slw_left .fit_img.slw_img_3 {
        height: 215px;
    }
}
/* /Welcome to Station Loft Works */

/* Counter */
.douglasville_img{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
    position: relative; 
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 80px;
    }
.counter_block{
    padding: 15px;
    color: white;
    background-color: #04724d;
    min-height: 170px;
    height: 100%;
    border-radius: 10px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
.counter_block h2,
.counter_block h3{
    color: white;
    margin-bottom: 0;
    }
.counter_block h2:after {
    content: '+';
    display: inline-block;
}
.counter_block h3{
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.counter_row{
    margin-bottom: -80px;
}

/* Private Offices */
.office_img{
    height: auto;
    padding-right: 30px;
    }
.order-lg-6 .office_img {
    padding-right: 0px;
    padding-left: 30px;
    }
.office_img .fit_img{
    border-radius: 100px 5px 100px 5px;
    height: auto;
    }
.office_img .fit_img img{
    min-height: 500px;
    }
@media (max-width:1600px){
    .douglasville_img {
        height: 450px;
    }
}
@media (max-width:1199px){
    .office_img{
        padding-right: 15px;
    }
    .order-lg-6 .office_img {
        padding-left: 15px;
    }
    .office_img .fit_img {
        border-radius: 80px 5px 80px 5px;
    }
    .douglasville_img {
        margin-bottom: 70px;
    }
    .counter_row {
        margin-bottom: -70px;
    }
    .counter_block {
        min-height: 140px;
    }
    .counter_block h3 {
        font-size: 19px;
    }
}
@media (max-width:991px){
    .office_img {
        max-width: 510px;
        margin: 0 0 30px;
        /* height: 600px; */
        padding-right: 0px;
    }
    .office_img .fit_img img{min-height: inherit;}
    .order-lg-6 .office_img {
        padding-left: 0;
    }
    .counter_row {
        margin-bottom: -100px;
    }
    .counter_block {
        margin-bottom: 30px;
        height: auto;
    }
    .counter_block h3 {
        font-size: 18px;
    }
}
@media (max-width:575px){
    .office_img .fit_img {
        border-radius: 50px 4px 50px 4px;
    }
    .office_img {
        max-width: 100%;
        /* height: 500px; */
        margin: 0 0 20px;
    }
    .douglasville_img {
        height: 350px;
        margin-bottom: 55px;
    }
    .counter_row {
        margin: 0 -7px -70px;
    }
    .counter_row > div{
        padding: 0 7px;
    }
    .counter_block {
        margin-bottom: 15px;
        padding: 5px;
        min-height: 110px;    
    }
    .counter_block h3 {
        font-size: 15px;
    }
}
@media (max-width: 420px){
    .office_img {
        margin: 0 auto 20px; 
        /* height: 350px; */
    }
}
/* /Private Offices */

/* Meeting Rooms */
.meeting_room{
    position: relative;
    background-color: #04724d;
    border-radius: 10px 0 0 10px;
    padding: 100px 0;
    margin: auto 30px;
}
.meeting_room::before {
    content: "";
    background: #04724d;
    position: absolute;
    left: 0;
    height: 100%;
    width: 1000%;
    top: 0px;
    z-index: -1;
    border-radius: 10px 0 0 10px;
}
@media (min-width: 1400px){
    .meeting_room {
        max-width: 1370px;
        margin: auto;
    }
}
@media(max-width:1380px){
    .meeting_room {
        padding: 80px 0;
        margin: auto 15px;
    }
}
@media(max-width:991px){
    .meeting_room {
        padding: 65px 0;
        margin: auto 15px;
    }
}
@media(max-width:767px){
    .meeting_room {
        padding: 50px 0;
    }
}
@media(max-width:575px){
    .meeting_room {
        padding: 40px 0;
        margin: auto 10px;
    }
}
/* Meeting Rooms */

/* Testimonials */
#testimonial .item {
    padding: 85px 20px 60px 20px;
}
#testimonial:before{
    content: '';
    position: absolute;
    left: -100px;
    bottom: 0;
    width: 260px;
    height: 195px;
    background-image: url('../images/testimonial-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0.2;
}
.testimonial_box {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 30px 20px rgba(206, 216, 220, 0.15);
    border-radius: 100px 10px 100px 10px;
    height: 100%;
    position: relative;
    display: block;
    padding: 120px 70px 60px;
    text-align: center;
}
.testimonial_profile {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: -85px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.testimonial_profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.testimonial_box p{
    font-size: 24px;
    font-style: italic;
    margin-bottom: 40px;
}
.testimonial_box h3{
    color: #04724d;
}
.testimonial_box h3 {
    font-weight: 600;
    margin-bottom: 0;
}
.testimonial_box h3 span{
    color: #8e8e8e;
    font-weight: 400;
    display: inline;
}
#testimonial .owl-nav button.owl-prev {
    left: -80px;
}
#testimonial .owl-nav button.owl-next{
    right: -80px;
}
@media(max-width:1400px){
    #testimonial:before {
        left: -35px;
        width: 200px;
        height: 150px;
    }
}
@media(max-width:1199px){
    #testimonial .item {
        padding: 75px 20px 50px 20px;
    }
    .testimonial_profile {
        width: 150px;
        height: 150px;
        top: -75px;
    }
    .testimonial_box {
        border-radius: 80px 8px 80px 8px;
        padding: 105px 50px 50px;

    }
    .testimonial_box p {
        font-size: 21px;
        margin-bottom: 30px;
    }
    #testimonial:before {
        left: -25px;
        width: 180px;
        height: 135px;
    }
    #testimonial .owl-nav button.owl-prev {
        left: -50px;
    }
    #testimonial .owl-nav button.owl-next {
        right: -50px;
    }
}
@media(max-width:991px){
    #testimonial .item {
        padding: 60px 20px 40px 20px;
    }
    .testimonial_profile {
        width: 120px;
        height: 120px;
        top: -60px;
    }
    .testimonial_box {
        border-radius: 70px 7px 70px 7px;
        padding: 90px 50px 60px;
    }
    .testimonial_box p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    #testimonial:before {
        left: -30px;
        width: 160px;
        height: 110px;
    }
    #testimonial .owl-nav button.owl-prev {
        left: -35px;
    }
    #testimonial .owl-nav button.owl-next {
        right: -35px;
    }
}
@media(max-width:767px){
    #testimonial .item {
        padding: 60px 20px 30px 20px;
    }
    .testimonial_profile {
        width: 100px;
        height: 100px;
        top: -50px;
    }
    .testimonial_box {
        border-radius: 60px 6px 60px 6px;
        padding: 75px 35px 45px;
        box-shadow: 0px 15px 10px rgba(206, 216, 220, 0.15);
    }
    .testimonial_box p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    #testimonial:before {
        width: 150px;
        height: 100px;
    }
}
@media(max-width:575px){
    #testimonial .item {
        padding: 60px 10px 30px 10px;
    }
    .testimonial_box p {
        font-size: 15px;
    }
    .testimonial_profile {
        width: 80px;
        height: 80px;
        top: -40px;
    }
    #testimonial.owl-carousel .owl-dots {
        margin-top: 0;
    }
    .testimonial_box {
        border-radius: 50px 5px 50px 5px;
        padding: 60px 10px 35px;
    }
    .testimonial_box p {
        margin-bottom: 20px;
    }
    #testimonial:before {
        bottom: 0;
        width: 125px;
        height: 85px;
        left: -15px;
    }
}

/* How it works? */
.hw_box{
    text-align: center;
}
.row >.hw_col:last-child > .hw_box::after{
    display: none;
}
.hw_box .fit_img {
    display: block;
    position: relative;
    width: 100%;
    height: 90px;
    margin: 35px auto 52px auto;
    overflow: visible;
    z-index: 1;
}
.hw_box .fit_img::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 134px;
    height: 130px;    
    opacity: 0.08;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/hw-icon-bg.png');
    z-index: -1;
}
.hw_box .fit_img::before {
    content: '';
    position: absolute;
    left: 106%;
    transform: translateX(-50%);
    top: 40%;
    width: 94px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url('../images/hw-step-up.png');
}
.row >.hw_col:nth-child(even)> .hw_box .fit_img::before {
    transform: translateX(-50%) scaleY(-1);
}
.row >.hw_col:last-child > .hw_box .fit_img::before{
    display: none;
}
.hw_box .fit_img img {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    object-fit: contain;
}
.hw_box .hw_content .step_title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    display: block;
    color: #04724d;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.hw_box .hw_content h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
}
.hw_box .hw_content h3 a{
    color: #0b0b0b;
}
.hw_box .hw_content h3 a:hover,
.hw_box .hw_content h3 a:focus{
    color:#04724d;
}
.hw_box .hw_content p{
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.48px;
}
.hw_box .hw_content p:last-child{
    margin-bottom: 0;
}
@media(max-width:1199px){
    .hw_box .fit_img {
        height: 80px;
    }
    .hw_box .fit_img::after {
        width: 124px;
        height: 120px;
    }
    .hw_box .hw_content .step_title {
        font-size: 21px;
    }
    .hw_box .hw_content h3 {
        font-size: 17px;
    }
    .hw_box .hw_content p {
        font-size: 15px;
        letter-spacing: 0.3px;
    }
}
@media(max-width:991px){
    .hw_col{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .hw_box {
        text-align: center;
        max-width: 420px;
        margin: 0 auto;
    }
    .hw_box .fit_img {
        height: 75px;
        margin: 25px auto 40px auto;
    }
    .hw_box .fit_img::after {
        width: 115px;
        height: 110px;
    }
    .hw_box .hw_content .step_title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .hw_box .hw_content h3 {
        font-size: 16px;
    }
    .hw_box .fit_img::before {
        display: none !important;
    }
}
@media(max-width:767px){
    .hw_box .hw_content .step_title {
        font-size: 19px;
        margin-bottom: 12px;
    }
    .hw_box .hw_content h3 {
        font-size: 15px;
    }
    .hw_box .hw_content p {
        font-size: 15px;
    }
}
@media(max-width:575px){
    .hw_box .fit_img {
        height: 55px;
        margin: 15px auto 30px auto;
    }
    .hw_box .fit_img::after {
        width: 75px;
        height: 80px;
    }
    .hw_box .hw_content .step_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .hw_box .hw_content p:last-child {
        margin-bottom: 10px;
    }
}

/* Sponsors */
#sponsor_slider .item{
    padding: 15px;
}
.sponsor_img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: relative;
    height: 126px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
}
.sponsor_img img {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto;
    object-fit: contain;
}
.sponsor_img:hover {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}
.companies_logo .sponsor_img {
    height: 150px;
}
@media (max-width: 1199px) {
    .sponsor_img {
        height: 120px;
    }
    .companies_logo .sponsor_img {
        height: 140px;
    }
}
@media (max-width: 991px) {
    .sponsor_img {
        height: 110px;
    }
    .companies_logo .sponsor_img {
        height: 130px;
    }
}
@media (max-width:767px){
    .sponsor_img {
        height: 150px;
    }
}
@media (max-width: 575px) {
    .companies_logo .row {
        margin: 0 -5px;
    }
    .companies_logo .row > div {
        padding: 5px;
    }
    .sponsor_img {
        height: 135px;
    }
}
@media (max-width: 420px) {
    .sponsor_img {
        height: 120px;
    }
    .companies_logo .sponsor_img {
        height: 120px;
    }
}

/* Newsletter */
.newsletter {
    padding: 50px 0;
    position: relative;
    background-color: #f9f9f9;
    border-top: 2px solid #f9f9f9;
}
.lightgray_bg + .newsletter{
    background-color: #fff;
}
.newsletter h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.newsletter p {
    margin-bottom: 0px;
}
.newsletter form {
    position: relative;
}
.newsletter form input[type="email"] {
    border-color: #04724d;
    border-width: 2px;
    padding-right: 155px;
    line-height: 30px;
}
.newsletter form input[type="submit"] {
    min-width: inherit;
    position: absolute;
    top: 0;
    right: 0;
    transform: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-right: 20px;
    padding-left: 20px;
}
.newsletter form input[type="submit"]:hover {
    background-color: #272727;
    border-color: #272727;
    box-shadow: none;
}
.arrow_line {
    position: absolute;
    top: -45px;
    right: 4px;
    width: 337px;
    height: 175px;
    object-fit: contain;
    object-position: top right;
}
.arrow_line.left {
    top: -35px;
    left: 4px;
    right: inherit;
    object-position: top left;
}
@media (max-width:1380px){
    .arrow_line {
        top: -55px;
        right: -60px;
        width: 170px;
        height: 100px;
        transform: rotate(325deg);
    }
}
@media (max-width: 1199px) {
    .newsletter {
        padding: 60px 0;
    }
    .newsletter form input[type="email"] {
        padding-right: 125px;
        line-height: 22px;
    }
    .newsletter h2 {
        font-size: 28px;
    }
    .newsletter p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .newsletter {
        padding: 50px 0;
        text-align: center;
    }
    .newsletter form {
        max-width: 530px;
        margin: 15px auto 0;
    }
    .arrow_line {
        top: 35px;
        right: -45px;
        width: 165px;
        transform: rotate(330deg);
        height: 90px;
    }
}
@media (max-width: 767px) {
    .newsletter {
        padding: 40px 0;
    }
    .newsletter h2 {
        font-size: 26px;
    }
    .newsletter p {
        font-size: 15px;
    }
    .newsletter form {
        max-width: 400px;
    }
    .arrow_line {
        right: -50px;
        transform: rotate(330deg);
        width: 179px;
        height: 80px;
        top:70px;
    }
}
@media (max-width: 575px) {
    .newsletter {
        padding: 30px 0;
    }
    .newsletter h2 {
        font-size: 22px;
    }
    .newsletter form {
        max-width: 430px;
    }
    .newsletter form input[type="email"] {
        padding-right: 128px;
    }
    .arrow_line {
        right: -35px;
        top: 26px;
        transform: rotate(318deg);
        width: 130px;
        height: 68px;
    }
}
@media (max-width: 450px){
    .arrow_line {
        right: -60px;
        top: 40px;
    }
    .newsletter h2 {
        font-size: 18px;
    }
}

/* Footer */
.footer {
    position: relative;
    padding-top: 70px;
    border-top: 2px solid #f9f9f9;
}
.footer .container {
    position: relative;
    z-index: 2;
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer ul li,
.footer p {
    margin-bottom: 10px;
    font-weight: 400;
}
.footer ul li:last-child {
    margin-bottom: 0;
}
.footer h2 {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 1.3;
}
.footer a {
    color: #5e5e5e;
}
.footer p a:hover {
    color: #04724d;
}
.footer a:hover,
.footer a:focus {
    color: #04724d;
}
/*  */
.contact_info p {
    margin-bottom: 25px;
}
.contact_info ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 7px;
}
.contact_info ul li i {
    position: absolute;
    left: 0;
    top: 9px;
    width: 18px;
    text-align: center;
}
.contact_info ul li i.fa-phone-square {
    font-size: 110%;
    margin-top: -1px;
}
.contact_info ul li i.fa-envelope {
    font-size: 106%;
}
/**/
.footer .quick_links ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.footer .quick_links ul li {
    margin-bottom: 12px;
    line-height: 1.4;
    position: relative;
}
.footer .quick_links ul li a {
    padding-left: 16px;
    text-transform: capitalize;
    display: inline-block;
}
.footer .quick_links ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: left 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out;
    transition: left 0.25s ease-in-out;
}
.footer .quick_links ul li a:hover:before {
   left:4px
}
/*  */
.footer .social_media {
    display: flex;
    flex-wrap: wrap;
    margin: -8px -8px 0;
}
.footer .social_media li {
    margin: 8px;
}
.footer .social_media li a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #fff;
    color: #5e5e5e;
    border: 1px solid #5e5e5e;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .social_media li a:hover {
    background-color: #05724d;
    border: 1px solid #05724d;
    color: #fff;
    border-radius: 40px;
    transform: scale(1.3);
}

/**/
.copyright {
    margin-top: 40px;
    border-top: 1px solid #f9f9f9;
    padding: 25px 0;
    text-align: center;
}
.copyright p {
    margin-bottom: 0;
}
@media (max-width: 1600px) {
    .footer {
        padding-top: 60px;
    }
}
@media (max-width: 1199px) {
    .footer {
        padding-top: 50px;
    }
    .footer h2 {
        font-size: 26px;
    }
    .copyright {
        padding: 20px 0;
    }
    .footer .social_media li a {
        font-size: 16px;
        width: 38px;
        height: 38px;
    }
    .footer .quick_links ul li a:before {
        font-size: 17px;
    }
    .footer .social_media li {
        margin: 6px;
    }
    .contact_info ul li {
        padding-left: 28px;
        margin-bottom: 8px;
    }
    .contact_info p {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .footer {
        padding-top: 40px;
    }
    .footer h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .footer .quick_links ul li a:before {
        font-size: 16px;
    }
    .footer .quick_links ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .contact_info p {
        margin-bottom: 15px;
    }
    .footer .quick_links ul li {
        margin-bottom: 10px;
    }
    .footer .quick_links ul li:last-child {
        margin-bottom: 0px;
    }
    .contact_info ul li {
        padding-left: 26px;
    }
    .copyright {
        margin-top: 30px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .contact_info ul li i.fa-phone-square {
        margin-top: 0;
    }
    .contact_info ul li i {
        top: 6px;
    }
}
@media (max-width: 767px) {
    .footer {
        padding-top: 30px;
        text-align: center;
    }
    .footer .row > div {
        margin-bottom: 30px;
    }
    .footer .row > div:last-child {
        margin-bottom: 0px;
    }
    .footer .quick_links ul li a:before {
        font-size: 15px;
    }
    .contact_info p {
        margin-bottom: 10px;
    }
    .footer h2 {
        font-size: 20px;
    }
    .contact_info ul li {
        padding-left: 0;
    }
    .contact_info ul li i {
        position: static;
    }
    .copyright {
        padding: 15px 0;
    }
    .footer .social_media li a {
        width: 36px;
        height: 36px;
    }
    .footer .quick_links ul li a::before {
        position: static;
        margin-right: 6px;
    }
    .footer .social_media {
        justify-content: center;
    }
}
@media (max-width: 575px) {
    .copyright {
        margin-top: 30px;
    }
}

/* Go Up */
.go-up {
    background-color: #0b0b0b;
    color: #fff;
    cursor: pointer;
    width: 40px;
    height: 30px;
    position: fixed;
    font-size: 14px;
    line-height: 28px;
    right: 10px;
    bottom: -40px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: none;
    border-radius: 4px 4px 0 0 !important;
    text-align: center;
    z-index: 11;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.go-up:hover {
    background-color: #04724d;
    color: #fff;
}
@media (max-width: 768px) {
    .go-up {
        width: 28px;
        height: 24px;
        font-size: 12px;
        line-height: 20px;
    }
}

/* Internal Cover */
.internal_cover {
    padding: 70px 0;
    min-height: 400px;
    height: auto;
    text-align: center;
    background-size: cover;
    background-position: bottom center;
    z-index: 1;
}
.internal_cover h1 {
    font-size: 70px;
}
.internal_cover h1::after {
    content: '';
    display: block;
    width: 100px;
    height: 12px;
    background-color: #04724d;
    border-radius: 4px;
    margin: 16px auto 0;
}

.internal_cover.sm {
    padding: 50px 0;
    min-height: 180px;
    }
.internal_cover.sm h1 {font-size: 56px;}
.internal_cover.sm h1::after {margin-top: 12px;}


.default_typo {
    overflow: hidden;
}
.default_typo hr {
    margin: 40px 0;
    clear: both;
}
.default_typo ol li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    line-height: 1.6;
    counter-increment: item;
}
.default_typo ol li:before {
   	content: counter(item)'.';
    position: absolute;
    left: 0;
    top: 0;    
   	text-align: center;
}
ul.ul_arrow {
    margin-top: 10px;
}
#faq .card .card-body ul li,
.ul_arrow li,
.default_typo ul li {
    position: relative;
    padding-left: 34px;
    line-height: 2;
    margin-bottom: 7px;
    line-height: 1.8;
    display: flow-root;
}
#faq .card .card-body ul li:before,
.ul_arrow li:before, 
.default_typo ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #04724d;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding-left: 2px;
}
.default_typo h3 {
    font-size: 30px;
}
.alignleft {
    max-width: 450px;
    object-fit: cover;
    margin: 0 30px 30px 0;
    float: left;
    overflow: hidden;
    border-radius: 5px 70px 5px 70px;
}
.alignright {
    max-width: 450px;
    object-fit: cover;
    margin: 0 0 30px 30px;
    float: right;
    overflow: hidden;
    border-radius: 70px 5px 70px 5px;
}
.aligncenter{
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}
/**/
.breadcrumb{
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    text-align: center;
    display: block;
    width: 100%;
}
.breadcrumb ul{
    margin: 0;
    padding: 0;
}
.breadcrumb ul li {
    display: inline-block;
    padding: 0 8px 0 0px;
    font-weight: 500;
    color: #5e5e5e;
}
.breadcrumb ul li a{
    color: #5e5e5e;
}
.breadcrumb ul li a:hover {
    opacity: 1;
    color: #04724d;
}
.breadcrumb ul li:last-child{
    padding-right: 0;
}
.breadcrumb ul li:before {
    padding-right: 12px;
    content: "|";
}
.breadcrumb ul li:first-child:before {
    display: none;
}
@media(max-width:1600px) {
    .internal_cover {
        padding: 60px 0;
        min-height: 350px;
    } 
    .internal_cover h1 {
        font-size: 60px;
    }
    .default_typo hr {
        margin: 30px 0;
    }
    .alignleft,
    .alignright {
        max-width: 420px;
    }
    .alignleft {
        border-radius: 5px 60px 5px 60px;
    }
    .alignright {
        border-radius: 60px 5px 60px 5px;
    }
    .default_typo h3 {
        font-size: 28px;
    }
}
@media(max-width:1199px) {
    .internal_cover {
        padding: 50px 0;
        min-height: 300px;
    }
    .internal_cover h1 {
        font-size: 50px;
    }
    .internal_cover h1::after {
        width: 80px;
        height: 10px;
        border-radius: 3px;
        margin: 12px auto 0;
    }

    .internal_cover.sm {
        padding: 40px 0;
        min-height: 160px;
        }
    .internal_cover.sm h1 {font-size: 50px;}

    .alignleft {
        border-radius: 5px 50px 5px 50px;
    }
    .alignright {
        border-radius: 50px 5px 50px 5px;
    }
    .default_typo h3 {
        font-size: 26px;
    }
    .default_typo ol li {
        padding-left: 20px;
    }
    #faq .card .card-body ul li:before,
    .ul_arrow li:before, 
    .default_typo ul li:before {
        top: 6px;
    }
}
@media(max-width:991px) { 
    .internal_cover {
        padding: 40px 0;
        min-height: 250px;
    } 
    .internal_cover h1 {
        font-size: 42px;
    }
    .internal_cover.sm {
        padding: 30px 0;
        min-height: 140px;
        }
    .internal_cover.sm h1 {font-size: 40px;}
    .default_typo hr {
        margin: 20px 0;
    }
    .default_typo ol li, 
    .default_typo ul li {
        margin-bottom: 7px;
    }
    .aligncenter,
    .alignleft,
    .alignright {
        max-width: 100%;
        margin: 0 0 20px 0;
        float: none;
        border-radius: 40px 5px 40px 5px;
    }
    .default_typo h3 {
        font-size: 24px;
    }
    #faq .card .card-body ul li,
    .ul_arrow li, 
    .default_typo ul li {
        padding-left: 28px;
    }
    #faq .card .card-body ul li:before,
    .ul_arrow li:before, 
    .default_typo ul li:before {
        top: 5px;
        width: 18px;
        height: 18px;
    }
}
@media(max-width:767px) {
    .internal_cover {
        min-height: 200px;
    }
    .internal_cover h1 {
        font-size: 36px;
    }
    .internal_cover h1::after {
        width: 70px;
        height: 9px;
        margin: 10px auto 0;
    }
    .internal_cover.sm {
        padding: 25px 0;
        min-height: 120px;
        }
    .internal_cover.sm h1 {font-size: 36px;}
    .breadcrumb ul li{
        padding: 0 4px 0 0px;
        font-size: 14px;
    }
    .breadcrumb ul li:before {
        padding-right: 6px;
    }
    .alignleft,
    .alignright {
        border-radius: 30px 5px 30px 5px;
    }
    .default_typo h3 {
        font-size: 22px;
    }
    #faq .card .card-body ul li,
    .ul_arrow li, .default_typo ul li {
        padding-left: 24px;
    }
    #faq .card .card-body ul li:before,
    .ul_arrow li:before, 
    .default_typo ul li:before {
        top: 6px;
        width: 16px;
        height: 16px;
        font-size: 13px;
        padding-bottom: 1px;
    }
}
@media(max-width:575px) {
    .internal_cover {
        padding: 30px 0;
        min-height: 170px;
    }
    .internal_cover h1 {
        font-size: 30px;
    }
    .internal_cover h1::after {
        width: 60px;
        height: 8px;
        margin: 6px auto 0;
    }
    .internal_cover.sm h1 {font-size: 30px;}
    #faq .card .card-body ul li,
    .default_typo ol li, .default_typo ul li {
        margin-bottom: 5px;
    }
    .default_typo ol li {
        padding-left: 16px;
    }
    .alignleft,
    .alignright {
        border-radius: 25px 5px 25px 5px;
    }
    .default_typo h3 {
        font-size: 20px;
    }
    #faq .card .card-body ul li, .ul_arrow li, .default_typo ul li {
        padding-left: 20px;
    }
    #faq .card .card-body ul li:before, 
    .ul_arrow li:before, 
    .default_typo ul li:before {
        top: 5px;
        font-size: 12px;
        padding-bottom: 1px;
        width: 14px;
        height: 14px;
    }
}
@media(max-width:420px) {
    .internal_cover h1 {
        font-size: 28px;
    }
    .internal_cover .item {
        min-height: 100px;
        padding: 40px 0 20px;
    }
}


/* Contact Page */
.contact_form {
    background-color: #f9f9f9;
    padding: 40px 50px 50px;
    border-radius: 20px;
    margin: 40px 0;
}
.ct_box {
    text-align: center;
    height: 100%;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 20px;
}
.ct_box h3 {
    margin-bottom: 10px;
}
.ct_box i {
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #04724d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto 25px;
}
.ct_box i.fa-envelope {
    font-size: 26px;
}
.ct_box p {
    margin-bottom: 0;
}
.ct_box a {
    color: #0b0b0b;
}
.ct_box a:hover {
    color: #04724d;
}
.map {
    border-radius: 20px;
    overflow: hidden;
}
.map iframe {
    display: block;
    width: 100%;
    height: 600px;
}
.tb_space {
    margin-top: -15px;
}
.tb_space > div{
    padding-top: 15px;
    padding-bottom: 15px;
}
@media(max-width: 1199px){
    .contact_form {
        padding: 30px 40px 40px;
        margin: 30px 0;
    }
}
@media(max-width:991px){
    .map iframe {
        height: 400px;
    }
}
@media(max-width: 767px){
    .contact_form {
        padding: 20px 30px 30px;
        border-radius: 14px;
    }
    .map {
        border-radius: 14px;
    }
    .ct_box {
        height: auto;
        padding: 25px;
        border-radius: 14px;
    }
    .ct_box i.fa-envelope {
        font-size: 21px;
    }
    .ct_box i {
        font-size: 26px;
        width: 50px;
        height: 50px;
        margin: 0 auto 15px;
    }
}
@media(max-width: 575px){
    .contact_form {
        padding: 10px 15px 15px;
        margin: 20px 0;
    }
}

/* Latest News */
.blog_page .row > div {
    padding-bottom: 30px;
}
.blog_box {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f9f9f9;
    height: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.blog_box .blog_img {
    width: 100%;
    max-width: 450px;
    min-height: 350px;
    height: 100%;
    display: block;
    background-color: #04724d;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog_box .blog_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #04724d;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.blog_box:hover .blog_img:before {
    opacity: 0.7;
}
.blog_box .blog_img:after {
    content: "\f0c1";
    font-family: "FontAwesome";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0) rotate(90deg);
    color: #fff;
    font-size: 58px;
    line-height: 1;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.blog_box:hover .blog_img:after,
.blog_box:focus .blog_img:after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
.blog_box .blog_content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    height: 100%;
}
.post_info {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}
.blog_box .blog_content h3 {
    margin-bottom: 15px;
}
.blog_box .blog_content h3 a {
    color: #0b0b0b;
    display: inline-block;
}
.blog_box h3 a:hover,
.blog_box h3 a:focus {
    color: #04724d;
}
.post_info span {
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    color: #5e5e5e;
    display: inline-block;
    line-height: 20px;
    margin-right: 14px;
    margin-bottom: 6px;
}
.post_info span:last-child {
    margin-right: 0;
}
.post_info span.news_cat {
    padding: 5px 8px;
    border-radius: 4px;
    background-color: #f1f1f1;
}
/**/
a.learn_more {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    color: #04724d;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-weight: 500;
}
a.learn_more img {
    width: 16px;
    height: 11px;
    object-fit: contain;
    margin-left: 6px;
    margin-top: 1px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
a.learn_more:hover {
    color: #0b0b0b;
}
a.learn_more:hover img {
    filter: brightness(0) invert(0);
    margin-left: 12px;
}
@media (max-width: 1199px) {
    .blog_box .blog_img {
        max-width: 400px;
        min-height: 310px;
    }
    .blog_box .blog_content h3 {
        font-size: 16px;
    }
    .blog_box .blog_content {
        padding: 15px;
    }
    .post_info {
        margin-bottom: 10px;
    }
    .post_info span {
        font-size: 14px;
        line-height: 18px;
        margin-right: 8px;
        letter-spacing: 0.4px;
    }
    a.learn_more {
        line-height: 26px;
    }
    a.learn_more img {
        width: 17px;
        height: 10px;
        margin-left: 5px;
        margin-top: 2px;
    }
}
@media (max-width: 991px) {
    .blog_box .blog_img {
        max-width: 220px;
        min-height: 220px;
    }
    .blog_box .blog_content {
        padding: 25px;
    }
}
@media (max-width: 767px) {
    .blog_box .blog_content {
        padding: 20px;
    }
}
@media (max-width: 575px) {
    .blog_box {
        display: block;
        border-radius: 8px;
        height: inherit;
        max-width: 340px;
        margin: 0 auto;
    }
    .blog_box .blog_content {
        padding: 20px;
    }
    .blog_box .blog_img {
        max-width: 100%;
        height: 280px;
        min-height: inherit;
        border-radius: 14px;
    }
    .blog_box .blog_content h3,
    .post_info {
        margin-bottom: 5px;
    }
    .post_info span {
        font-size: 13px;
        line-height: 16px;
        margin-right: 7px;
        letter-spacing: 0.2px;
    }
    .post_info span.news_cat{
        padding: 4px 6px;
    }
    a.learn_more {
        font-size: 14px;
    }
}

/**/
.pagination{
    padding-top: 45px;
    border-radius: 0;
    justify-content: center;
}
.pagination .nav-links {
    margin-left: 0px;
}
.pagination .nav-links .page-numbers {
    display: inline-flex;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #5e5e5e;
    text-align: center;
    margin: 3px;
    padding: 4px;
    border: solid 1px rgba(0,0,0,0.2);
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
    border: solid 1px #04724d;
    color: #fff;
    background-color:#04724d;
}
@media(max-width: 1199px) {
    .pagination {
        padding-top: 35px;
    }
    .pagination .nav-links .page-numbers {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
@media(max-width: 575px) {
    .pagination {
        padding-top: 25px;
    }
    .pagination .nav-links .page-numbers {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 4px;
        margin: 1px;
    }
}


/* News Detail */
.news_thumbnail {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
}
.news_detail .post_info {
    font-size: 14px;
}
.news_detail .default_typo h1,
.news_detail .default_typo h2,
.news_detail .default_typo h3,
.news_detail .default_typo h4 {
    margin-bottom: 10px;
}
.news_detail .default_typo h2 {
    font-size: 42px;
    margin-bottom: 15px;
}
.news_detail hr {
    margin: 20px 0;
}

/* Sidebar */
.sidebar {
    padding-left: 30px;
}
.sidebar .sidebar_box {
    margin-bottom: 40px;
}
.sidebar .sidebar_box h2 {
    padding: 0 0 7px;
    color: #04724d;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #d8d8d8;
}
.sidebar .sidebar_box form {
    position: relative;
}
.sidebar .sidebar_box input[type="search"] {
    padding-right: 65px;
    padding-left: 15px;
    background-color: #f9f9f9;
    border: none !important;
    margin-top: 15px;
}
.sidebar .sidebar_box input[type="search"]:focus {
    border: 1px solid #686868;
}
.sidebar .sidebar_box button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    background-color: transparent;
    min-width: auto;
    background-image: none;
    box-shadow: none;
    color: #0b0b0b !important;
    padding: 5px;
    width: 56px;
    height: 100%;
    text-align: center;
    display: inline-block;
    border: none;
    opacity: 1;
    text-transform: uppercase;
    border-radius: 0;
    overflow: hidden;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-decoration: none !important;
}
.sidebar .sidebar_box button[type="submit"]:hover {
    color: #04724d !important;
    transform: none;
}
.sidebar .sidebar_box button[type="submit"]:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #c1c1c1;
}
.sidebar .widget_recent_posts ul li{
    padding-bottom: 13px;
    padding-top: 13px;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sidebar .widget_recent_posts ul li:last-child{
    border-bottom: none;
}
.sidebar .widget_recent_posts ul li .fit_img {
    flex: 0 0 100px;
    max-width: 100px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    vertical-align: middle;
    border: 1px solid #fff;
    background-color: #04724d;
}
.sidebar .widget_recent_posts ul li:hover .fit_img img {
    opacity: 0.6;
    transform: scale(1.06);
}
.sidebar .widget_recent_posts ul li .recent_post_info {
    flex: 1;
    padding-left: 12px;
}
.sidebar .widget_recent_posts ul li .recent_post_info h3 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 5px;
}
.sidebar .widget_recent_posts ul li .recent_post_info h3 a{
    color: #0b0b0b;
    display: inline-block;
}
.sidebar .widget_recent_posts ul li .recent_post_info h3 a:hover {
    color: #04724d;
}
.sidebar .post_info {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
}
.sidebar .post_info span {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    letter-spacing: 0;
    margin-right: 10px;
}
.sidebar .widget_archive ul li,
.sidebar .widget_categories ul li {
    line-height: 1.5;
    list-style: none;
    padding: 12px 0;
    font-weight: 500;
    border-bottom: 1px solid #d8d8d8;
}
.sidebar .widget_archive ul li:last-child,
.sidebar .widget_categories ul li:last-child{
    border-bottom: none;
}
.sidebar .widget_archive ul li a,
.sidebar .widget_categories ul li a {
    color: #0b0b0b;
}
.sidebar .widget_archive ul li a:hover,
.sidebar .widget_categories ul li a:hover {
    color: #04724d;
}
@media(max-width: 1600px){
    .sidebar {
        padding-left: 15px;
    }
    .sidebar .widget_recent_posts ul li .fit_img {
        flex: 0 0 90px;
        max-width: 90px;
        height: 90px;
    }
    .sidebar .widget_recent_posts ul li .recent_post_info {
        padding-left: 10px;
    }
}
@media(max-width: 1199px){
    .news_detail .default_typo h2 {
        font-size: 36px;
    }
    .news_detail .default_typo h3 {
        font-size: 30px;
    }
    .news_detail hr {
        margin: 15px 0;
    }
    .sidebar .sidebar_box {
        margin-bottom: 30px;
    }
    .sidebar .sidebar_box h2 {
        font-size: 26px;
    }
    .sidebar .widget_recent_posts ul li .fit_img {
        flex: 0 0 80px;
        max-width: 80px;
        height: 80px;
    }
    .sidebar .widget_recent_posts ul li .recent_post_info h3 {
        margin-bottom: 5px;
    }
    .sidebar .post_info span {
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 0;
    }
}
@media(max-width:991px){
    .news_detail .default_typo h2 {
        font-size: 34px;
    }
    .news_detail .default_typo h3 {
        font-size: 28px;
    }
    .sidebar {
        padding-top: 40px;
    }
    .sidebar .sidebar_box h2 {
        font-size: 22px;
    }
    .sidebar .sidebar_box button[type="submit"] {
        font-size: 18px;
        width: 50px;
    }
}
@media(max-width: 767px){
    .news_detail hr {
        margin: 10px 0;
    }
    .news_detail .default_typo h2 {
        font-size: 30px;
    }
    .news_detail .default_typo h3 {
        font-size: 26px;
    }
    .sidebar {
        padding-top: 30px;
    }
    .sidebar .sidebar_box button[type="submit"] {
        font-size: 16px;
    }
    .sidebar .widget_recent_posts ul li {
        padding-bottom: 10px;
        padding-top: 10px;
    }
	.sidebar .widget_archive ul li,
    .sidebar .widget_categories ul li {
        padding: 8px 0;
        padding-top: 10px;
        line-height: 1.4;
    }
}
@media(max-width: 575px){
    .news_detail .default_typo h2 {
        font-size: 26px;
    }
    .news_detail .default_typo h3 {
        font-size: 22px;
    }
    .sidebar .sidebar_box {
        margin-bottom: 20px;
    }
    .sidebar .sidebar_box h2 {
        font-size: 21px;
    }
    .sidebar .sidebar_box input[type="search"] {
        padding-left: 15px;
    }
}

.sections_title.no_shape:before {
    display: none;
}

/* Membership */
.mp_box {
    display: flex;
    flex-wrap: inherit;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 3;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 5px 0px 40px rgba(34, 32, 31, 0.06);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.gallery .imgpopup,
.mp_box > a.woocommerce-LoopProduct-link,
.mp_box .fit_img  {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    background-color: #04724d;
    overflow: hidden;
}
/* .mp_box > a.woocommerce-LoopProduct-link img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.mp_box:hover .fit_img img {
    transform: scale(1.06);
}
.mp_box > a.woocommerce-LoopProduct-link:before,
.gallery .imgpopup:after,
.mp_box .fit_img:before {
    content: "";
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.mp_box:is(:hover, :focus) a.woocommerce-LoopProduct-link:before,
.mp_box:is(:hover, :focus) .fit_img:before {
    height: 70%;
}
.mp_box .mp_content {
    padding: 22px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
}
.mp_box .mp_content h2,
.mp_box .mp_content h3 {
    font-size: 26px;
    margin-bottom: 12px;
    text-transform: inherit;
}
.mp_box .mp_content h2 a,
.mp_box .mp_content h3 a {
    color: #000;
}
.mp_box .mp_content h2 a:hover,
.mp_box .mp_content h3 a:hover {
    color: #04724d;
}
.mp_box .mp_content p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.6;
}
.mp_box .btn_holder {
    text-align: left;
    margin-top: 0;
    padding: 0 25px 30px;
}
.gallery .imgpopup .img_title, 
.mp_box span.price_text {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 3;
    padding: 10px 25px;
    width: 100%;
    font-weight: 600;
    line-height: 1.4;
}
.gallery .imgpopup .img_title {
    text-align: center;
}
.ip_box .fit_img::before {
    display: none;
}
.price_btn {
    font-size: 21px;
    font-weight: 700;
    color: #04724d;
    padding: 6px 20px;
    border: 1px dashed darkcyan;
    border-radius: 6px;
    margin-bottom: 20px;
    display: inline-block;
}
.team_office strong {
    color: #0b0b0b;
}
@media (max-width:1600px) {
    .mp_box .mp_content h2,
    .mp_box .mp_content h3 {
        font-size: 24px;
    }
    .arrow_line.left {
        top: -55px;
        left: -166px;
    }
}
@media (max-width:1380px) {
    .arrow_line.left {
        top: -30px;
        left: -80px;
        transform: rotate(50deg);
    }
}
@media (max-width:1199px) {
    .mp_box .mp_content {
        padding: 20px 20px 15px;
    }
    .mp_box > a.woocommerce-LoopProduct-link,
    .mp_box .fit_img {
        height: 230px;
    }
    .mp_box .btn_holder {
        padding: 0 20px 25px;
    }
    .gallery .imgpopup .img_title,
    .mp_box span.price_text {
        padding: 8px 20px;
    }
    .mp_box .mp_content h2,
    .mp_box .mp_content h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .mp_box .mp_content p {
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 0.3px;
    }
    .mp_box .fit_img:after {
        font-size: 48px;
    }
    .price_btn {
        font-size: 18px;
        padding: 5px 16px;
    }
    .arrow_line.left {
        left: -90px;
    }
}
@media (max-width:991px) {
    .mp_box > a.woocommerce-LoopProduct-link,
    .mp_box .fit_img {
        height: 300px;
    }
    .inc_pricing .row {
        justify-content: center;
    }
    .inc_pricing .row > div {
        flex: 0 0 33.3333%;
        max-width: 33.333%;
    }
    .arrow_line.left {
        display: none;
    }
}
@media (max-width:767px) {
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width:575px) {
    .mp_box {
        max-width: 480px;
        height: auto;
    }
    .mp_box .mp_content p {
        font-size: 14px;
    }
    .mp_box .mp_content {
        padding: 15px;
    }
    .gallery .imgpopup .img_title,
    .mp_box span.price_text {
        padding: 6px 15px;
    }
    .mp_box .btn_holder {
        padding: 0 15px 20px;
    }
    .mp_box .mp_content h2,
    .mp_box .mp_content h3 {
        font-size: 20px;
    }
    .inc_pricing .row {
        margin: 0 -5px;
    }
    .inc_pricing .row > div {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 5px;
    }
    .hw_box .hw_content h3 {
        font-size: 14px;
    }
    .price_btn {
        font-size: 16px;
        padding: 4px 14px;
    }
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product {
        margin-bottom: 20px;
    }
}
@media (max-width:460px) {
    .mp_box > a.woocommerce-LoopProduct-link,
    .mp_box .fit_img {
        height: 280px;
    }
}

/* Gallery */
.gallery {
    margin-top: 90px;
}
.gallery .imgpopup {
    display: block;
    height: 350px;
    position: relative;
    background-color: #0a0a0a;
    border-radius: 10px;
}
.gallery .imgpopup:hover img {
    opacity: 0.5;
    transform: scale(1.06);
}
.gallery .imgpopup:before {
    content: '\f0b2';
    font-family: "FontAwesome";
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(2);
    opacity: 0;
    z-index: 1;
    color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.gallery .imgpopup:hover:before {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}
.gallery_page .row > div {
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
}
@media (max-width:1199px) {
    .gallery {
        margin-top: 80px;
    }
    .gallery .imgpopup {
        height: 280px;
    }
}
@media (max-width:991px) {
    .gallery {
        margin-top: 30px;
    }
    .gallery .row {
        margin: 0 -10px;
    }
    .gallery .row > div {
        padding: 10px;
    }
    .gallery .imgpopup {
        height: 210px;
        border-radius: 8px;
    }
    .gallery .imgpopup:before {
        font-size: 32px;
    }
}
@media (max-width:767px) {
    .gallery .imgpopup:before {
        font-size: 28px;
    }
}
@media (max-width:575px) {
    .gallery {
        margin-top: 20px;
    }
}
@media (max-width:480px) {
    .gallery .row {
        margin: 0 -4px;
    }
    .gallery .row > div {
        padding: 4px;
    }
    .gallery .imgpopup {
        height: 190px;
        border-radius: 6px;
    }
}
@media (max-width:380px) {
    .gallery .imgpopup {
        height: 140px;
    }
}

.city_co_img {
    width: 100%;
    height: 400px;
    position: absolute;
    z-index: 2;
    bottom: -60px;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width:1024px) {
    .city_co_img {
        height: 380px;
        bottom: -40px;
    }
}
@media (max-width:767px) {
    .city_co_img {
        height: 250px;
        bottom: 90px;
    }
}


/* FAQ's */
#faq .card {
    margin-bottom: 30px;
    border: none;
    border-radius: 6px;
    border: 1px solid #e9e9e9;
}
#faq .card .card-header {
    display: block;
    text-align: left;
    background: #04724d;
    color: #fff;
    margin: 0;
    padding: 18px 50px 18px 22px;
    border: none;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    margin: 0;
}
#faq .card .card-header.collapsed {
    background: #f9f9f9;
    color: #0b0b0b;
}
#faq .card .card-header:after {
    content: "\f106";
    font-family: 'FontAwesome';
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#faq .card .card-body {
    padding: 14px 22px;
    border: none;
}
#faq .card .card-body p {
    margin-bottom: 10px;
    line-height: 1.8;
}
#faq .card .card-header.collapsed:after {
    content: "\f107";
    color: #0b0b0b;
}
#faq .card .card-body *:last-child {
    margin-bottom: 0;
}
#faq .card .card-header:hover {
    background: #04724d;
    color: #fff;
}
#faq .card .card-header:hover:after {
    color: #fff;
}
@media(max-width:991px){
    #faq .card .card-body {
        padding: 15px 20px;
    }
    #faq .card .card-header {
        padding: 15px 40px 15px 20px;
    }
    #faq .card .card-header:after {
        font-size: 24px;
        right: 15px;
    }
}
@media(max-width:767px){
    #faq .card {
        margin-bottom: 20px;
    }
    #faq .card .card-body {
        padding: 12px 15px;
    }
    #faq .card .card-header {
        padding: 13px 40px 13px 15px;
    }
    #faq .card .card-header:after {
        font-size: 22px;
        right: 12px;
    }
    #faq .card .card-body p {
        margin-bottom: 7px;
        line-height: 1.7;
    }
}
@media(max-width:575px){
    #faq .card .card-header {
        padding: 10px 32px 10px 15px;
    }
    #faq .card .card-header:after {
        font-size: 20px;
        right: 10px;
    }
}

/* Home Slider */
.full_slider {
    padding: 0;
    min-height: inherit;
}
#home_slider {
    padding: 0;
}
.bg_img,
#home_slider .item {
    padding: 100px 0;
    height: calc(100vh - 120px);
    min-height: 500px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.bg_img::before,
#home_slider .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
}
#home_slider .item p {
    max-width: 1000px;
    margin: 0 auto;
}
#home_slider .caption.white span {
    color: #fff;
}
#home_slider .owl-item.active .item span {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.2s;
}
#home_slider .owl-item.active .item h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.2s;
}
#home_slider .owl-item.active .item p {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.2s;
}
#home_slider .owl-item.active .item .my_btn {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
.bg_img .breadcrumb ul li,
.bg_img .breadcrumb ul li a {
    color: #bebebe;
}
.bg_img .breadcrumb ul li a:hover {
    color: #fff;
}
@media (max-width: 1600px) {
    #home_slider .item {
        padding: 80px 0;
        min-height: 500px;
    }
    #home_slider .caption {
        padding: 0 50px;
    }
}
@media (max-width: 1199px) {  
    .bg_img,  
    #home_slider .item {
        height: calc(100vh - 103px);
    }
}
@media (max-width: 991px) {
    .bg_img,
    #home_slider .item{
        height: auto;
    }
    #home_slider .caption {
        padding: 0 30px;
    }
    #home_slider .owl-carousel .owl-dots {
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
    }
    #home_slider .owl-carousel .owl-dots button.owl-dot {
        background-color: #fff;
    }
}
@media (max-width:767px) {
    .bg_img,
    #home_slider .item {
        min-height: 350px;
    }
}
@media (max-width:575px) {
    .bg_img,
    #home_slider .item {
        height: auto;
        padding: 50px 0;
    }
}

.gallery_col .block {
    float: left;
    margin-bottom: 10px;
    width: calc(33.33% - 10px);
    opacity: 0;
    position: relative;
    background-color: rgba(11, 11, 11, 1);
}
.gallery_col .block img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery_col .block:hover img {
    opacity: 0.5;
}
@media(max-width:575px){
    .gallery_col .block {
        width: calc(50% - 10px);
    }
}

/* Day Pass Form */
.pass_form {
    text-align: center;
    background-color: #05724d;
    padding: 40px;
    border-radius: 6px;
    margin-left: 20px;
}
.pass_form h3 {
    font-size: 30px;
}
.pass_form input[type='submit'] {
    width: 100%;
    background-color: #0b0b0b;
}
.pass_form input[type='submit']:hover {
    background-color: #1c1c1c;
}
@media (max-width: 991px) {
    .pass_form {
        padding: 30px;
        margin-left: 0px;
        margin-top: 20px;
    }
    .pass_form h3 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .pass_form h3 {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .pass_form {
        padding: 15px;
    }
    .pass_form h3 {
        font-size: 24px;
    }
    .btn_holder .my_btn:not(:first-child) {
        margin-left: 5px;
        margin-top: 5px;
    }
}

.pass_form .wpcf7-form.invalid .wpcf7-response-output,
.pass_form .wpcf7-form.sent .wpcf7-response-output {
	color:#fff;
}

/* MY ACCOUNT PAAGES css*/
.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: #f9f9f9;
    padding: 10px 15px;
    border-radius: 4px;
    overflow: hidden;
    border: solid 1px #e9e9e9;
    }
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    margin: 0;
    padding: 0;
    background-color: #e9e9e9;
    }
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    list-style: none;
    margin: 2px 0;
    }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    padding: 10px 10px;
    background-color: #f9f9f9;
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.6;
    color: #0b0b0b;
    }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus{
    color: #04724d;
    }
.woocommerce-account .woocommerce-MyAccount-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
    min-height: 328px;
    border: solid 2px #e9e9e9;
    margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content p {margin-bottom: 1em;}
.woocommerce-account .woocommerce-MyAccount-content fieldset {margin-bottom: 1em;}

.woocommerce-Address header.woocommerce-Address-title.title {
    background-color: #e9e9e9;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-Address address {
    border: solid 1px #e9e9e9;
    padding: 10px;
}
.woocommerce-Address-title.title h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.woocommerce-Addresses > div .edit {
    padding: 2px 15px;
    background-color: #05724d;
    margin-bottom: 0;
    color: #fff;
}
.woocommerce .site-main {padding: 0;}
.woocommerce ul.products {padding-top: 0px !important;}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {margin-bottom: 0px;}
.mp_content a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {margin-bottom: 10px;}
.woocommerce ul.products li.product a img {margin: 0;}
.woocommerce ul.products li.product .woocommerce-loop-product__title {font-weight: 700;}
.your_booking_topdap + #order_review_heading {margin-top: 0;}
.your_booking_topdap{
    padding-top: 35px;
    margin-bottom: 10px;
    }
    .mbfw-date-picker-section label {
        line-height: 1;
        font-weight: 600;
    }
    .mbfw-date-picker-section {max-width: 48% !important;}
    .mbfw-date-picker-section__wrapper {gap: 4%;}
    .woocommerce-product-gallery__image a {
        width: 100%;
        height: 550px;
        overflow: hidden;
    }
    .woocommerce div.product div.images img {
        display: block;
        width: 100%;
        height: 100%; 
        object-fit: cover;
        object-position: center;
    }
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
        background-color: #333;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        background-color: #333;
        padding: 0;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
        margin-right: 10px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        background: #04724d;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
        background-color: #04724d;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        border-radius: 0 10px 10px 10px;
        border: solid 1px #04724d;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs::before {display: none;}
    .woocommerce-Tabs-panel ol li,
    .woocommerce-Tabs-panel ul li {padding-left: 20px;}
    .woocommerce-Tabs-panel ol li:before,
    .woocommerce-Tabs-panel ul li:before {top: 6px;}
    .wc_login{text-align: center;}
    .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {margin: 0 auto;}
    .woocommerce-button.button.woocommerce-form-login__submit.wp-element-button{
        width: 100%;
        display: block;
    }
    .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {margin-bottom: 10px;}
    .woocommerce-LostPassword.lost_password a{
        font-weight: 600;
        text-decoration: underline;
    }
    .woocommerce-ResetPassword, .woocommerce-form-login {
        border: 1px solid #d3ced2;
        padding: 20px;
        margin: 0 auto;
    }
    .woocommerce-ResetPassword.lost_reset_password .form-row-first{width: 100%;}
    .woocommerce-ResetPassword.lost_reset_password button.button{width: 100%;}
    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        padding: 20px;
        border-radius: 0 0 0px 0px;
    }
    .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        background-color:#f7f7f7;
        padding: 10px 20px;
        border-radius: 4px 4px 0px 0px;
        margin: 0;
        border: 1px solid #e7e7e7;
        border-bottom: none;
        color: #04724D;
    }
@media (max-width: 991px){
    .woocommerce .summary.entry-summary,
    .woocommerce div.product div.images {width: 100% !important;}
    .woocommerce-product-gallery__image a {height: 450px;}
    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {padding: 10px;}
    .woocommerce ul.order_details li {
        margin: 0.1em 1em;
        padding: 1em;
    }
}
@media (max-width: 767px){
    .woocommerce-product-gallery__image a {height: 400px;}
    .woocommerce ul.order_details li {
        margin: 0; 
        width: 50%;
        border: none;
    }
}
@media (max-width: 575px){
    .woocommerce-product-gallery__image a {height: 360px;}
}
@media (max-width: 460px){
    .woocommerce ul.order_details li {width: 100%;}
}
.woocommerce ul.products li.product .mp_box a img {height: 100%;}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    display: block;
}

/* END MY ACCOUNT PAAGES css*/

.membership_packages .mp_box .mp_content {
    padding: 18px 20px;
}
.membership_packages .mp_box .btn_holder {
    padding: 0 20px 20px;
}
@media(min-width:1400px) {
    .membership_packages .container-fluid {
        width: 96%;
    }
}
@media(min-width:1600px) {
    .membership_packages .container-fluid {
        width: 92%;
    }
}
/**/
@media(max-width:1600px) {
    .membership_packages .mp_box .fit_img {
        height: 250px;
    }
}
@media(max-width:1400px) {
    .membership_packages .mp_box .fit_img {
        height: 230px;
    }
    .membership_packages .mp_box .mp_content {
        padding: 10px 15px;
    }
    .membership_packages .mp_box .mp_content h2, 
    .membership_packages .mp_box .mp_content h3 {
        font-size: 20px;
    }
    .membership_packages .mp_box span.price_text {
        padding: 7px 15px;
        font-size: 16px;
        letter-spacing: 0;
    }
    .membership_packages .mp_box .mp_content p {
        font-size: 15px;
    }
    .membership_packages .mp_box .btn_holder {
        padding: 0 15px 15px;
    }
}
@media(max-width:575px) {
    .membership_packages .mp_box {
        margin: 0 auto;
    }
}

.pass_form .form-group {
    position: relative;
}
.pass_form .wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 10px;
    line-height: 1.4;
    letter-spacing: 0.2px;
}
.pass_form span.wpcf7-not-valid-tip {
    text-align: left;
    line-height: 1.4;
    margin-top: 6px;
    font-size: 15px;
}
.pass_form .wpcf7-spinner {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 17px;
    z-index: 2;
}
@media(max-width:1199px) {
    .pass_form .wpcf7-spinner {
        top: 14px;
    }
}
@media(max-width:991px) {
    .pass_form .wpcf7-spinner {
        top: 12px;
    }
}
@media(max-width:767px) {
    .pass_form .wpcf7-spinner {
        top: 10px;
    }
    .pass_form span.wpcf7-not-valid-tip {
        font-size: 14px;
    }
}
@media(max-width:575px) {
    .pass_form .wpcf7-spinner {
        top: 8px;
        right: 8px;
    }
    .pass_form span.wpcf7-not-valid-tip {
        font-size: 13px;
    }
}

.owl-carousel {
    display: block;
}
 
.owl-carousel .slide-owl-wrap:not(:first-child) {
    display: none;
}
 
.owl-carousel img {
    width: 100%;
}

.single-product.woocommerce div.product {overflow: hidden;}
.single-product.woocommerce div.product div.summary {margin-bottom: 0;}
.single-product.woocommerce div.product form.cart {margin-bottom: 0;}
.single-product.woocommerce div.product form.cart button.button.alt{margin-bottom: 0;}

.single-product.woocommerce div.product .woocommerce-product-details__short-description ul {
    margin: 0;
    padding: 0 0 25px 0;
	}
.single-product.woocommerce div.product .woocommerce-product-details__short-description ul li {
    position: relative;
    padding-left: 30px;
    line-height: 2;
    margin-bottom: 7px;
    line-height: 1.8;
    display: flow-root;
	}
.single-product.woocommerce div.product .woocommerce-product-details__short-description ul li:before{
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 8px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #04724d;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding-left: 2px;
	}
@media(max-width:1199px) {
	.single-product.woocommerce div.product .woocommerce-product-details__short-description ul li:before{top: 6px;}
}
@media(max-width:991px) {
	.single-product.woocommerce div.product .woocommerce-product-details__short-description ul li:before{
		 width: 16px;
         height: 16px;
	}
	.single-product.woocommerce div.product .woocommerce-product-details__short-description ul li {padding-left: 28px;}
}
@media(max-width:575px) {
	.single-product.woocommerce div.product .woocommerce-product-details__short-description ul li:before{top: 4px;}
}

.woocommerce-info {
    border-top-color: #5e5e5e;
}
.woocommerce-info::before {
    color: #5e5e5e;
}


.fc.fc-media-screen .fc-daygrid-dot-event {
    overflow: hidden;
}
.fc.fc-media-screen .fc-daygrid-event > a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 2px 4px;
}
.fc.fc-media-screen .fc-daygrid-day .fc-daygrid-event-dot {
    margin: 0 4px 0 0;
    border-color: #05724d;
}
.fc.fc-media-screen .fc-daygrid-event .fc-event-time {
    font-size: 13px;
    line-height: 1;
}
.fc.fc-media-screen .fc-daygrid-dot-event .fc-event-title {
    font-weight: 500;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 12px;
}
.fc.fc-media-screen .fc-button-primary:disabled {
    background-color: #05724d;
    border-color: white;
    opacity: 0.4;
}
.fc.fc-media-screen .fc-button-primary {
    background-color: #05724d;
    border-color: white;
    font-size: 16px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.fc.fc-media-screen .fc-view-harness {
    height: auto !important;
}
.fc.fc-media-screen .fc-view-harness-active > .fc-view,
.fc.fc-media-screen .fc-scroller-liquid-absolute {
    position: static;
    overflow: hidden !important;
}
.fc.fc-media-screen .fc-scroller {
    overflow: hidden !important;
}
.fc.fc-media-screen .fc-daygrid-body,
.fc.fc-media-screen .fc-scrollgrid-section table {
    width: 100% !important;
}
@media (max-width: 767px) {
    .fc.fc-media-screen .fc-toolbar {
        display: block;
    }
    .fc.fc-media-screen .fc-toolbar.fc-header-toolbar {
        margin-bottom: 10px;
    }
    .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
        margin-bottom: 0;
    }
    .fc.fc-media-screen .fc-button-primary {
        font-size: 13px;
        margin-top: 5px;
    }
    .fc.fc-media-screen .fc-daygrid-day-number {
        padding: 2px;
        font-size: 10px;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 20px;
    }
}
@media (max-width: 575px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 10px;
    }
    .fc.fc-media-screen .fc-daygrid-dot-event .fc-event-title {
        font-size: 10px;
    }
    .fc.fc-media-screen .fc-daygrid-event .fc-event-time {
        font-size: 10px;
    }
    .fc.fc-media-screen .fc-col-header-cell-cushion {
        font-size: 12px;
    }
}