html {
    overflow-x: hidden;
}

body {
    font-size: 18px;
    line-height: 1.4;
    font-family: 'EB Garamond', serif;
    font-style: normal;
    font-weight: 400;
    color: #434343;
    overflow-x: hidden;
}

a,
a:visited,
a:active {
    color: blue;
    text-decoration: none;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

a:hover {
    color: blueviolet;
}

:hover {
    text-decoration: none !important;
}

:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    /* font-family: 'Montserrat', sans-serif; */
    font-style: normal;
    line-height: 1.2;
    margin: 15px 0;
    font-family: 'Oswald', sans-serif;
}

h1,
.h1 {
    font-size: 40px;
}

h2,
.h2 {
    font-size: 34px;
}

h3,
.h3 {
    font-size: 26px;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 16px;
}


/* Header css */
.header-top-bar {
    background: #ffde59;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.announcement-col p:last-child {
    margin: 0;
}

.announcement-col {
    text-align: center;
    color: #000;
    padding: 10px 0;
    font-size: 14px;
}

.announcement-col a {
    color: #2b2b2b;
    font-weight: 600;
    text-decoration: underline;
}

#top.sticky .header-top-bar {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.page-title-wrap.green-bg {
    background: #112e40;
}

.page-title-wrap.green-bg h1 {
    color: #fff;
    margin-bottom: 22px;
}

.cnt-col {
    padding: 6px 0;
    color: #000;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
}

#top {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#top.sticky {
    position: fixed;
    z-index: 100;
    -webkit-animation-name: stickySlideDown;
    animation-name: stickySlideDown;
    padding: 0;
    -webkit-transition: none;
    transition: none;
}

@-webkit-keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.admin-bar #top.sticky {
    top: 32px;
}

.p_menu_wrap {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.primary-menu-wrap {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menu-col-wrapper {
    padding: 15px 0;
}

.p_menu_wrap>li {
    margin: 0 15px;
}


.p_menu_wrap>li.current-menu-item a {
    /* color: #00a650; */
    color: #112e40;
}

.p_menu_wrap li a {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

.p_menu_wrap>li>a {
    padding: 10px 0;
    display: block;
}

ul.sub-menu li>a {
    display: block;
    font-size: 14px;
}


.p_menu_wrap>li>a {
    padding: 10px 0;
    display: block;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
}

span.down-arrow {
    width: 9px;
    height: 9px;
    background: 0 0;
    display: block;
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-color: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -2px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    margin-left: 9px;
}

.p_menu_wrap li>a:hover+.drop-arrow>.down-arrow {
    border-color: #ffde59;
}

.imge-block {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background-size: 18px;
    background-position: 50%;
    margin-right: 12px;
    background-repeat: no-repeat;
}

.clock-image {
    background-image: url(../images/clock-icon.png);
}

.cell-image {
    background-image: url(../images/phone-icon.png);
}

.logo-wrap {
    max-width: 130px;
}

.logo-wrap img {
    display: block;
}

.serach-icon a {
    color: #112e40;
    font-size: 20px;
    display: block;
    line-height: 1;
}

.serach-icon {
    margin: auto;
    margin-left: 20px;
}

@media screen and (max-width: 1199px) {
    .p_menu_wrap>li {
        margin: 0 7px;
    }

    .p_menu_wrap>li>a {
        font-size: 14px;
    }

    .detail-block a.x-button {
        padding: 12px 8px;
        font-size: 14px;
    }

    .serach-icon {
        margin-left: 10px;
    }
}

@media screen and (max-width: 991px) {
    #header-Navigation {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 999999;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }


    svg.hamburger {
        width: 30px;
        fill: #112e40;
    }

    .logo-wrap {
        max-width: 100px;
    }

    .menu.p_menu_wrap>li {
        width: 100%;
        margin: 0;
    }

    .menu.p_menu_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }

    .desktop-menu {
        padding: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 999999;
        background: #0d1c26;
        width: 240px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        padding: 32px 0;
    }

    .menu.p_menu_wrap>li a {
        padding: 12px 22px;
        display: block;
    }

    .menu.p_menu_wrap>li+li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-menu-overlay {
        background: rgba(230, 230, 230, 0.5);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        cursor: pointer;
        z-index: 999999;
    }

    .header-nvigation {
        z-index: 99999;
    }

    #mobile-menu-close button {
        width: 40px;
        height: 40px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.9);
        color: #0d1c26;
        text-align: center;
        cursor: pointer;
        z-index: 10;
        display: block;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        display: block;
        line-height: 40px;
        padding: 0;
        border: 0;
        right: 260px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        position: absolute;
        top: 18px;
        outline: none;
        cursor: pointer;
        font-size: 22px;
    }



    #header-Navigation.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu-overlay {
        display: block;
    }

    .menu.p_menu_wrap>li+li {
        border-top: 1px solid rgba(189, 189, 189, 0.3);
    }

    .menu-wrap {
        padding: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 999999;
        background: #e6e6e6;
        width: 240px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        padding: 0 0 32px;
    }

    .gc-cnt-details {
        padding: 12px 22px;
        border-top: 1px solid rgba(189, 189, 189, 0.3);
    }

    .drop-arrow {
        cursor: pointer;
        padding: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 46px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 1px solid #ddd;
    }

    .down-arrow {
        width: 12px;
        height: 12px;
        background: 0 0;
        display: block;
        border-bottom: 2px solid;
        border-right: 2px solid;
        border-color: #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: -2px;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
    }

    .primary-menu-wrap .menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ul.sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(189, 189, 189, 0.3);
        display: none;
        background: rgba(238, 238, 238, 0.48);
    }

    ul.sub-menu ul.sub-menu {
        background: rgba(218, 218, 218, 0.35);
    }

    .menu.p_menu_wrap>li+li,
    .sub-menu>li+li {
        border-top: 1px solid rgba(189, 189, 189, 0.3);
    }

    .menu.p_menu_wrap>li a {
        line-height: 1.2;
    }

    ul.sub-menu>li {
        width: 100%;
    }

    ul.sub-menu>li>a,
    .menu.p_menu_wrap>li a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media screen and (min-width:992px) {

    /* Mobile Sub Menu Design */
    .p_menu_wrap>li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    ul.sub-menu {
        display: none;
    }

    ul.sub-menu {
        width: 270px;
        position: absolute;
        background: #ffffff;
        list-style: none;
        padding: 0px 0;
        top: 100%;
        margin: 0;
        -webkit-box-shadow: 0px 0px 6px #ddd;
        box-shadow: 0px 0px 6px #ddd;
    }

    li.menu-item-has-children:hover ul {
        display: block;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

    ul.sub-menu li>a {
        color: #000;
        padding: 14px 18px;
        line-height: 1.2;
        font-size: 14px;
        display: block;
        font-family: 'Oswald', sans-serif;
    }

    ul.sub-menu li>a:hover {
        color: #676767;
    }

    ul.sub-menu li+li>a {
        border-top: 1px solid #f3f3f3;
    }

    ul.sub-menu>li>ul.sub-menu {
        display: none;
    }

    ul.sub-menu>li {
        position: relative;
    }

    ul.sub-menu>li:hover ul.sub-menu {
        display: block;
        left: 100%;
        top: 0;
        border-left: 2px solid #112771;
    }

}

.admin-bar #top.sticky {
    position: fixed;
}

@media screen and (max-width: 782px) {
    .admin-bar #top {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {
    .menu-col-wrapper {
        padding: 10px 0;
    }

    .admin-bar #top.sticky {
        top: 0;
    }
}

/* Search CSS */
#nav-icon {
    line-height: 0;
}

.search-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.search-wrapper.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.search-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

input.search-field {
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #FFF;
    border-width: 0 0 1px 0;
    color: #FFF;
    padding: 0 30px;
    padding-left: 0;
    width: 100%;
    padding-right: 60px;
}

.gh-search-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.search-button {
    background: transparent;
    border: 0;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 20px;
    cursor: pointer;
}

#search-close {
    position: fixed;
    top: 30px;
    right: 30px;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 46px;
    padding: 0;
    line-height: 46px;
    font-weight: 700;
    border-width: 2px;
}

.search-content {
    width: 100%;
}

input.search-field:focus {
    color: #fff;
}

.gh-search-panel {
    padding: 15px;
}

/* Footer CSS */
.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-logo img {
    max-width: 130px;
    display: block;
}

.footer-copyright {
    text-align: right;
    font-size: 14px;
}

.footer-copyright-text p:last-of-type {
    margin: 0;
}

.footer-right-row {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width:767px) {
    .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-copyright {
        text-align: center;
        margin-top: 20px;
    }
}

/* Home Page CSS */
.page-title {
    text-align: center;
}

.gh-banner {
    background-size: cover;
    background-position: center bottom;
    min-height: 85vh;
}

.banner-inner-wrap {
    padding: 50px 0;
}

.banner-logo-wrap>a {
    display: inline-block;
}

.banner-logo-wrap img {
    display: block;
    max-width: 800px;
    width: 80%;
    margin: auto;
}

.banner-logo-wrap {
    margin-bottom: 50px;
}

.page-title {
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 auto 40px;
}

.gh-section {
    padding: 50px 0;
}

.overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    font-size: 0;
    color: transparent !important;
    z-index: 99;
}

a.x-button {
    padding: 12px 18px;
    display: block;
    background: #000;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.button-wrapper .x-button {
    display: inline-block;
}

.button-wrapper {
    text-align: center;
}

a.x-button.x-button-lg {
    padding: 20px 30px;
}

.detail-block a.x-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.detail-block a.x-button i {
    margin-right: 5px;
}

a.x-button:hover {
    color: #000;
    background: #ffde59;
}

[data-hero-slider] .slick-track,
[data-hero-slider] .slick-list,
[data-hero-slider] .slick-slide,
[data-hero-slider] .slick-slide>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
}

.page-banner-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
}

.page-banner {
    width: 100%;
    position: relative;
    z-index: 9;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 60vh;
    padding: 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
    background-position: center right;
}

.page-banner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.4;
}

.banner-title {
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-20px);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slick-current .banner-title {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}


.hero-slider-banner {
    width: 100%;
    position: relative;
}

.banner-details {
    font-size: 20px;
    margin-top: 10px;
    line-height: 1;
}

.banner-details p {
    margin: 0 0 10px;
    line-height: 1.4;
}

.banner-details {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.slick-current .banner-details {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.buttons-wrap {
    margin-top: 20px;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.slick-current .buttons-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.buttons-wrap>a {
    display: inline-block;
    padding: 16px 20px;
    background: #ffde5b;
    border: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.buttons-wrap>a:hover {
    background: #000000;
    color: #ffde5b;
}

.slick-dots {
    position: absolute;
    bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
}

.slick-arrow {
    position: absolute;
    z-index: 99;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
    border: 0;
}

.slick-dots button {
    background: #828285;
    font-size: 0;
    border: 1px solid #fff;
    line-height: 0;
    width: 14px;
    height: 14px;
    border-radius: 0;
    margin: 0 4px;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
}

.slick-dots .slick-active button {
    background: #ffde59;
}

.slick-prev.slick-arrow {
    left: 5px;
}

.slick-next {
    right: 5px;
}

.slick-arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #ffffff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
    left: 10px;
}

.slick-arrow:hover:after {
    border-color: #fff;
}

.slick-prev:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 14px;
}


.hero-slider {
    position: relative;
}

h2.section-title {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    margin: 0 0 20px;
}

h2.section-title>span {
    padding: 0 10px;
    position: relative;
}

h2.section-title:after,
h2.section-title:before {
    content: "";
    width: 50px;
    height: 6px;
    border: 2px solid #000;
    border-top-width: 3px;
    border-bottom-width: 1px;
    border-left: 0;
    border-right: 0;
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
}

.ser-cnt {
    /* text-align: center; */
    margin: 0 0 30px;
}

p {
    margin: 0 0 20px;
}

p:last-child {
    margin: 0;
}

.blue-box-cnt h3 {
    margin: 0 0 10px;
}

.block-position-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.row.block-position-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
}

.row.block-position-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
}

.big-text {
    font-size: 60px;
    margin: 30px 0;
    font-weight: 600;
    color: #7f4040;
    line-height: 1;
}

.box-info h3 {
    font-size: 40px;
    text-align: center;
    margin: 0 0 20px;
    color: #000;
    font-weight: 600;
}

.box-info {
    text-align: center;
}

.box-col-inner-wrap {
    margin: 25px auto;
    max-width: 300px;
}

.box-deesc {
    font-size: 18px;
}

.box-figure>figure {
    padding-top: 100%;
    display: block;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.box-figure {
    max-width: 100px;
    margin: 0 auto 20px;
}

.empowred-section .box-figure {
    max-width: 100px;
    margin: 0 auto 0px;
    background: #000000;
    border-radius: 50%;
    padding: 20px;
    z-index: 1;
    position: relative;
}

.box-figure>figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.empowred-section .box-info {
    text-align: center;
    background: #eee;
    padding: 70px 30px 30px;
    margin-top: -40px;
}
.empowred-section .box-col-inner-wrap {
    margin: 25px auto;
    max-width: 100%;
}
.empowred-section .box-info h3 {
    font-size: 26px;
}

.hww-section .box-info h3 {
    font-size: 26px;
}

#testimonial .blue-box-cnt {
    color: #fff;
    font-size: 20px;
}

.ser-title-block {
    text-align: center;
}

.cover-block {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.blue-box-cnt p>strong {
    display: block;
    margin-top: 20px;
}
/* Faq Css */
.faq-section-title {
    font-weight: 400;
    margin: 0 0 20px;
}

.faq-cnt {
    margin: 0 0 20px;
}

.accordian-header h4 {
    display: block;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 25px 25px 25px 40px;
    color: #000;
    position: relative;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}

.accordian-header h4:after,.accordian-header h4:before {
    background-color: #000000;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 23px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.accordian-header h4:before {
    -webkit-transform: translate(0,-50%) rotate(90deg);
    transform: translate(0,-50%) rotate(90deg);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s,-webkit-transform .25s;
}
.accordian-header.is-active h4:before{
    -webkit-transform: translate(0,-50%) rotate(0);
    transform: translate(0,-50%) rotate(0);
}

.accordian-content {
    display: none;
    padding: 25px 25px 25px 40px;
}

.accordian-column {
    border: 2px solid #6f6f6f;
    border-left: 0;
    border-right: 0;
    margin: 5px 0;
    padding: 0;
}
.slick-dots > li:before {
    display: none;
}

.slick-dots > li {
    padding: 0 !important;
}
/* Team Section Design */
.mem-col-wrapper {
    border: 2px solid #ddd;
    margin: 15px 0;
    padding: 0;
    margin-top: 78px;
    background-color: #ffffff;
}

.mem-img {
    max-width: 124px;
    margin: auto;
    border: 2px solid #ddd;
    border-radius: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: -62px;
}

.designaion {
    color: #ffde59;
    margin-bottom: 13px;
}

.mem-img>figure {
    padding-top: 100%;
    border-radius: 50%;
    margin: auto;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fafafa;
    position: relative;
    z-index: 1;
}

.mem-details {
    text-align: center;
    padding: 20px;
}

.mem-details h4 {
    margin: 0 0 5px;
    font-weight: 400;
    text-transform: capitalize;
}
/* Location details css */
.location-image-wrap figure {
    position: relative;
    margin: 0;
    padding-top: 100%;
}

.location-image-wrap figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.75);
}

.location-info-box-inner {
    position: relative;
}

.location-info h4 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
}
.location-info-box{
    margin: 15px 0;
}
a.location-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0.76);
    color: #fff;
    font-size: 20px;
    opacity: 0;
    transition: all 0.2s ease-in;
}

.location-info-box-inner:hover .location-link {
    opacity: 1;
}
.image-background-section {
    position: relative;
    background-color: #a5a5a5;
    color: #fff;
}

.image-background-section:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    content: "";
    opacity: 0.5;
}
.form-column-section .ser-cnt {
    text-align: center;
    max-width: 910px;
    margin: auto;
}
.bg-gray{
    background-color: #e2e2e2;
}
.map-direction-frame iframe {
    width: 100%;
    display: block;
}
.location-image figure {
    padding: 0 !important;
    margin: 10px 0;
    border: 6px solid #efefef;
}

.location-image figure img {
    display: block;
}

.lc-address {
    margin: 20px 0;
}

span.col-label {
    font-weight: 600;
    flex: 0 0 150px;
    padding-right: 12px;
}

.lc-address address,.lc-address .col-detail {
    margin: 0;
    font-style: normal;
    flex: 1;
}
p:empty{
    display:none;
}
/* Blog category List */
.blog-categories > ul {
    display: flex;
    margin-left: -2px;
    margin-right: -2px;
}

.page-wrap ul>li {
    padding: 0;
}

.page-wrap ul>li:before {
    display: none;
}

.page-wrap ul>li > a {
    display: block;
    padding: 6px 14px;
    background: #000;
    color: #fff;
    text-transform: capitalize;
    line-height: 1;
    font-size: 14px;
    margin: 2px;
    transition: all 0.2s linear;
}

.page-wrap ul>li > a:hover {
    opacity: 0.7;
}
/* Responsive CSS */

@media screen and (max-width: 1199px) {

    h1,
    .h1 {
        font-size: 38px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h3,
    .h3 {
        font-size: 26px;
    }

    h4,
    .h4 {
        font-size: 22px;
    }

}

@media screen and (max-width: 767px) {

    .banner-title,
    h1,
    .h1 {
        font-size: 34px;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }    

    .x-button,
    a.x-button {
        padding: 16px 18px;
    }
    .section-title:after, 
    .section-title:before {
        width: 30px;
    }

}

/* utility css */
.m-0 {
    margin: 0 !important;
}

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

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-semi-bold {
    font-weight: 600 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.bg-white {
    background-color: #fff !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.m-0 {
    margin: 0 !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

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

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.ls-0 {
    letter-spacing: 0 !important;
}

.lh-1 {
    line-height: 1 !important;
}

@media screen and (min-width: 768px) {

    .pt-md-80 {
        padding-top: 80px !important;
    }

    .pt-md-70 {
        padding-top: 70px !important;
    }

    .pt-md-60 {
        padding-top: 60px !important;
    }

    .pt-md-50 {
        padding-top: 50px !important;
    }

    .pt-md-40 {
        padding-top: 40px !important;
    }

    .pt-md-30 {
        padding-top: 30px !important;
    }

    .pt-md-20 {
        padding-top: 20px !important;
    }

    .pt-md-10 {
        padding-top: 10px !important;
    }

    .pt-md-0 {
        padding-top: 0px !important;
    }

    .pb-md-80 {
        padding-bottom: 80px !important;
    }

    .pb-md-70 {
        padding-bottom: 70px !important;
    }

    .pb-md-60 {
        padding-bottom: 60px !important;
    }

    .pb-md-50 {
        padding-bottom: 50px !important;
    }

    .pb-md-40 {
        padding-bottom: 40px !important;
    }

    .pb-md-30 {
        padding-bottom: 30px !important;
    }

    .pb-md-20 {
        padding-bottom: 20px !important;
    }

    .pb-md-10 {
        padding-bottom: 10px !important;
    }

    .pb-md-0 {
        padding-bottom: 0px !important;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }
}