:root {
    --font-primary: 'Nunito', sans-serif;
}

body {
    text-align: center;
}

*:not(.upw__dashboard) p {
    margin-bottom: 1rem;
}

a {
    color: var(--second-colour);
}
a:hover {
    color: #D90333;
}

.fa, .fas {
    font-weight: 900;
}

.fa, .far, .fas, .fa-solid {
    font-family: "Font Awesome 5 Free";
}

.flex-align-start {
    align-items: flex-start;
}

.half-width {
    width: 50%;
}

.gap-3 {
    gap: 2rem;
}

.rounded {
    border-radius: 10px !important;
}

.container .row,
.auto-container .row {
    width:auto;
}

.bg-med {
    background-color: #F5F7FA;
}

.sec-title {
    text-align: center;
}

.sec-title.centred {
    text-align: center;
}

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-top .social-links li.shopping-basket-icon, .main-header .header-top .social-links li.account-icon{
	display:none;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 0;
    background: var(--main-colour);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.bg-image {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.bg-image img {
    width:100% !important;
    height:100% !important;
    object-fit: cover;
    object-position: center;
}

/** header-top **/

.main-header .header-top {
    position: relative;
    width: 100%;
    padding: 11.5px 0px;
}

.main-header .header-top .info li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #FBFAF9;
    line-height: 26px;
    margin-right: 20px;
}

.main-header .header-top .info li:last-child {
    margin: 0px !important;
}

.main-header .header-top .info li:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 20px;
    top: 2px;
    right: -10px;
}

.main-header .header-top .info li:last-child:before {
    display: none;
}

.main-header .header-top .info li a {
    display: inline-block;
    color: var(--main-colour);
}

.main-header .header-top .info li a:hover {}

.main-header .header-top .social-links li {
    position: relative;
    display: inline-block;
}

.main-header .header-top .social-links li:last-child {
    margin: 0px !important;
}

.main-header .header-top .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--main-colour);
}

.main-header .header-top .social-links li.shopping-basket-icon,
.main-header .header-top .social-links li.account-icon {
    margin: 0 0 0 25px;
}

.main-header .header-top .social-links li.shopping-basket-icon a,
.main-header .header-top .social-links li.account-icon a {
    padding: 4px 0 0;
    width: 44px;
    border-radius: 4px;
    margin-top: -4px;
    text-align: center;
    color: #FFFFFF;
}

.main-header .header-top .social-links li a .fa-shopping-cart {
    font-size: 22px;
    color: #FFFFFF;
}

.main-header .header-top .social-links li a:hover {}

.main-header .outer-box {
    position: relative;
}

.main-header .logo-box {
    position: relative;
    display: block;
    float: left;
    padding: 4px 13px 4px 0px;
    max-width: 260px;
    padding-right: 20px;
    border-right: 1px solid #e5e5e5;
}

.main-header .logo-sec {
    text-align: left;
}

.custom-logo-link img {
    width: 300px;
    max-width: 75%;
}

.main-header .info a.d-md-inline-block { /* Contact details text */
    display:none !important;
}

/* Mobile menu toggle - reset for desktop in responsive.css */
.header-lower {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.main-menu {
    float: left;
}

.main-header .menu-right-content {
    position: relative;
    padding: 14px 0px 14px 15px;
    border-left: 1px solid #e5e5e5;
    margin-left: 15px;
}

.main-header .menu-right-content li {
    position: relative;
    margin: 4px 0;
    display: inline-block;
}

/* .main-header .sticky-header .menu-right-content li {
    margin: 0;
} */

.main-header .menu-right-content li .theme-btn-one {
    box-shadow: none;
    padding: 4px 40px 4px 10px;
    /* width: 190px; */
    background:var(--second-colour, #00B9F2);
    color: #000;
}

.main-header .menu-right-content li .theme-btn-one:before,
.main-header .menu-right-content li .theme-btn-one:hover, 
.main-header .menu-right-content li .theme-btn-one:focus {
    /*background: var(--main-colour, #014620);*/
    color: #fff;
}


.main-header .sticky-header .menu-right-content li .theme-btn-one {
    padding: 4px 40px 4px 10px;
    margin: 2px 0;
    /* width:190px; */
}

.main-header .menu-right-content li .theme-btn-one i {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 34px;
    height: 34px;
    font-size: 17px;
    border-radius: 0px 5px 5px 0px;
    background: rgba(0, 0, 0, 0.1);
    line-height: 34px;
    text-align: center;
}

/* .main-header .sticky-header .menu-right-content li .theme-btn-one i {
    width: 22px;
    height: 30px;
    line-height: 30px;
} */


/** search box btn **/

.main-header .search-box-outer {
    position: relative;
    margin-right: 15px;
    top: 4px;
}

.main-header .search-box-btn {
    position: relative;
    font-size: 20px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    background: transparent;
    transition: all 500ms ease;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-header .search-box-btn:hover {}

.main-header .search-box-outer .dropdown-menu {
    top: 54px !important;
    padding: 0px;
    width: 330px;
    border-radius: 0px;
    background: #ffffff;
    right: 0;
    left: auto !important;
    transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 0.8) !important;
    border-color: transparent;
    border-radius: 3px;
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    transition: .5s ease;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
    display: block;
    transform: scale3d(1, 1, 1) !important;
    opacity: 1;
    visibility: visible;
}

.main-header .search-panel .form-container {
    padding: 30px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 50px 9px 15px;
    height: 50px;
    border: 1px solid #f3f5fe;
    border-radius: 3px;
    background: #f3f5fe;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #f3f5fe;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
    height: 48px;
    text-align: center;
    color: #111111;
    background: #f3f5fe;
    font-size: 14px;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
}

.dropdown-toggle::after {
    display: none;
}


/** main-menu **/

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}
.main-menu .show_mobile {
    display: none;
}

.main-menu .navigation {
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 20px 0px;
    margin: 0px 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
    margin-left: 0px !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-family: var(--font-primary);
    opacity: 1;
    color: #fff;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation > li.current_page_item > a {
    color: #fff;
    border-bottom: solid thin #fff;
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 19px;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {}

.main-menu .navigation>li.dropdown>a:before {
    position: absolute;
    content: "\f107";
    display: none;
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    top: 2px;
    right: 0px;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 250px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 10px 0px;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.main-menu .collapse .navigation>li.menu-item-has-children {
    padding-right: 15px;
}

.main-menu .collapse .navigation>li.menu-item-has-children:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transition: all 0.4s;
}

.main-menu .navigation li > a:hover,
.main-menu .navigation li > a:focus {
    color:#D4EDD8;
}

.main-menu .navigation > li.upw.login-register {
    padding-right:0;
}

.main-menu .navigation > li.upw.login-register:before {
    content:unset;
}

.main-menu .navigation>li.menu-item-has-children:hover:before {
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.main-menu .navigation>li:hover>ul {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation>li:hover>ul>li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation>li>ul>li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+6) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+7) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+8) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
    position: relative;
    display: block;
    padding: 14px 0px;
    line-height: 24px;
    font-weight: 400 !important;
    font-size: 16px;
    font-family: var(--font-primary);
    text-transform: capitalize;
    color: #424242;
    border-bottom: 1px solid var(--main-colour);
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {
}

.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a:hover {}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 14px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    right: 100%;
    top: 0%;
    width: 230px;
    z-index: 100;
    display: none;
    padding: 10px 0px;
    background: #121212;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.main-menu .navigation>li>ul>li:hover>ul>li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 14px 0px;
    line-height: 24px;
    font-weight: 400 !important;
    font-size: 16px;
    font-family: var(--font-primary);
    text-transform: capitalize;
    color: #FBFAF9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0px;
}

.sticky-header {
    padding: 15px 0;
}

/* .main-header .sticky-header .logo-box {
    display: none;
} */

.main-header .sticky-header .navigation >li {
    padding: 20px 0px;
    margin: 0px 10px;
}

.main-header .sticky-header .menu-right-content {
    /* padding: 2px 0px 2px 10px; */
}


/** megamenu-style **/

.main-menu .navigation>li.dropdown>.megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    font-weight: 500;
    padding: 3px 0px;
    color: #FBFAF9;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 40px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--main-colour);
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li.current-menu-item {
    border-top:solid thin #fff;
    border-bottom:solid thin #fff;
}


/* Mobile dropdown */

.mobile-menu .navigation li.menu-item-has-children>a {
    position: relative;
}

.mobile-menu .navigation li.menu-item-has-children:before {
    position: absolute;
    right: 20px;
    top: 20px;
    content: "";
    border: solid #CCCCCC;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transition: all 0.4s;
}

.mobile-menu .navigation li.menu-item-has-children.menu-item-has-children-active:before {
    padding: 5px;
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
}

.mobile-menu .navigation li.menu-item-has-children>a:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 44px;
    height: 100%;
    z-index: -1;
    background: #00000031;
    margin-right: -44px;
}

.mobile-menu .navigation li.menu-item-has-children.menu-item-has-children-active ul:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #00000020;
}

.mobile-menu .navigation li>a {
    margin-right: 44px;
}


/* -- */

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}
.mobile-menu .navigation li> a:hover,
.mobile-menu .navigation li> a:focus {
    color:#D4EDD8;
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 0px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {}

div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #FBFAF9;
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.80);
}

.mobile-menu .contact-info ul li a:hover {}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0px;
}


/** xs-sidebar **/

.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s;
    cursor: url("../images/icons/cross-out.png"), pointer;
    z-index: 999999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .8;
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    right: 100%;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-group .widget-heading a {
    font-size: 20px;
    font-weight: 400;
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 70px 30px;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in .3s;
    -o-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 0;
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    max-width: 172px;
    width: 100%;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
    margin-bottom: 30px;
    padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
    color: #848484;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    padding: 10px 20px;
    color: #848484;
    transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    resize: none;
    height: 120px;
}


/** pagination **/

.pagination {
    font-size: 1.2em;
    margin: 0 auto 40px;
}


/** banner-section **/

.banner-section {
    position: relative;
    width:100vw;
}

.banner-section svg.wave-01 {
    position: absolute;
    bottom: 0px;
    z-index: 3;
    height: 170px;
}

.banner-section svg.wave-02 {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 110%;
    height: 170px;
}

.banner-section svg.wave-03 {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    height: 170px;
}

.banner-carousel {
    position: relative;
    overflow: hidden;
}

.owl-carousel .owl-stage {
    display:flex;
    align-items: stretch;
}

.owl-carousel .owl-item {
    height: inherit;
}

.banner-section.style-one .banner-carousel .slide-item {
    position: relative;
    padding: 60px 0 130px;
    height:100%;
}

.banner-section.style-one .banner-carousel .slide-item .image-layer {
    left: 0px;
    width: 100%;
    height: 100%;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    inset: 0;
    isolation: isolate;
    /* -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear; */
}

/* .banner-section.style-one .banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
} */

.banner-section.style-one .banner-carousel .active .slide-item .image-layer img {
    object-fit: cover;
    object-position: center;
    width:100%;
    height:100%;
    max-width: unset;
}

.banner-carousel .content-inner {
    position: relative;
    display: block;
    background: var(--_card-background, #014D53);
    max-width: 545px;
    border-radius: 10px;
    padding: 65px 70px 70px 70px;
    z-index: 5;
    overflow: hidden;
    opacity: 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 3000ms ease;
    -moz-transition: all 3000ms ease;
    -ms-transition: all 3000ms ease;
    -o-transition: all 3000ms ease;
    transition: all 3000ms ease;
}

.banner-carousel .content-inner .pattern {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 155px;
    height: 246px;
    background-repeat: no-repeat;
}

.banner-carousel .active .content-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .slide-item[data-banner-overlay-colour] .content-inner {
    background:var(--_overlay-colour);
}

.banner-carousel h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    z-index: 1;
    color: var(--_card-text-colour, #FBFAF9);
}

.banner-carousel .slide-item[data-h5-colour] h5 {
    color:var(--_h5-colour) !important;
}

.banner-carousel .slide-item[data-banner-text-colour] .content-inner {
    color:var(--_text-colour);
}

.banner-carousel h5 span {
    margin-right: 10px;
    font-size: 16px;
}

.banner-carousel h1 {
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    margin-bottom: 15px;
    z-index: 1;
    color: var(--_card-text-colour, #FBFAF9);
}

.banner-carousel p {
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 23px;
    z-index: 1;
    color: var(--_card-text-colour, #FBFAF9);
}

.banner-section.style-one .slide-item .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 635px;
    height: 100%;
    background-repeat: no-repeat;
}

.banner-section.style-one .slide-item .pattern-layer .pattern-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 273px;
    height: 401px;
    background-repeat: no-repeat;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}

.banner-section.style-one .banner-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    right: 0px;
    transform: translateY(-50%);
}

.banner-section.style-one .banner-carousel .owl-nav > div {
    display:flex;
    justify-content: center;
    align-items: center;
    background:var(--_nav-colour, #014D53);
    color: #000;
    border-radius: 10px;
}

.banner-section.style-one .banner-carousel .owl-nav .owl-prev {
    position: absolute !important;
    right: 150px;
    top: 35px;
}

.banner-section.style-one .banner-carousel .owl-nav .owl-next {
    position: absolute !important;
    right: 150px;
    top: -35px;
}

.nav-style-one .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 64px;
    font-size: 24px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    font-weight: 700;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    cursor: pointer;
}

.nav-style-one .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 64px;
    font-size: 24px;
    text-align: center;
    background: var(--main-colour);
    border-radius: 50%;
    font-weight: 700;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    cursor: pointer;
}

.nav-style-one .owl-nav .owl-prev:hover,
.nav-style-one .owl-nav .owl-next:hover,
.banner-section.style-one .banner-carousel .owl-nav > div:hover {
    background:var(--_nav-hover-colour, #014D53);
    color: #fff;
}

.slide-item .theme-btn-one {
    background: var( --_card-button-background, #00B9F2);
    color: var( --_card-button-text, #fff);
}

.slide-item .theme-btn-one:hover,
.slide-item .theme-btn-one:focus,
.slide-item .theme-btn-one:before {
    background:var(--_card-button-background-hover, var(--main-colour));
    color: var(--_card-button-text-hover, #fff);
}

/** General pages **/

.content-section {
    position: relative;
    margin: 70px 0px;
}

.contact-page-section .content-section {
    margin: 50px 0px;
}

/** Prescription page **/

.order-step-section .section-heading {
    margin-bottom:50px;
}

.order-step-section + .step-section {
    padding-top:0;
}

/** steps-section **/

.steps-section {
    position: relative;
    padding: 50px 0px 50px 0px;
}

.steps-section .title-inner .sec-title,
.steps-section .title-inner .text {
    margin: 0 auto;
    flex-basis: 100%;
}

.steps-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.steps-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.steps-block-one .inner-box .image-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all 500ms ease;
}

.steps-block-one .inner-box:hover .image-box:after {
    opacity: 1;
}

.steps-block-one .inner-box .image-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all 500ms ease;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.0) 50%);
    z-index: 1;
    transition: all 500ms ease;
}

.steps-block-one .inner-box:hover .image-box::before {
    opacity: 0;
}

.steps-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
}

.steps-block-one .inner-box:hover .image-box img {
    transform: scale(1.1);
}

.steps-block-one .inner-box .image-box .social-links {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}

.steps-block-one .inner-box .image-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 3px;
}

.steps-block-one .inner-box .image-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #bfbfbf;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transform: scale(0, 0);
}

.steps-block-one .inner-box .image-box .social-links li a:hover {
    color: #fff;
}

.steps-block-one .inner-box:hover .image-box .social-links li a {
    transform: scale(1, 1);
}

.steps-block-one .inner-box .lower-content {
    position: relative;
    margin: 0px 40px;
    z-index: 1;
}

.steps-block-one .inner-box .lower-content .inner {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 36px 15px 31px 15px;
    overflow: hidden;
    margin-top: -65px;
    box-shadow: 0 20px 30px rgb(211, 220, 232, 0.6);
}

.steps-block-one .inner-box .lower-content .inner h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 4px;
}

.steps-block-one .inner-box .lower-content .inner h3 a {
    display: inline-block;
    color: #424242;
}

.steps-block-one .inner-box .lower-content .inner h3 a:hover {}

.steps-block-one .inner-box .lower-content .inner .designation {
    position: relative;
    display: block;
    font-size: 16px;
}

.steps-block-one .inner-box .lower-content .inner .pattern .pattern-1 {
    position: absolute;
    left: -30px;
    top: 0px;
    width: 109px;
    height: 129px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.steps-block-one .inner-box:hover .lower-content .inner .pattern .pattern-1 {
    opacity: 1;
    left: 0px;
}

.steps-block-one .inner-box .lower-content .inner .pattern .pattern-2 {
    position: absolute;
    right: -30px;
    bottom: 0px;
    width: 110px;
    height: 129px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.steps-block-one .inner-box:hover .lower-content .inner .pattern .pattern-2 {
    opacity: 1;
    right: 0px;
}


/** about-section **/

.about-section {
    position: relative;
    margin: 50px 0px;
}

#image_block_1 .image-box {
    position: relative;
    display: block;
    padding: 100px 0px 80px 0px;
}

#image_block_1 .image-box img {
    width: 100%;
    border-radius: 10px;
}

#image_block_1 .image-box .image-1 {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

#image_block_1 .image-box .image-1:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

#image_block_1 .image-box:hover .image-1:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

#image_block_1 .image-box .image-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
    box-shadow: 0 15px 50px #d3dce8;
}

#image_block_1 .image-box .clients-box {
    position: absolute;
    left: 50px;
    bottom: 40px;
    background: #fff;
    max-width: 245px;
    width: 100%;
    border-radius: 7px;
    padding: 19px 20px 15px 20px;
    box-shadow: 0 15px 50px #d3dce8;
}

#image_block_1 .image-box .clients-box .clients-thumb {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

#image_block_1 .image-box .clients-box .clients-thumb img {
    width: 100%;
    border-radius: 5px;
}

#image_block_1 .image-box .clients-box h3 {
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0px;
}

#image_block_1 .image-box .clients-box span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-family: var(--font-primary);
    color: #727272;
    font-weight: 500 !important;
}

#image_block_1 .image-box .pattern-box .pattern-1 {
    position: absolute;
    left: -45px;
    top: 50px;
    width: 95px;
    height: 95px;
    background-repeat: no-repeat;
}

#image_block_1 .image-box .pattern-box .pattern-2 {
    position: absolute;
    right: -28px;
    bottom: 215px;
    width: 95px;
    height: 95px;
    background-repeat: no-repeat;
}

#content_block_1 .content-box .upper-box .text {
    position: relative;
    margin-bottom: 45px;
}

#content_block_1 .content-box .upper-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

#content_block_1 .content-box .sec-title {
    margin-bottom: 32px;
}

.counter-block-one {
    position: relative;
    text-align: center;
}

.counter-block-one .icon-box {
    position:relative;
    display:inline-block;
    width: 26px;
    height: 32px;
}

.counter-block-one .icon-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.2;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
}

.counter-block-one .icon-box .dotted {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.counter-block-one .icon-box .dotted-1 {
    left: 0px;
    top: 6px;
}

.counter-block-one .icon-box .dotted-2 {
    top: 6px;
    right: 6px;
}

.counter-block-one .icon-box .dotted-3 {
    right: 6px;
    bottom: 6px;
}

.counter-block-one .count-outer {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    font-family: var(--font-primary);
    color: #424242;
    font-weight: 600 !important;
    margin: 0 1rem 10px;
}

.counter-block-one p {
    font-size: 17px;
    line-height: 24px;
    color: #424242;
    font-weight: 600;
}

.about-section .pattern-layer .pattern-1 {
    position: absolute;
    top: 70px;
    right: 300px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
}

.about-section .pattern-layer .pattern-2 {
    position: absolute;
    top: 80px;
    right: 80px;
    background: #f7f8f9;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.bg-color-1 {
    background: #f5f7fa;
}


/** service-section **/

.service-section {
    position: relative;
    padding: 50px 0px 50px 0px;
}

.service-block-one {
    height: 100%;
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 60px;
    box-shadow: 0 15px 40px #d3dce8;
    height: calc(100% - 65px);
}

.service-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 4px;
}

.service-block-one .inner-box .image-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all 500ms ease;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.0) 80%);
    z-index: 1;
}

.service-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
    border-radius: 6px;
}

.service-block-one .inner-box:hover .image-box img {
    opacity: 0.5;
    transform: scale(1.1);
}

.service-block-one .inner-box .lower-content {
    position: relative;
    padding: 30px 30px 30px 40px;
}

.service-block-one .inner-box .lower-content .icon-box {
    position: relative;
    font-size: 65px;
    line-height: 60px;
    margin-bottom: 32px;
    margin: -80px auto 11px;
    width: auto;
    text-align: center;
    z-index: 3;
}

.service-block-one .inner-box .lower-content .icon-box:before {
    position: absolute;
    content: '';
    height: 80px;
    width: 45px;
    top: -7px;
    left: 0px;
    clip-path: polygon(0% 0%, 60% 0%, 100% 100%, 0% 100%, 0% 0%);
    opacity: 0.1;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .icon-box:before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
    opacity: 0.2;
}

.service-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}

.service-block-one .inner-box .lower-content h3.service-title {
    text-transform: uppercase;
    text-align: center;
    min-height: 60px;
}

.service-block-one .inner-box .lower-content .content {
    min-height: 250px;
}

.service-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #424242;
}

.service-block-one .inner-box .lower-content h3 a:hover {}

.service-block-one .inner-box .lower-content p {
    margin-bottom: 21px;
}

.service-block-one .inner-box .pattern {
    position: absolute;
    right: -30px;
    bottom: 0px;
    width: 99px;
    height: 170px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover .pattern {
    right: 0px;
    opacity: 1;
}

.service-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 290px;
    bottom: 65px;
    width: 80px;
    height: 80px;
    z-index: 1;
    background-repeat: no-repeat;
}

.service-section .pattern-layer .pattern-2 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    background: #f0f3f7;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.service-section .pattern-layer .pattern-3 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 710px;
    height: 570px;
    background-repeat: no-repeat;
}


/** service-section **/

.google-reviews-section {
    position: relative;
    padding: 50px 0px 50px 0px;
}

.google-reviews-section .ti-rating-text * {
    font-size: 26px !important;
}


/** chooseus-section **/

.chooseus-section {
    position: relative;
    background: #fff;
}

.chooseus-section .pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 167px;
    height: 284px;
    background-repeat: no-repeat;
}

.chooseus-section .bg-column {
    position: absolute;
    isolation: isolate;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.chooseus-section .content-column {
    position: relative;
    float: right;
    width: 50%;
}

.chooseus-section .content-column .content-inner {
    position: relative;
    display: block;
    text-align: left;
    max-width: 620px;
}

.accordion-box .block {
    position: relative;
    display: block;
    transition: all 500ms ease;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    color: #424242;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
    z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: #fff;
}

 .accordion-box .block .acc-btn.active .icon-outer i:before {
    /* position: relative;
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
    margin: 0px; */
    content: "\e912";
} 

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    padding: 17px 0px 0 45px;
    cursor: pointer;
    background: transparent;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 0;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding-left: 45px;
    padding-bottom: 11px;
}

.chooseus-section .content-column .content-inner {
    position: relative;
    padding: 50px 30px 50px 130px;
}

.chooseus-section .content-column .content-inner .sec-title {
    margin-bottom: 18px;
}


/** clients-section **/

.clients-section {
    position: relative;
    padding: 50px 0px 50px 0px;
}

.clients-section .clients-logo-box {
    position: relative;
    display: block;
}

.clients-section .clients-logo-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .clients-logo-box img:hover {
    opacity: 0.5;
}

.clients-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1920px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1920px 0;
    }
}


/** agent-section **/

.agent-section {
    position: relative;
}

.agent-section .inner-container {
    position: relative;
    background: #fff;
    padding: 50px 50px;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    margin-top: -140px;
}

#content_block_2 .content-box {
    position: relative;
    display: block;
    border: 1px dashed #d9d9d9;
    border-radius: 10px;
    padding: 32px 40px 21px 40px;
}

#content_block_2 .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

#content_block_2 .content-box .support-box {
    position: relative;
    padding-left: 65px;
}

#content_block_2 .content-box .support-box .icon-box {
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 26px;
    line-height: 30px;
}

#content_block_2 .content-box .support-box .icon-box:before {
    position: absolute;
    content: '';
    height: 44px;
    width: 36px;
    top: -5px;
    left: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
    opacity: 0.1;
}

#content_block_2 .content-box .support-box h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0px;
}

#content_block_2 .content-box .support-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: var(--font-primary);
    font-weight: 900 !important;
}

#content_block_2 .content-box .support-box h3 a {
    display: inline-block;
}

#content_block_2 .content-box .support-box h3 a:hover {}

#content_block_3 .content-box {
    position: relative;
    display: block;
    border: 1px dashed #d9d9d9;
    border-radius: 10px;
    padding: 32px 40px 37px 40px;
}

#content_block_3 .content-box h3 {
    display: block;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 22px;
}

#content_block_3 .content-box .subscribe-form .form-group {
    position: relative;
    margin: 0px;
    padding-right: 150px;
    border-radius: 5px;
    overflow: hidden;
}

#content_block_3 .content-box .subscribe-form .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #efeded;
    font-size: 17px;
    color: #808080;
    padding: 10px 20px;
    border-radius: 5px 0px 0px 5px;
    transition: all 500ms ease;
}

#content_block_3 .content-box .subscribe-form .form-group input:focus {}

#content_block_3 .content-box .subscribe-form .form-group button {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px;
    padding: 12px 26px;
}

#content_block_3 .content-box .subscribe-form .form-group button:before {
    border-radius: 0px;
}


/** team-section **/

.team-section {
    position: relative;
    padding: 50px 0px 50px 0px;
}

.team-section .title-inner .sec-title,
.team-section .title-inner .text {
    width: 50%;
}

.team-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    z-index: 3;
}

.team-block-one .inner-box .image-box:after {
    position: absolute;
    content: '';
    background: rgb(0 34 79 / 60%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box:after {
    opacity: 1;
}

.team-block-one .inner-box .image-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all 500ms ease;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.0) 50%);
    z-index: 1;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box::before {
    opacity: 0;
}

.team-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img {
    transform: scale(1.1);
}

.team-block-one .inner-box .image-box .social-links {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}

.team-block-one .inner-box .image-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 3px;
}

.team-block-one .inner-box .image-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #bfbfbf;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transform: scale(0, 0);
}

.team-block-one .inner-box .image-box .social-links li a:hover {
    color: #fff;
}

.team-block-one .inner-box:hover .image-box .social-links li a {
    transform: scale(1, 1);
}

.team-block-one .inner-box .lower-content {
    position: relative;
    margin: 0px 40px;
    z-index: 7;
}

.team-block-one .inner-box .lower-content .inner {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 36px 15px 31px 15px;
    overflow: hidden;
    margin-top: -65px;
}

.team-block-one .inner-box .lower-content .inner h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 4px;
}

.team-block-one .inner-box .lower-content .inner h3 a {
    display: inline-block;
    color: #424242;
}

.team-block-one .inner-box .lower-content .inner h3 a:hover {}

.team-block-one .inner-box .lower-content .inner .designation {
    position: relative;
    display: block;
    font-size: 16px;
}

.team-block-one .inner-box .lower-content .inner .pattern .pattern-1 {
    position: absolute;
    left: -30px;
    top: 0px;
    width: 109px;
    height: 129px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .lower-content .inner .pattern .pattern-1 {
    opacity: 1;
    left: 0px;
}

.team-block-one .inner-box .lower-content .inner .pattern .pattern-2 {
    position: absolute;
    right: -30px;
    bottom: 0px;
    width: 110px;
    height: 129px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .lower-content .inner .pattern .pattern-2 {
    opacity: 1;
    right: 0px;
}


/** testimonial-section **/

.testimonial-section {
    position: relative;
    padding-bottom: 140px;
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 64px 60px 70px 70px;
    box-shadow: 0 10px 40px rgb(211, 220, 232, 0.6);
}

.testimonial-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-section .owl-carousel .owl-item {
    opacity: 0;
    transition: all 500ms ease;
}

.testimonial-section .owl-carousel .owl-item.active {
    opacity: 1;
}

.testimonial-block-one .inner-box .text {
    margin-bottom: 20px;
}

.testimonial-block-one .inner-box .text p {
    font-size: 20px;
    line-height: 30px;
    color: #424242;
    font-weight: 600;
    font-style: italic;
}

.testimonial-block-one .inner-box .quote {
    position: absolute;
    right: 70px;
    bottom: 80px;
    font-size: 60px;
    opacity: 0.1;
}

.testimonial-block-one .inner-box .author-info {
    position: relative;
    padding: 9px 0px 7px 0;
}

.testimonial-block-one .inner-box .author-info .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .author-info .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .author-info h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0px;
}

.testimonial-block-one .inner-box .author-info .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.testimonial-block-one .inner-box .pattern {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 35px;
    height: 50px;
    background-repeat: no-repeat;
}

.testimonial-section .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 56px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    background: transparent;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px 5px;
    transition: all 500ms ease;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 3px;
    top: 3px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span:before,
.testimonial-section .owl-theme .owl-dots .owl-dot span:hover:before {
    transform: scale(1, 1);
}

.testimonial-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: -75px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


/** video-section **/

.video-section {
    position: relative;
    width: 100%;
    padding: 235px 0px 320px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.video-section:before {
    position: absolute;
    content: '';
    background: #000e20;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.5;
}

.video-section .inner-box a {
    position: relative;
    display: inline-block;
    font-size: 35px;
    width: 100px;
    height: 100px;
    line-height: 94px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 14px;
}

.video-section .inner-box a:after,
.video-section .inner-box a:before {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.video-section .inner-box a:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.video-section .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #FBFAF9;
    font-weight: 600;
}


/** cta-section **/

.cta-section {
    position: relative;
}

.cta-section .inner-container {
    position: relative;
    padding: 78px 0px 81px 100px;
    border-radius: 10px 0px 0px 10px;
    margin-top: -85px;
}

.cta-section .inner-container:before {
    position: absolute;
    content: '';
    border-radius: 10px 0px 0px 10px;
    width: 5000px;
    height: 100%;
    left: 0px;
    top: 0px;
}

.cta-section .text h2 {
    position: relative;
    font-size: 40px;
    line-height: 50px;
    color: #FBFAF9;
    font-weight: 600;
    margin-bottom: 13px;
}

.cta-section .text h2 span {
    color: #FBFAF9;
}

.cta-section .text p {
    font-weight: 600;
    color: #FBFAF9;
}

.cta-section .btn-box .theme-btn-one {
    box-shadow: none;
}

.cta-section .inner-container .pattern .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-section .inner-container .pattern .pattern-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 339px;
    height: 143px;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
}

.cta-section .pattern-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 530px;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}


/** news-section **/

.news-section {
    position: relative;
    padding: 50px 0px 50px 0px;
    background:#F5F7FA;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgb(211, 220, 232, 0.6);
    margin-bottom: 10px;
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    background: rgb(0 34 79 / 60%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 1;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box:before {
    opacity: 1;
}

.news-block-one .inner-box .image-box img {
    width: 100%;
    transform: scale(1.1);
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img {
    transform: scale(1);
}

.news-block-one .inner-box .image-box a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 0px;
    color: #FBFAF9;
    z-index: 1;
}

.news-block-one .inner-box .lower-content {
    position: relative;
    padding: 35px 40px 40px 40px;
}

.news-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 17px;
}

.news-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #424242;
}

.news-block-one .inner-box .lower-content h3 a:hover {}

.news-block-one .inner-box .lower-content .admin-box {
    position: relative;
    padding: 0px 0px 8px 0;
    margin-bottom: 24px;
}

.news-block-one .inner-box .lower-content .admin-box .admin-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.news-block-one .inner-box .lower-content .admin-box .admin-thumb img {
    width: 100%;
    border-radius: 50%;
}

.news-block-one .inner-box .lower-content .admin-box a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #424242;
    line-height: 22px;
    font-family: var(--font-primary);
    font-weight: 600 !important;
    margin-bottom: 0px;
}

.news-block-one .inner-box .lower-content .admin-box a:hover {}

.news-block-one .inner-box .lower-content .admin-box span {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 14px;
    color: #808080;
}

.news-block-one .inner-box .lower-content p {
    margin-bottom: 21px;
}

.news-block-one .inner-box .lower-content .pattern {
    position: absolute;
    right: -30px;
    bottom: 0px;
    width: 99px;
    height: 170px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .lower-content .pattern {
    right: 0px;
    opacity: 1;
}

.news-section .pattern-layer .pattern-1 {
    position: absolute;
    top: 110px;
    left: 220px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
}

.news-section .pattern-layer .pattern-2 {
    position: absolute;
    top: -10px;
    left: 90px;
    background: #f7f8f9;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}


/** contact-section **/

.contact-section {
    position: relative;
    padding: 50px 0px 50px 0px;
    background-size: cover;
    isolation: isolate;
}

.contact-section .image-layer {
    position: absolute;
    left: 170px;
    bottom: 0px;
}

.contact-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
}

.contact-section .sec-title h2 {
    color: #FBFAF9;
}

.contact-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 410px;
    height: 602px;
    background-repeat: no-repeat;
}

.contact-section .pattern-layer .pattern-2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 582px;
    height: 666px;
    background-repeat: no-repeat;
}

#content_block_4 .content-box .form-inner {
    position: relative;
    display: block;
    background: #fff;
    padding: 65px 70px 0px 70px;
    box-shadow: 0 20px 30px rgb(211, 220, 232, 0.6);
    border-radius: 10px;
    overflow: hidden;
}

#content_block_4 .content-box .form-inner .pattern {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 139px;
    height: 236px;
    background-repeat: no-repeat;
}

#content_block_4 .content-box .form-inner h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 32px;
}

.default-form {
    border-radius: 10px;
}

.default-form .wpcf7-checkbox .wpcf7-list-item label,
.default-form .wpcf7-acceptance .wpcf7-list-item label,
.default-form .wpcf7-radio .wpcf7-list-item label {
    padding-left: 38px;
}

.default-form .wpcf7-checkbox .wpcf7-list-item,
.default-form .wpcf7-acceptance .wpcf7-list-item,
.default-form .wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin-inline: 0;
    text-align: left;
}

.default-form .wpcf7-checkbox .wpcf7-list-item input,
.default-form .wpcf7-acceptance .wpcf7-list-item input,
.default-form .wpcf7-radio .wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.default-form .wpcf7-checkbox .wpcf7-list-item input+span,
.default-form .wpcf7-acceptance .wpcf7-list-item input+span,
.default-form .wpcf7-radio .wpcf7-list-item input+span {
    position: relative;
    padding-top: 6px;
}

.default-form .wpcf7-checkbox .wpcf7-list-item input+span::before,
.default-form .wpcf7-acceptance .wpcf7-list-item input+span::before,
.default-form .wpcf7-radio .wpcf7-list-item input+span::before {
    content: "";
    display: block;
    position: absolute;
    width: 31px;
    height: 31px;
    background: white;
    top: 0;
    left: -38px;
    border-radius: 5px;
    color: var(--main-colour);
    padding: 2px 4px;
    text-align: center;
    font-size: 26px;
    border: 1px solid;
}

.default-form .wpcf7-checkbox .wpcf7-list-item input:checked+span,
.default-form .wpcf7-acceptance .wpcf7-list-item input:checked+span,
.default-form .wpcf7-radio .wpcf7-list-item input:checked+span {
    color: var(--main-colour);
}

.default-form .wpcf7-checkbox .wpcf7-list-item input:checked+span::before,
.default-form .wpcf7-acceptance .wpcf7-list-item input:checked+span::before,
.default-form .wpcf7-radio .wpcf7-list-item input:checked+span::before {
    content: '\2714';
}

.default-form .wpcf7-form-control-signature-global-wrap {
    position: relative;
}

.default-form .wpcf7-form-control-signature-wrap {
    width: 100% !important;
}

.default-form .wpcf7-form-control-clear-wrap {
    position: absolute;
    bottom: 0;
    right: 5px;
}

.default-form .wpcf7-form-control-clear-wrap input {
    background: #CCCCCC;
    margin: 5px 0;
    padding: 0px 5px;
}

.default-form .form-wrapper {
    display: flex;
    padding: 20px 0;
    flex-wrap: wrap;
    border-radius: 10px;
    margin-bottom: 0;
    color: #424242;
}

.default-form .form-group {
    position: relative;
    margin: 0 10px 20px;
    flex: 1;
    min-width: 220px;
    clear: both;
    text-align: center;
}

.default-form .form-group p.question {
    color: #424242;
    overflow: auto;
    margin: 10px;
}

.default-form .form-sub-group {
    display: flex;
    /* position:absolute; */
    /* z-index: 1; */
    clear: both;
    align-items: flex-end;
    background: #424242;
    background: linear-gradient(0deg, #008f9a 0%, #014d53 100%);
    margin: 0 4px;
    padding: 10px 0 0;
    color: #FBFAF9;
    flex-wrap: wrap;
}   

.default-form .form-wrapper:has([data-class="wpcf7cf_group"]:not(.wpcf7cf-hidden)) {
    align-items: flex-start !important;
}

.wpcf7-spinner {
    display:block;
}

.wpcf7 input[type="file"] {
    max-width: 100%;
}

/* p.hide-toggle {
    position: absolute;
    top: -1rem;
    right: 0;
    background: #eee;
    padding: 0.5rem;
    margin: 0;
    display: block;
    line-height: 1;
    z-index: 10;
    border-radius:5px;
    transition:all ease .3s;
}

p.hide-toggle:hover {
    cursor: pointer;
    background:#ddd;
} */

.default-form .form-group .form-sub-group .form-group p.question {
    color: #FBFAF9;
}

.default-form .form-group-full {
    flex: calc(100% - 20px);
}

.default-form .form-group-half {
    flex: calc(50% - 20px);
}

.default-form h3 {
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

.default-form .wpcf7cf_group {
    transition: all 2s;
    display: flex;
}

.default-form input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.default-form textarea,
.default-form select,
.default-form canvas {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid var(--main-colour);
    border-radius: 5px;
    font-size: 16px;
    color: #727272;
    padding: 10px 20px !important;
    transition: all 500ms ease;
    background: #FFFFFF;
}

.default-form input.wpcf7-number {
    margin: auto;
    padding: 8px !important;
}

.default-form canvas {
    height: 100%;
    width: 100% !important;
    resize: none;
}

.default-form textarea {
    height: 120px;
    resize: none;
}

.default-form input:focus,
.default-form textarea:focus,
.default-form select {
    box-shadow: unset !important;
}

.default-form .nice-select.open .list {
    width: 100%;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    padding: 17px 37px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    background: var(--main-colour);
    color: white;
}

#content_block_4 .content-box .sec-title {
    margin-bottom: 58px;
}


/** WooCommerce **/

#content_block_1 .content-box .upper-box .woocommerce-cart-form .text {
    margin-bottom: 0;
}

.woocommerce-page table.cart td.actions .input-text {
    width: auto;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: inline;
    text-align: center;
    margin-bottom: 0;
    font-size: 1em;
    padding: 1em;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {}

.woocommerce div.product p.price,
.section-title .woocommerce div.product p.price,
.woocommerce div.product .price span,
.section-title .woocommerce div.product .price span {
    font-size: 30px !important;
}

.single-product .summary.entry-summary h1,
.woocommerce-Tabs-panel h2,
.related.products h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 60px 0;
    position: relative;
}

.single-product .summary.entry-summary h2,
.single-product .summary.entry-summary h3 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 60px 0;
    position: relative;
}

.single-product .summary.entry-summary h2:after,
.single-product .summary.entry-summary h3:after,
.single-product .summary.entry-summary h1:after,
.woocommerce-Tabs-panel h2:after,
.related.products>h2:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 2px;
    width: 50px;
    content: '';
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    height: 50px !important;
    width: 50px !important;
}

.woocommerce .related.products ul.products li.product .price {
    color: var(--optionalColor) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.everest-forms-nav-align--center button {
    margin: 0 3px !important;
}

.woocommerce .quantity .qty {
    text-align: center !important;
    padding: 6px 5px 5px !important;
    border: #ddd 1px solid !important;
}

.hidde_field {
    display: none !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
    max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%;
    max-width: 100%;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    backface-visibility: hidden !important;
    border-radius: 5px !important;
    color: #FBFAF9 !important;
    display: inline-block !important;
    font-size: 15px !important;
    line-height: 1 !important;
    padding: 12px 20px 12px 20px !important;
    position: relative !important;
    text-align: center !important;
    text-transform: capitalize !important;
    transform: translateZ(0px) !important;
    transition: 0.3s !important;
    transition-property: color !important;
    font-weight: 500 !important;
}

.woocommerce #respond input#submit.alt:after,
.woocommerce a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce input.button.alt:after,
.woocommerce #respond input#submit:after,
.woocommerce a.button:after,
.woocommerce button.button:after,
.woocommerce input.button:after {
    border-radius: 5px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition: 0.3s;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #ffffff;
}

.woocommerce #respond input#submit:hover:after,
.woocommerce a.button:hover:after,
.woocommerce button.button:hover:after,
.woocommerce input.button:hover:after {
    transform: scaleX(1);
}

.woocommerce.recommended ul.products li.product .button {
    margin: 3px 0;
    width: 100%;
}

.woocommerce ul.products li.product .price {
    font-size: 30px !important;
}

.woocommerce a.added_to_cart {
    clear: both !important;
    width: 100% !important;
    margin: 20px 0 0 !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
select {
    padding: 10px !important;
}

.woocommerce form .form-row,
.woocommerce form .form-row label,
.woocommerce form .form-row span {
    width: 100%;
}

.woocommerce form .form-row.half-width {
    width: 50%;
    display: inline-block;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 200px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
}

.single-treatments .woocommerce ul.products li.product,
.single-treatments .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 1% 30px 1%;
    padding: 0;
    position: relative;
    width: 23%;
    margin-left: 1%;
}

.woocommerce.recommended {
    margin: 0 0 50px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 0px 0;
}

b,
strong,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
select {}

.woocommerce-MyAccount-navigation-link {
    width: 100%;
    float: left;
    margin: 0 0 3px 0;
    list-style: none;
}

.woocommerce-Addresses.col2-set .col-1,
.woocommerce-Addresses.col2-set .col-1 {
    padding: 20px !important;
    background-color: #f7f7f7 !important;
    margin-top: 20px !important;
}

.woocommerce-Addresses.col2-set .col-2,
.woocommerce-Addresses.col2-set .col-2 {
    padding: 20px !important;
    background-color: #f7f7f7 !important;
    margin-top: 20px !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 30px;
    border: 1px solid #f7f6f7;
}

.woocommerce-MyAccount-navigation-link a {
    padding: 10px;
    color: #FBFAF9;
    width: 100%;
    float: left;
}

.woocommerce form .form-row textarea {
    line-height: 1.3!important;
}


/** main-footer **/

.main-footer {
    position: relative;
}

.footer-top {
    padding-block:5rem;
}

.footer-bottom {
    padding-block: 3rem;
}

.footer-inner {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-color: var(--_footer-bg, #222);
}

.footer-logo {
    max-width: 300px;
    margin-bottom:1rem;
}

.footer-inner .widget-title {
    position: relative;
    display: block;
    margin-bottom: 23px;
    margin-top:23px;
}

.footer-inner .widget-title h2 {
    font-size: 30px;
    line-height: 40px;
    color: var(--_footer-text-colour, #FBFAF9);
    font-weight: 700;
}

.footer-inner .widget-title h3 {
    font-size: 22px;
    line-height: 30px;
    color: var(--_footer-text-colour, #FBFAF9);
    font-weight: 700;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 13px;
}

.footer-inner .footer-widget p {
    line-height: 28px;
    color: var(--_footer-text-colour, #FBFAF9);
}

.footer-inner .footer-widget .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.footer-inner .footer-widget .social-links li:last-child {
    margin: 0px !important;
}

.footer-inner .footer-widget .social-links li a {
    position: relative;
    display: inline-block;
    color: var(--_footer-link-colour, var(--main-colour, #02baf1));
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.footer-inner a {
    color: var(--_footer-link-colour, var(--main-colour, #02baf1));
}

.footer-inner .footer-widget .social-links li a:hover {
    color: #fff;
}

.footer-inner .about-widget .text {
    margin-bottom: 37px;
}

.footer-inner .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 9px;
}

.footer-inner .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.footer-inner .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    font-family: var(--font-primary);
}

.footer-inner .links-widget .links-list li a:hover {}

.footer-inner .contact-widget .text {
    margin-bottom: 11px;
}

.footer-inner .contact-widget .info-list li {
    position: relative;
    display: block;
    line-height: 28px;
    color: var(--_footer-text-colour, #FBFAF9);
    margin-bottom: 10px;
}

.footer-inner .contact-widget .info-list li:last-child {
    margin-bottom: 0px;
}

.footer-inner .contact-widget .info-list li a {
    display: inline-block;
    color: var(--_footer-text-colour, #FBFAF9);
    font-family: var(--font-primary);
}

.footer-inner .contact-widget .info-list li a:hover {}

.footer-inner .contact-widget p {
    line-height: 30px;
}

.footer-inner .compliance-widget-2 p {
    line-height: normal;
}

.footer-inner .compliance-widget-2 figure {
    display: inline-block;
}

.footer-inner .compliance-widget-2 figure img {
    height: 60px;
    width: auto;
}

.hours-list li {
    font-weight:bold;
}
.hours-list li .time {
    font-weight: 400;
}

.footer-inner .how-to-widget p {
    line-height: normal;
}

.footer-inner .subscribe-widget .text {
    margin-bottom: 38px;
}

.footer-inner .subscribe-widget .subscribe-form .form-group {
    position: relative;
    margin: 0px;
    border-radius: 5px;
    overflow: hidden;
}

.footer-inner .subscribe-widget .subscribe-form .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    border: 1px solid #fff;
    padding: 10px 80px 10px 20px;
    font-size: 16px;
    color: #808080;
    transition: all 500ms ease;
}

.footer-inner .subscribe-widget .subscribe-form .form-group button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
}

.footer-inner .subscribe-widget .subscribe-form .form-group input:focus {}

.footer-inner .footer-bottom {
    background-color: var(--_footer-bg, #222);
}

.footer-bottom .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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;
}

.footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    line-height: 28px;
    color: var(--_footer-link-colour, #FBFAF9);
    margin: 0 10px;
}

.footer-bottom .footer-nav li a {
    color: var(--_footer-text-colour, #FBFAF9);
}

.footer-bottom .footer-nav li a:hover {}

.pm-link {
    color:var(--main-colour);
    font-weight: bold;
}

.scroll-top {
    background: var(--_scroll_background_colour,var(--main-colour, #5e8967));
    color: var(--_scroll_icon_colour, #fbfaf8);
}

.scroll-top:hover {
    background: var(--_scroll_background_hover_colour,var(--second-colour, #00b9f1));
    color: var(--_scroll_icon_colour_hover, #fbfaf8);
}

/*** 

====================================================================
Home-Page-Two
====================================================================

***/

.main-header.style-two .header-lower {
    position: relative;
    padding: 0px 70px;
}


/** banner-style-two **/

.banner-section.style-two {
    position: relative;
    background: #f7f9fb;
    overflow: hidden;
}

.banner-section.style-two .pattern-layer {
    position: absolute;
    left: 100px;
    top: 50px;
    width: 246px;
    height: 245px;
    background-repeat: no-repeat;
}

.banner-section.style-two .banner-carousel .slide-item {
    position: relative;
    padding: 191px 0px 200px 0px;
}

.banner-carousel .content-box {
    max-width: 400px;
    z-index: 5;
}

.banner-section.style-two .banner-carousel h5 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.banner-section.style-two .banner-carousel .active h5 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.banner-section.style-two .banner-carousel h1 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.banner-section.style-two .banner-carousel .active h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-section.style-two .banner-carousel p {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.banner-section.style-two .banner-carousel .active p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.banner-section.style-two .banner-carousel .theme-btn-one {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.banner-section.style-two .banner-carousel .active .theme-btn-one {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -ms-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms;
}

.banner-section.style-two .banner-carousel .slide-item .image-layer {
    width: 50%;
    right: 0px;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
}

.banner-section.style-two .banner-carousel .owl-nav {
    position: absolute;
    left: 70px;
    bottom: 70px;
}

.banner-section.style-two .nav-style-one .owl-nav .owl-next,
.banner-section.style-two .nav-style-one .owl-nav .owl-prev {
    display: block;
}

.banner-section.style-two .nav-style-one .owl-nav .owl-prev {
    margin-bottom: 10px;
}


/** feature-section **/

.feature-section {
    position: relative;
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden;
    padding: 58px 30px 51px 30px;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgb(211 220 232 / 50%);
}

.feature-block-one .inner-box .bg-layer {
    position: absolute;
    content: "";
    top: 0;
    left: -101%;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background-size: 101% 101%;
}

.feature-block-one .inner-box .bg-layer:before {
    position: absolute;
    content: '';
    background: rgba(0, 52, 120, 0.9);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.feature-block-one .inner-box:hover .bg-layer {
    left: 0px;
}

.feature-block-one .inner-box .pattern-layer .pattern-1 {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 22px;
    height: 38px;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.feature-block-one .inner-box .pattern-layer .pattern-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 77px;
    background-repeat: no-repeat;
    bottom: -77px;
    z-index: 1;
    transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .pattern-layer .pattern-2 {
    bottom: 0px;
}

.feature-block-one .inner-box:hover .pattern-layer .pattern-1 {
    opacity: 0;
}

.feature-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 148px;
    height: 143px;
    line-height: 143px;
    text-align: center;
    font-size: 65px;
    margin-bottom: 24px;
    transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box {}

.feature-block-one .inner-box .icon-box .pattern .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.feature-block-one .inner-box .icon-box .pattern .pattern-2 {
    position: absolute;
    left: -5px;
    top: 0px;
    width: 140px;
    height: 136px;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.feature-block-one .inner-box .icon-box .pattern .pattern-3 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms ease;
}

.feature-block-one .inner-box .icon-box .pattern .pattern-4 {
    position: absolute;
    left: -5px;
    top: 0px;
    width: 140px;
    height: 136px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box .pattern .pattern-1,
.feature-block-one .inner-box:hover .icon-box .pattern .pattern-2 {
    opacity: 0;
}

.feature-block-one .inner-box:hover .icon-box .pattern .pattern-3,
.feature-block-one .inner-box:hover .icon-box .pattern .pattern-4 {
    opacity: 1;
}

.feature-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}

.feature-block-one .inner-box p {
    transition: all 500ms ease;
}

.feature-block-one .inner-box:hover h3 a,
.feature-block-one .inner-box:hover p {
    color: #fff;
}


/** about-style-two **/

.about-style-two {
    position: relative;
}

.about-style-two .pattern-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 375px;
    height: 583px;
    background-repeat: no-repeat;
}

#image_block_2 .image-box {
    position: relative;
    display: block;
    padding-right: 110px;
}

#image_block_2 .image-box img {
    width: 100%;
}

#image_block_2 .image-box .content-inner {
    position: absolute;
    right: 0px;
    bottom: 70px;
    max-width: 270px;
    width: 100%;
    padding: 20px;
    border-radius: 10px 10px 10px 0px;
    box-shadow: 0 30px 50px rgba(0, 52, 120, 0.3);
}

#image_block_2 .image-box .content-inner:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    left: 0px;
    bottom: -29px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

#image_block_2 .image-box .content-inner .text {
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    padding: 20px 20px 26px 30px;
}

#image_block_2 .image-box .content-inner .text h2 {
    font-size: 48px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 1px;
}

#image_block_2 .image-box .content-inner .text h5 {
    font-size: 17px;
    line-height: 26px;
    color: #FBFAF9;
    font-weight: 700;
}

#image_block_2 .image-box .pattern .pattern-1 {
    position: absolute;
    left: -45px;
    top: 50px;
    width: 98px;
    height: 188px;
    background-repeat: no-repeat;
    z-index: -1;
}

#image_block_2 .image-box .pattern .pattern-2 {
    position: absolute;
    right: 50px;
    top: 215px;
    width: 98px;
    height: 98px;
    background-repeat: no-repeat;
    z-index: -1;
}

#image_block_2 .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

#image_block_2 .image-box .image:before {
    position: absolute;
    top: 0;
    left: -80%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

#image_block_2 .image-box:hover .image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

#content_block_5 .content-box {
    position: relative;
    display: block;
}

#content_block_5 .content-box .text {
    margin-bottom: 28px;
}

#content_block_5 .content-box .list-item li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--font-primary);
    font-weight: 500 !important;
    margin-bottom: 19px;
    padding-left: 35px;
}

#content_block_5 .content-box .list-item li:last-child {
    margin-bottom: 0px;
}

#content_block_5 .content-box .list-item li:before {
    position: absolute;
    left: 0px;
    top: 3px;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 10px;
    font-weight: 700;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    transition: all 500ms ease;
}

#content_block_5 .content-box .sec-title {
    margin-bottom: 22px;
}


/** service-style-two **/

.service-style-two {
    position: relative;
}

.service-block-two .inner-box {
    position: relative;
    padding: 50px 30px 50px 200px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 20px 40px rgb(211 220 232 / 70%);
}

.service-block-two .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
}

.service-block-two .inner-box:hover:before {
    height: 100%;
}

.service-block-two .inner-box .icon-box {
    position: absolute;
    left: 40px;
    top: 40px;
    display: inline-block;
    width: 128px;
    height: 124px;
    line-height: 124px;
    text-align: center;
    font-size: 55px;
    margin-bottom: 24px;
    transition: all 500ms ease;
}

.service-block-two .inner-box:hover .icon-box {}

.service-block-two .inner-box .icon-box .pattern .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.service-block-two .inner-box .icon-box .pattern .pattern-2 {
    position: absolute;
    left: 15px;
    bottom: 0px;
    width: 121px;
    height: 117px;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.service-block-two .inner-box .icon-box .pattern .pattern-3 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms ease;
}

.service-block-two .inner-box .icon-box .pattern .pattern-4 {
    position: absolute;
    left: 15px;
    bottom: 0px;
    width: 121px;
    height: 117px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms ease;
}

.service-block-two .inner-box:hover .icon-box .pattern .pattern-1,
.service-block-two .inner-box:hover .icon-box .pattern .pattern-2 {
    opacity: 0;
}

.service-block-two .inner-box:hover .icon-box .pattern .pattern-3,
.service-block-two .inner-box:hover .icon-box .pattern .pattern-4 {
    opacity: 1;
}

.service-block-two .inner-box .inner h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    transition: all 500ms ease;
}

.service-block-two .inner-box .inner h3 a {
    display: inline-block;
}

.service-block-two .inner-box .inner h3 a:hover {}

.service-block-two .inner-box .inner p {
    margin-bottom: 21px;
    transition: all 500ms ease;
}

.service-block-two .inner-box:hover .inner .theme-btn-two {
    color: #fff !important;
    box-shadow: none !important;
}

.service-block-two .inner-box:hover .inner h3 a,
.service-block-two .inner-box:hover .inner h3,
.service-block-two .inner-box:hover .inner p {
    color: #fff;
}

.service-block-two .inner-box .pattern-layer {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 22px;
    height: 38px;
    background-repeat: no-repeat;
}


/** chooseus-style-two **/

.chooseus-style-two {
    position: relative;
    padding: 128px 0px 215px 0px;
}

.chooseus-style-two .content-box {
    margin-left: 100px;
}

.chooseus-style-two .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%, 0% 0%);
}

.chooseus-style-two .pattern-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 473px;
    height: 691px;
    background-repeat: no-repeat;
}

.agent-section.alternat-2 #content_block_2 .content-box h3,
.agent-section.alternat-2 #content_block_2 .content-box .support-box h6,
.agent-section.alternat-2 #content_block_2 .content-box .support-box h3 a,
.agent-section.alternat-2 #content_block_3 .content-box h3 {
    color: #FBFAF9;
}

.agent-section.alternat-2 #content_block_2 .content-box,
.agent-section.alternat-2 #content_block_3 .content-box {
    border-color: #6685ae;
}


/** quote-section **/

.quote-section {
    position: relative;
    padding-top: 145px;
}

.quote-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 440px;
    height: 681px;
    background-repeat: no-repeat;
}

.quote-section .pattern-layer .pattern-2 {
    position: absolute;
    top: 0px;
    right: 95px;
    width: 246px;
    height: 245px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.quote-section #image_block_3 .image-box {
    margin-top: 58px;
}

#image_block_3 .image-box {
    position: relative;
    display: block;
}

#image_block_3 .image-box .pattern .pattern-1 {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 476px;
    height: 477px;
    background-repeat: no-repeat;
}

#image_block_3 .image-box .pattern .pattern-2 {
    position: absolute;
    left: 0px;
    top: 85px;
    width: 98px;
    height: 98px;
    background-repeat: no-repeat;
}

#image_block_3 .image-box .pattern .pattern-3 {
    position: absolute;
    top: 280px;
    right: 135px;
    width: 98px;
    height: 98px;
    background-repeat: no-repeat;
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
    display: block;
}

.tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px);
}

.nice-select:after {
    position: absolute;
    content: '\f0dd';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    top: 5px;
    right: 20px;
    color: #FFFFFF;
    font-weight: 700;
    border: none !important;
    transform: rotate(0deg) !important;
}

.nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: none !important;
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 40px 5px 20px;
    font-weight: bold;
    background-color: #424242;
}

.nice-select:focus {
    background-color: #555555;
    color: #CCCCCC;
    box-shadow: none;
}

.nice-select:focus ul {
    color: #424242;
}

#content_block_6 .content-box .tabs-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 70px 70px;
    box-shadow: 0 20px 40px rgb(211 220 232 / 70%);
    border-radius: 10px;
}

#content_block_6 .content-box .tabs-content .inner-box p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 22px;
}

#content_block_6 .content-box .tab-btn-box {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

#content_block_6 .content-box .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 17px;
    line-height: 26px;
    font-family: var(--font-primary);
    font-weight: 700 !important;
    text-transform: uppercase;
    text-align: center;
    background: #f2f4f6;
    padding: 5px 13px;
    cursor: pointer;
    margin-right: 2px;
    transition: all 500ms ease;
}

#content_block_6 .content-box .tab-btn-box .tab-btns li:last-child {
    margin: 0px;
}

#content_block_6 .content-box .tab-btn-box .tab-btns li.active-btn,
#content_block_6 .content-box .tab-btn-box .tab-btns li:hover {
    color: #fff;
}

#content_block_6 .content-box .tabs-content .inner-box .form-group {
    position: relative;
    margin-bottom: 20px;
}

#content_block_6 .content-box .tabs-content .inner-box .form-group:last-child {
    margin-bottom: 0px;
}

#content_block_6 .content-box .tabs-content .inner-box .form-group input[type='text'],
#content_block_6 .content-box .tabs-content .inner-box .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    color: #808080;
    transition: all 500ms ease;
}

#content_block_6 .content-box .tabs-content .inner-box .form-group input:focus {}

#content_block_6 .content-box .tabs-content .inner-box .form-group .select-box {
    position: relative;
    height: 50px;
}

#content_block_6 .content-box .tabs-content .inner-box .form-group button {
    width: 100%;
    padding: 12px 37px;
}


/** testimonial-style-two **/

.testimonial-style-two {
    position: relative;
    padding: 147px 0px 150px 0px;
}

.testimonial-style-two .sec-title {
    margin-bottom: 42px;
}

.testimonial-block-two .inner-box {
    position: relative;
    display: block;
}

.testimonial-block-two .inner-box p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 21px;
}

.testimonial-block-two .inner-box .author-info {
    position: relative;
    padding: 9px 0px 7px 90px;
}

.testimonial-block-two .inner-box .author-info .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.testimonial-block-two .inner-box .author-info .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-two .inner-box .author-info h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.testimonial-block-two .inner-box .author-info .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.testimonial-style-two .owl-nav {
    position: absolute;
    left: -220px;
    top: -60px;
}

.testimonial-style-two .nav-style-one .owl-nav .owl-prev {
    margin-bottom: 20px;
}

.testimonial-style-two .nav-style-one .owl-nav .owl-prev,
.testimonial-style-two .nav-style-one .owl-nav .owl-next {
    display: block;
}

.testimonial-style-two .counter-block-one {
    background: #fff;
    max-width: 280px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding: 21px 30px 23px 85px;
}

.testimonial-style-two .counter-block-one:last-child {
    margin-bottom: 0px;
}

.testimonial-style-two .counter-block-one .icon-box {
    left: 40px;
    top: 30px;
}

.testimonial-style-two .bg-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
}

.testimonial-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 373px;
    height: 617px;
    background-repeat: no-repeat;
}

.cta-section.alternat-2 {
    padding: 80px 0px;
}

.cta-section.alternat-2 .pattern .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 730px;
    height: 100%;
    background-repeat: no-repeat;
}

.cta-section.alternat-2 .pattern .pattern-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 536px;
    height: 100%;
    background-repeat: no-repeat;
}


/*** 

====================================================================
Home-Page-Three
====================================================================

***/

.main-header.style-three .header-top .info li:before {
    background: #c2c6cc;
}

.main-header.style-three .header-top {
    background: #f2f5f8;
}

.main-header.style-three .header-top .social-links li p {
    font-size: 16px;
}

.main-header.style-three .header-top .social-links li a:hover {}

.header-upper {
    position: relative;
    width: 100%;
    background: #fff;
}

.header-upper .upper-info {
    position: relative;
    margin-top: 35px;
}

.header-upper .upper-info li {
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 65px;
    margin-right: 100px;
}

.header-upper .upper-info li:last-child {
    margin: 0px !important;
}

.header-upper .upper-info li:before {
    position: absolute;
    content: '';
    background: #e6eaef;
    width: 1px;
    height: 44px;
    top: 4px;
    right: -50px;
}

.header-upper .upper-info li:last-child:before {
    display: none;
}

.header-upper .upper-info li i {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #dae2eb;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
}

.header-upper .upper-info li h5 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 3px;
}

.header-upper .upper-info li p {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 24px;
}

.header-upper .upper-info li p a {
    color: #808080;
}

.header-upper .upper-info li p a:hover {}

.main-header .header-upper .logo-box {
    padding: 30px 0px 72px 0px;
    border-right: none;
    max-width: 172px;
}

.main-header.style-three .header-lower .lower-inner {
    position: relative;
    width: 100%;
}

.main-header.style-three .header-lower .outer-box {
    position: absolute;
    left: 0px;
    top: -40px;
    width: 100%;
    border-radius: 4px;
}

.main-header.style-three .header-lower .outer-box:before {
    position: absolute;
    content: '';
    background: #fff;
    width: calc(100% - 60px);
    left: 30px;
    bottom: -10px;
    height: 30px;
    border-radius: 4px;
    opacity: 0.2;
    z-index: -1;
}

.main-header.style-three .header-lower .nav-btn {
    position: relative;
    float: left;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color: #FBFAF9;
    background: #003e90;
    border-radius: 4px 0px 0px 4px;
    margin-right: 40px;
    cursor: pointer;
    transition: all 500ms ease;
}

.main-header.style-three .lower-inner .main-menu .navigation>li {
    padding: 25px 0px;
}

.main-header.style-three .lower-inner .main-menu .navigation>li a {
    color: #FBFAF9;
}

.main-header.style-three .lower-inner .menu-right-content {
    padding: 0px;
    margin: 0px;
    border: none;
}

.main-header.style-three .lower-inner .menu-right-content li .theme-btn-one {
    box-shadow: none;
    padding: 27px 52px;
    border-radius: 0px 4px 4px 0px;
}

.main-header.style-three .lower-inner .menu-right-content li .theme-btn-one:before {
    border-radius: 0px 4px 4px 0px;
}

.main-header.style-three .lower-inner .search-box-btn {
    color: #fff;
}

.main-header.style-three .search-box-btn:hover {}


/** banner-style-three **/

.banner-section.style-three .banner-carousel .slide-item .image-layer {
    width: 100%;
    height: 100%;
    left: 0px;
}

.banner-section.style-three .banner-carousel .slide-item {
    position: relative;
    padding: 220px 0px 225px 0px;
}

.banner-section.style-three .banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    background: #001c40;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.6;
    z-index: 1;
}

.banner-section.style-three .banner-carousel .content-box {
    position: relative;
    display: block;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    z-index: 5;
}

.banner-section.style-three .banner-carousel h5 {
    margin-bottom: 29px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.banner-section.style-three .banner-carousel .active h5 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.banner-section.style-three .banner-carousel h1 {
    font-size: 55px;
    line-height: 65px;
    color: #FBFAF9;
    margin-bottom: 37px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.banner-section.style-three .banner-carousel .active h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-section.style-three .banner-carousel .theme-btn-one {
    box-shadow: none;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.banner-section.style-three .banner-carousel .active .theme-btn-one {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -ms-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms;
}

.banner-section.style-three .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    opacity: 0.2;
    transition: all 500ms ease;
}

.banner-section.style-three .owl-nav .owl-prev {
    position: absolute;
    left: 70px;
}

.banner-section.style-three .owl-nav .owl-next {
    position: absolute;
    right: 70px;
}

.banner-section.style-three .banner-carousel:hover .owl-nav {
    opacity: 1;
}


/** feature-style-two **/

.feature-style-two {
    position: relative;
}

.feature-style-two .title-inner .sec-title,
.feature-style-two .title-inner .text {
    width: 50%;
}

.feature-style-two .title-inner .text {
    padding: 16px 0px 15px 40px;
}

.feature-style-two .title-inner .text p {
    font-size: 20px;
    line-height: 34px;
}

.feature-block-two .inner-box {
    position: relative;
    display: block;
    text-align: center;
}

.feature-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.feature-block-two .inner-box .image-box:after {
    position: absolute;
    content: '';
    background: rgb(0 34 79 / 50%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .image-box:after {
    opacity: 1;
}

.feature-block-two .inner-box .image-box img {
    width: 100%;
    border-radius: 10px;
    transform: scale(1.1);
    transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .image-box img {
    transform: scale(1);
}

.feature-block-two .inner-box .lower-content {
    position: relative;
    margin: 0px 30px;
}

.feature-block-two .inner-box .lower-content .inner {
    position: relative;
    display: block;
    background: #fff;
    padding: 0px 15px 31px 15px;
    border-radius: 10px;
    box-shadow: 0 15px 50px #d3dce8;
    margin-top: -40px;
}

.feature-block-two .inner-box .lower-content .inner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .lower-content .inner:before {
    height: 100%;
}

.feature-block-two .inner-box .lower-content .inner .icon-box {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: -48px;
}

.feature-block-two .inner-box .lower-content .inner h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .lower-content .inner h3 {
    color: #FBFAF9;
}


/** about-style-three **/

.about-style-three {
    position: relative;
}

.about-style-three #content_block_5 .content-box .list-item li:before {
    color: #fff;
}

.mr-100 {
    margin-right: 100px;
}

#image_block_4 .image-box {
    position: relative;
    display: block;
    padding-left: 100px;
    padding-bottom: 135px;
}

#image_block_4 .image-box img {
    width: 100%;
    border-radius: 10px;
}

#image_block_4 .image-box .image {
    position: relative;
    border-radius: 10px;
}

#image_block_4 .image-box .image:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

#image_block_4 .image-box:hover .image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

#image_block_4 .image-box .content-inner {
    position: absolute;
    left: 10px;
    bottom: 0px;
    padding: 43px 60px 41px 50px;
    border-radius: 10px;
    max-width: 420px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 15px 50px #d3dce8;
}

#image_block_4 .image-box .content-inner .text h3 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 13px;
}

#image_block_4 .image-box .content-inner .text p {
    font-size: 17px;
    line-height: 28px;
    color: #FBFAF9;
}

#image_block_4 .image-box .content-inner .pattern {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 122px;
    height: 170px;
    background-repeat: no-repeat;
}

#image_block_4 .image-box .image-pattern .pattern-1 {
    position: absolute;
    left: 40px;
    top: -25px;
    width: 98px;
    height: 188px;
    background-repeat: no-repeat;
}

#image_block_4 .image-box .image-pattern .pattern-2 {
    position: absolute;
    right: 50px;
    bottom: 75px;
    width: 98px;
    height: 98px;
    background-repeat: no-repeat;
}

.about-style-three .pattern-layer .pattern-1 {
    position: absolute;
    top: 70px;
    left: 200px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
}

.about-style-three .pattern-layer .pattern-2 {
    position: absolute;
    top: 90px;
    left: 70px;
    background: #f7f8f9;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: zoom-fade 3s infinite linear;
    animation: zoom-fade 3s infinite linear;
}


/** service-style-three **/

.service-style-three {
    position: relative;
}

.service-style-three .service-block-two .inner-box {
    padding: 38px 25px 40px 25px;
}

.service-style-three .service-block-two .inner-box .icon-box {
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 18px;
}

.service-style-three .service-block-two .inner-box .inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    transition: all 500ms ease;
}

.service-style-three .service-block-two .inner-box .inner h4 a {
    display: inline-block;
}

.service-style-three .service-block-two .inner-box:hover .inner h4,
.service-style-three .service-block-two .inner-box:hover .inner h4 a {}

.service-style-three .service-block-two .inner-box .inner p {
    margin-bottom: 0px;
}

.service-style-three .service-block-two .inner-box:hover .inner p {
    color: #fff;
}

.service-style-three .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.service-style-three .owl-carousel .owl-item {
    opacity: 0;
    transition: all 500ms ease;
}

.service-style-three .owl-carousel .owl-item.active {
    opacity: 1;
}

.service-style-three .owl-theme .owl-dots {
    margin-top: 22px;
}

.service-style-three .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccd3dc;
    border-radius: 50%;
    margin: 0px 10px;
    cursor: pointer;
    transition: all 500ms ease;
}

.service-style-three .owl-theme .owl-dots .owl-dot.active span,
.service-style-three .owl-theme .owl-dots .owl-dot span:hover {}

.service-style-three .owl-theme .owl-dots .owl-dot span:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: -3px;
    top: -3px;
    border-radius: 50%;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.service-style-three .owl-theme .owl-dots .owl-dot.active span:before,
.service-style-three .owl-theme .owl-dots .owl-dot span:hover:before {
    transform: scale(1, 1);
}

.chooseus-section.alternat-2 .content-column:before {
    display: none;
}

.chooseus-section.alternat-2 .content-column .content-inner {
    padding-top: 130px;
}

.testimonial-style-two.alternat-2 .bg-layer {
    width: 55%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.testimonial-style-two.alternat-2 .pattern-layer-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 165px;
    height: 284px;
    background-repeat: no-repeat;
}


/** cta-style-two **/

.cta-style-two {
    position: relative;
    width: 100%;
    padding: 110px 0px 270px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.cta-style-two:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.9;
}

.cta-style-two .text h2 {
    position: relative;
    font-size: 40px;
    line-height: 50px;
    color: #FBFAF9;
    font-weight: 600;
    margin-bottom: 13px;
}

.cta-style-two .text h2 span {}

.cta-style-two .text p {
    font-weight: 600;
    color: #b7c8d9;
}
.btn-box {
	margin-bottom: 10px;
    text-align: center;
}
.cta-style-two .btn-box .theme-btn-one {
    box-shadow: none;
}


/** faq-section **/

.faq-section {
    position: relative;
}

.faq-section .inner-container {
    position: relative;
    background: #fff;
    padding: 100px 80px 100px 110px;
    box-shadow: 0 20px 40px rgb(0 52 120 / 10%);
    border-radius: 10px;
    margin-top: -157px;
    overflow: hidden;
}

.faq-section .inner-container .pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 167px;
    height: 284px;
    background-repeat: no-repeat;
}

#image_block_5 .image-box {
    position: relative;
    display: block;
    padding-right: 130px;
}

#image_block_5 .image-box img {
    width: 100%;
}

#image_block_5 .image-box .pattern .pattern-1 {
    position: absolute;
    left: -30px;
    top: 0px;
    width: 427px;
    height: 427px;
    background-repeat: no-repeat;
}

#image_block_5 .image-box .pattern .pattern-2 {
    position: absolute;
    left: 18px;
    top: 200px;
    width: 98px;
    height: 98px;
    background-repeat: no-repeat;
}

#image_block_5 .image-box .pattern .pattern-3 {
    position: absolute;
    top: 50px;
    right: 135px;
    width: 98px;
    height: 98px;
    background-repeat: no-repeat;
}


/** clients-style-two **/

.clients-style-two {
    position: relative;
    margin: 100px 0px;
}

.clients-style-two .clients-logo-box {
    position: relative;
    display: block;
}

.clients-style-two .clients-logo-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.clients-style-two .clients-logo-box img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
}

.clients-style-two .pattern-layer .pattern-1 {
    position: absolute;
    top: 0px;
    left: 200px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
}

.clients-style-two .pattern-layer .pattern-2 {
    position: absolute;
    right: 200px;
    bottom: -30px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
}

.clients-style-two .pattern-layer .pattern-3 {
    position: absolute;
    top: 25px;
    left: 70px;
    background: #f7f8f9;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: zoom-fade 3s infinite linear;
    animation: zoom-fade 3s infinite linear;
}

.clients-style-two .pattern-layer .pattern-4 {
    position: absolute;
    right: 70px;
    bottom: -150px;
    background: #f7f8f9;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: zoom-fade 3s infinite linear;
    animation: zoom-fade 3s infinite linear;
}


/** news-style-two **/

.news-style-two {
    position: relative;
    padding-bottom: 150px;
}

.news-block-two .inner-box .lower-content .bg-layer {
    position: absolute;
    content: "";
    top: 0;
    left: -101%;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background-size: 101% 101%;
}

.news-block-two .inner-box .lower-content .bg-layer:before {
    position: absolute;
    content: '';
    background: rgba(0, 52, 120, 0.9);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.news-block-two .inner-box:hover .lower-content .bg-layer {
    left: 0px;
}

.news-block-two .inner-box .lower-content {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 35px 40px 40px 40px;
    box-shadow: 0 15px 40px rgb(211, 220, 232, 0.6);
}

.news-block-two .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 17px;
    transition: all 500ms ease;
}

.news-block-two .inner-box .lower-content h3 a {
    display: inline-block;
}

.news-block-two .inner-box .lower-content h3 a:hover {}

.news-block-two .inner-box:hover .lower-content h3,
.news-block-two .inner-box:hover .lower-content h3 a {
    color: #fff;
}

.news-block-two .inner-box .lower-content .admin-box {
    position: relative;
    padding: 0px 0px 8px 65px;
    margin-bottom: 24px;
}

.news-block-two .inner-box .lower-content .admin-box .admin-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.news-block-two .inner-box .lower-content .admin-box .admin-thumb img {
    width: 100%;
    border-radius: 50%;
}

.news-block-two .inner-box .lower-content .admin-box a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 22px;
    font-family: var(--font-primary);
    font-weight: 600;
    margin-bottom: 0px;
}

.news-block-two .inner-box:hover .lower-content .admin-box a {
    color: #fff;
}

.news-block-one .inner-box .lower-content .admin-box a:hover {}

.news-block-two .inner-box .lower-content .admin-box span {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 14px;
    color: #808080;
    transition: all 500ms ease;
}

.news-block-two .inner-box:hover .lower-content .admin-box span {
    color: rgba(255, 255, 255, 0.6);
}

.news-block-two .inner-box .lower-content p {
    margin-bottom: 21px;
    transition: all 500ms ease;
}

.news-block-two .inner-box:hover .lower-content p {
    color: #fff;
}

.news-block-two .inner-box .lower-content .pattern {
    position: absolute;
    right: -30px;
    bottom: 0px;
    width: 99px;
    height: 170px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.news-block-two .inner-box:hover .lower-content .pattern {
    right: 0px;
    opacity: 1;
}

.news-block-two .inner-box:hover .lower-content .theme-btn-two {
    box-shadow: none;
    color: #fff !important;
}

.agent-section.alternat-3 .inner-container {
    margin-top: 0px;
    margin-bottom: -140px;
    z-index: 1;
}

.agent-section.alternat-3 #content_block_2 .content-box h3,
.agent-section.alternat-3 #content_block_2 .content-box .support-box h6,
.agent-section.alternat-3 #content_block_2 .content-box .support-box h3 a,
.agent-section.alternat-3 #content_block_2 .content-box .support-box .icon-box {
    color: #FBFAF9;
}

.agent-section.alternat-3 #content_block_2 .content-box .support-box .icon-box:before {
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
}

.agent-section.alternat-3 #content_block_2 .content-box {
    border: 1px dashed rgba(255, 255, 255, 0.7);
}

#content_block_7 .content-box {
    position: relative;
    display: block;
    border: 1px dashed rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 32px 40px 21px 40px;
}

#content_block_7 .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #FBFAF9;
}

#content_block_7 .content-box .support-box {
    position: relative;
    padding-left: 65px;
}

#content_block_7 .content-box .support-box .icon-box {
    position: absolute;
    color: #fff;
    left: 0px;
    top: 12px;
    font-size: 26px;
    line-height: 30px;
}

#content_block_7 .content-box .support-box .icon-box:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    height: 44px;
    width: 36px;
    top: -5px;
    left: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
}

#content_block_7 .content-box .support-box h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #FBFAF9;
}

#content_block_7 .content-box .support-box h3 {
    display: block;
    font-size: 24px;
    color: #FBFAF9;
    line-height: 32px;
    font-family: var(--font-primary);
    font-weight: 900;
}

.main-footer.alternat-2 .footer-inner {
    padding-top: 270px;
}


/*** 

====================================================================
About-Page
====================================================================

***/

.page-title {
    position: relative;
    isolation: isolate;
    width: 100%;
    padding-block: 10rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #555555;
}

.page-title:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    inset:0;
    opacity: 0.5;
}

.page-title .content-box .title {
    position: relative;
    display: block;
    margin-bottom: 6px;
}

.page-title .content-box .title h1 {
    font-size: 40px;
    line-height: 50px;
    color: #333;
    font-weight: 700;
}

.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--font-primary);
    font-weight: 600 !important;
    padding-right: 15px;
    margin-right: 5px;
}

.page-title .content-box .bread-crumb li:before {
    position: absolute;
    content: '';
    background: #333;
    width: 6px;
    height: 1px;
    top: 12px;
    right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before {
    display: none;
}

.page-title .content-box .bread-crumb li:last-child {
    padding: 0px !important;
    margin: 0px !important;
}

.page-title .content-box .bread-crumb li a {
    color: #333;
}

.page-title .content-box .bread-crumb li a:hover {}

.testimonial-section.alternat-2 {
    padding-top: 145px;
}

.testimonial-section.alternat-2 .pattern-layer {
    top: 0px;
}


/** history-section **/

.history-section {
    position: relative;
}

.history-section .inner-box .text {
    position: relative;
    display: block;
    background: #fff;
    padding: 35px 40px 41px 40px;
    box-shadow: 0 10px 30px rgb(211, 220, 232, 0.6);
    border-radius: 10px;
}

.history-section .inner-box .text:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 70px;
    top: 50%;
    transform: translateY(-50%);
}

.history-section .inner-box .left-content .text:before {
    right: 0px;
}

.history-section .inner-box .right-content .text:before {
    left: 0px;
}

.history-section .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.history-section .inner-box .year-box h3:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 10px 20px rgb(211, 220, 232, 1);
}

.history-section .inner-box .left-content .year-box h3:before {
    right: -62px;
}

.history-section .inner-box .right-content .year-box h3:before {
    left: -62px;
}

.history-section .inner-box .text h3 {
    margin-bottom: 10px;
}

.history-section .inner-box .year-box {
    position: relative;
    margin: 135px 0px;
}

.history-section .inner-box .left-content {
    margin-top: 49px;
}

.history-section .inner-box {
    position: relative;
    padding: 0px 0px 0px 0px;
}

.history-section .inner-box .line-box {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% + 80px);
    background: #e5e5e5;
}

.history-section .inner-box .line-box span {
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    font-family: var(--font-primary);
    font-weight: 600 !important;
    box-shadow: 0 10px 20px rgb(0 52 120 / 30%);
}

.history-section .inner-box .line-box:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    box-shadow: 0 10px 20px rgb(0 52 120 / 30%);
}

.history-section .inner-box .right-content {
    padding-bottom: 80px;
}

.history-section .inner-box .left-content {
    padding-top: 0px;
}

.history-section .sec-title {
    margin-bottom: 135px;
}

.history-section .pattern-layer {
    position: absolute;
    left: 70px;
    top: 0px;
    width: 246px;
    height: 245px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.history-section .inner-box .text .pattern .pattern-1 {
    position: absolute;
    width: 53px;
    height: 53px;
    bottom: -90px;
    background-repeat: no-repeat;
}

.history-section .inner-box .left-content .text .pattern .pattern-1 {
    left: 40px;
}

.history-section .inner-box .right-content .text .pattern .pattern-1 {
    right: 40px;
}

.history-section .inner-box .text .pattern .pattern-2 {
    position: absolute;
    background: #f7f8f9;
    width: 180px;
    height: 180px;
    top: 110px;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: zoom-fade 3s infinite linear;
    animation: zoom-fade 3s infinite linear;
}

.history-section .inner-box .left-content .text .pattern .pattern-2 {
    left: -100px;
}

.history-section .inner-box .right-content .text .pattern .pattern-2 {
    right: -100px;
}

/** Prescriptions Page **/
.presc-banner-content > * {
    color: var(--_text-colour, inherit);
}

/** Health Promotion page **/

.gap-3 {
    gap:1rem;
}

.page-template-health .title {
    font-weight: bold;
}

.important-link {
    display: flex;
    padding:2rem 1rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:1rem;
    border-radius: .5rem;
    background:var(--_background, #eee);
    color: var(--_colour, #333);
    text-align: center;
    height: 100%;
    transform:translateY(0);
    transition: all ease .3s;
}

.important-link:hover,
.important-link:focus,
.important-link:focus-within {
    transform:translateY(-.25rem);
}

.important-link h3 {
    font-size:1rem;
    font-weight: bold;
    color:inherit;
    margin:0;
}

.important-link i {
    font-family: "Font Awesome 5 Free";
    font-size:2rem;
    font-weight: bold;
    font-style: inherit;
    opacity:.3;
}

.leaflets {
    background:#eee;
}

.accordion-item {
    border:solid thin #e6e6e6;
    overflow:hidden;
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;}

.accordion-item:last-of-type {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.accordion-header {
    margin-bottom:0;
}

.accordion-button {
    display: flex;
    padding:1rem 1.5rem;
    width: 100%;
    color:#333;
    transition:all ease .3s;
    background: #fff;
    font-size:1rem;
}

.accordion-button:hover,
.accordion-button:focus {
    color: var(--second-colour);
}

.accordion-button[aria-expanded="true"] {
    background:var(--second-colour);
    color:#fff;
}

.accordion-button span {
    text-align: left;
    flex:1;
    font-weight: bold;
}

.accordion-button:after {
    display: block;
    content:"\f054";
    font-family: "Font Awesome 5 Free";
    font-weight:bold;
    transform:rotate(0);
    transition:all ease .3s;
    aspect-ratio: 1;
}

.accordion-button[aria-expanded="true"]:after {
    transform:rotate(90deg);
}

.accordion-body {
    padding:1.5rem;
    background: #fff;
}


/** testimonial-style-three **/

.testimonial-style-three {
    position: relative;
}

.testimonial-block-three .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 0px 45px 38px 45px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgb(211, 220, 232, 0.6);
}

.testimonial-style-three .owl-stage-outer {
    overflow: visible;
}

.testimonial-style-three .owl-item {
    opacity: 0;
    transition: all 500ms ease;
}

.testimonial-style-three .owl-item.active {
    opacity: 1;
}

.testimonial-style-three .inner-box .author-thumb {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-top: -55px;
    margin-bottom: 43px;
}

.testimonial-style-three .inner-box .author-thumb i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -23px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgb(211, 220, 232, 1);
}

.testimonial-style-three .inner-box p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 19px;
}

.testimonial-style-three .inner-box h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0px;
}

.testimonial-style-three .inner-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.testimonial-block-three .inner-box .pattern {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 35px;
    height: 50px;
    background-repeat: no-repeat;
}

.testimonial-style-three .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 56px;
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    background: transparent;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px 5px;
    transition: all 500ms ease;
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot span:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 3px;
    top: 3px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot.active span:before,
.testimonial-style-three .owl-theme .owl-dots .owl-dot span:hover:before {
    transform: scale(1, 1);
}

.testimonial-style-three .sec-title {
    margin-bottom: 105px;
}


/*** 

====================================================================
Pricing-Page
====================================================================

***/

.pricing-section {
    position: relative;
}

.pricing-section .sec-title {
    margin-bottom: 78px;
}

.pricing-section .sec-title h2 {
    margin-bottom: 12px;
}

.pricing-section .pricing-block {
    padding: 0px 0px;
}

.pricing-section .pricign-inner {
    margin: 0px 15px;
}

.pricing-block-one .pricing-table {
    position: relative;
    display: block;
    background: #fff;
    padding: 44px 30px 50px 30px;
    box-shadow: 0 20px 40px rgb(211 220 232 / 50%);
    border-radius: 10px;
    overflow: hidden;
}

.pricing-block-one.active-block .pricing-table {
    margin: -27px 0px 0px 0px;
    padding: 71px 30px 50px 30px;
    z-index: 1;
}

.pricing-block-one.active-block .pricing-table h3 {
    color: #FBFAF9;
}

.pricing-block-one.active-block .pricing-table .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 81px;
    height: 137px;
    background-repeat: no-repeat;
}

.pricing-block-one.active-block .pricing-table .pattern-layer .pattern-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 81px;
    height: 137px;
    background-repeat: no-repeat;
}

.pricing-block-one .pricing-table .table-header h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: var(--font-primary);
    font-weight: 700;
    margin-bottom: 20px;
}

.pricing-block-one .pricing-table .table-header .price-box {
    position: relative;
    display: inline-block;
    width: 162px;
    height: 162px;
    line-height: 162px;
    text-align: center;
    margin-bottom: 31px;
}

.pricing-block-one .pricing-table .table-header .price-box .pattern .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.pricing-block-one .pricing-table .table-header .price-box .pattern .pattern-2 {
    position: absolute;
    left: -10px;
    top: 0px;
    width: 160px;
    height: 148px;
    background-repeat: no-repeat;
}

.pricing-block-one .pricing-table .table-header .price-box h2 {
    font-size: 40px;
    line-height: 162px;
    font-weight: 700;
}

.pricing-block-one.active-block .pricing-table .table-header .price-box h2 {}

.pricing-block-one .pricing-table .table-content {
    position: relative;
    margin-bottom: 30px;
}

.pricing-block-one .pricing-table .table-content ul li {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pricing-block-one.active-block .pricing-table .table-content ul li {
    color: #FBFAF9;
}

.pricing-block-one .pricing-table .table-content ul li:last-child {
    margin-bottom: 0px;
}

.pricing-block-one .pricing-table .table-footer .theme-btn-one {
    box-shadow: none;
    padding: 17px 50px;
}


/*** 

====================================================================
Faq-Page
====================================================================

***/

.faq-section.alternat-2 .inner-container {
    margin: 0px;
    box-shadow: none;
    padding: 0px 80px 0px 110px;
}

.faq-section.alternat-2 .pattern-layer {
    position: absolute;
    left: 100px;
    bottom: 100px;
    width: 246px;
    height: 245px;
    background-repeat: no-repeat;
}

.contact-style-two {
    position: relative;
}

.contact-style-two .default-form .form-group input[type='text'],
.contact-style-two .default-form .form-group input[type='email'],
.contact-style-two .default-form .form-group textarea {
    height: 60px;
    border: 1px solid #ffffff;
}

.contact-style-two .default-form .form-group textarea {
    height: 200px;
}

.contact-style-two .default-form .form-group:last-child {
    padding-top: 40px;
}

.contact-style-two .sec-title h2 {
    margin-bottom: 22px;
}

.contact-style-two .pattern-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 375px;
    height: 583px;
    background-repeat: no-repeat;
}


/*** 

====================================================================
Error-Page
====================================================================

***/

.error-section {
    position: relative;
    padding-bottom: 150px;
}

.error-section .inner-box .theme-btn-one i {
    margin-right: 10px;
}

.error-section .inner-box .error-image {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
}

.error-section .inner-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 60px;
}


/*** 

====================================================================
Service-Page
====================================================================

***/

.service-section.service-page-1 {
    padding: 145px 0px 120px 0px;
}

.service-section.service-page-1 .pattern-layer .pattern-1 {
    bottom: inherit;
    top: 200px;
    left: 240px;
}

.service-section.service-page-1 .pattern-layer .pattern-2 {
    bottom: inherit;
    top: 70px;
    width: 210px;
    height: 210px;
}

.service-section.service-page-1 .service-block-one .inner-box {
    margin-bottom: 30px;
}

.service-style-two .anim-pattern {
    position: absolute;
    left: 70px;
    top: 70px;
    width: 246px;
    height: 245px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}


/** about-style-four **/

.about-style-four {
    position: relative;
    padding: 145px 0px 130px 0px;
}

#content_block_8 .content-box .text {
    position: relative;
    margin-bottom: 31px;
}

#content_block_8 .content-box .text p {
    margin-bottom: 28px;
}

#content_block_8 .content-box .text p:last-child {
    margin-bottom: 0px;
}

#content_block_8 .content-box .sec-title {
    margin-bottom: 22px;
}

#image_block_6 .image-box {
    position: relative;
    display: block;
    padding-left: 30px;
}

#image_block_6 .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

#image_block_6 .image-box .image:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

#image_block_6 .image-box:hover .image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

#image_block_6 .image-box .image img {
    width: 100%;
    border-radius: 10px;
}

#image_block_6 .image-box .pattern .pattern-1 {
    position: absolute;
    left: 0px;
    top: -25px;
    width: 95px;
    height: 185px;
    background-repeat: no-repeat;
}

#image_block_6 .image-box .pattern .pattern-2 {
    position: absolute;
    right: -30px;
    bottom: -25px;
    width: 95px;
    height: 95px;
    background-repeat: no-repeat;
}

.about-style-four .upper-box {
    position: relative;
    margin-bottom: 114px;
}

.about-style-four .lower-box .text h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 24px;
}

.about-style-four .lower-box .text p {
    margin-bottom: 27px;
}

.about-style-four .lower-box .text .list-item li {
    position: relative;
    display: block;
    float: left;
    width: 33.333%;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--font-primary);
    font-weight: 500 !important;
    padding-left: 35px;
    margin-bottom: 17px;
}

.about-style-four .lower-box .text .list-item li:before {
    position: absolute;
    left: 0px;
    top: 4px;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.feature-section.service-details-page .feature-block-one .inner-box .bg-layer:before {
    background: rgba(0, 52, 120, 1);
}


/*** 

====================================================================
Case-Page
====================================================================

***/

.project-section {
    position: relative;
    padding: 144px 0px 120px 0px;
}

.sortable-masonry .filters {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.sortable-masonry .filters .filter-tabs li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--font-primary);
    font-weight: 600 !important;
    margin: 0px 8px;
    cursor: pointer;
    transition: all 500ms ease;
}

.sortable-masonry .filters .filter-tabs li.active,
.sortable-masonry .filters .filter-tabs li:hover {}

.project-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.project-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.project-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    background: rgb(0 34 79 / 60%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    opacity: 0;
    z-index: 1;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box:before {
    opacity: 1;
}

.project-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img {
    transform: scale(1.1);
}

.project-block-one .inner-box .content-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 15px 15px;
    z-index: 2;
}

.project-block-one .inner-box .content-box .view-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.project-block-one .inner-box .content-box .view-btn a {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    transform: scale(0, 0);
}

.project-block-one .inner-box:hover .content-box .view-btn a {
    transform: scale(1, 1);
}

.project-block-one .inner-box .content-box .view-btn a:hover {
    background: #fff;
}

.project-block-one .inner-box .content-box .title-text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0px 20px 23px 30px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box .title-text {
    transform: scale(1, 1);
}

.project-block-one .inner-box .content-box .title-text h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 28px;
    color: #FBFAF9;
    font-weight: 700;
}

.project-block-one .inner-box .content-box .title-text h3 a {
    display: inline-block;
    color: #FBFAF9;
}

.project-block-one .inner-box .content-box .title-text h3 a:hover {}


/** project-details **/

.project-details {
    position: relative;
    padding: 147px 0px 140px 0px;
}

.project-details-content .title-inner {
    position: relative;
    margin-bottom: 38px;
}

.project-details-content .title-inner .text p {
    font-size: 20px;
    line-height: 34px;
}

.project-details-content .image-box {
    position: relative;
    display: block;
    border-radius: 10px;
    box-shadow: 0 20px 30px rgb(211 220 232 / 60%);
    margin-bottom: 100px;
}

.project-details-content .image-box img {
    width: 100%;
    border-radius: 10px;
}

.project-details-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 26px;
}

.project-details-content p {
    margin-bottom: 28px;
}

.project-details-content p:last-child {
    margin-bottom: 0px;
}

.project-details-content .inner-box .info-box {
    margin-left: 100px;
}

.project-details-content .list-item li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--font-primary);
    font-weight: 500 !important;
    padding-left: 35px;
    margin-bottom: 17px;
}

.project-details-content .list-item li:last-child {
    margin-bottom: 0px;
}

.project-details-content .list-item li:before {
    position: absolute;
    left: 0px;
    top: 4px;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.project-details-content .content-one,
.project-details-content .content-two,
.project-details-content .content-three {
    position: relative;
    margin-bottom: 90px;
}

.project-details-content .image {
    position: relative;
    display: block;
}

.project-details-content .content-three .image {
    border-radius: 10px;
    box-shadow: 0 20px 30px rgb(211 220 232 / 60%);
}

.project-details-content .image img {
    width: 100%;
}

.project-details-content .content-three .image img {
    border-radius: 10px;
}

.project-details-content .content-two h3 {
    margin-bottom: 33px;
}

.project-details-content .content-four .list-item {
    margin-bottom: 30px;
}

.project-details-content .inner-box .info-box .list li {
    position: relative;
    display: block;
    margin-bottom: 28px;
}

.project-details-content .inner-box .info-box .list li:last-child {
    margin-bottom: 0px;
}

.project-details-content .inner-box .info-box span {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-family: var(--font-primary);
    font-weight: 600 !important;
    margin-bottom: 7px;
}

.project-details-content .inner-box .info-box .list li h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.project-details-content .inner-box .info-box .list {
    margin-bottom: 27px;
}

.project-details-content .inner-box .info-box .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.project-details-content .inner-box .info-box .social-links li:last-child {
    margin: 0px !important;
}

.project-details-content .inner-box .info-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 17px;
}

.project-details-content .inner-box .info-box .social-links li a:hover {}

.project-details-content .inner-box .info-box .social-links span {
    margin-bottom: 9px;
}


/*** 

====================================================================
Blog-Page
====================================================================

***/

.blog-grid {
    position: relative;
    padding: 150px 0px;
}

.blog-grid .news-block-one .inner-box {
    margin-bottom: 30px;
}

.blog-grid .pagination-wrapper {
    position: relative;
    margin-top: 30px;
}

.sidebar-page-container {
    position: relative;
    padding: 150px 0px;
}

.news-block-one .inner-box .lower-content h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 16px;
}

.news-block-one .inner-box .lower-content h2 a {
    display: inline-block;
}

.news-block-one .inner-box .lower-content h2 a:hover {}

.sidebar-page-container .news-block-one .inner-box {
    margin-bottom: 50px;
}

.news-block-one .inner-box .lower-content p {
    color: #424242;
}

.sidebar-page-container .pagination-wrapper {
    position: relative;
    padding-top: 10px;
}

.sidebar .search-widget .search-form .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
    border-radius: 5px;
}

.sidebar .search-widget .search-form .form-group input[type='search'] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 16px;
    color: #727272;
    font-style: italic;
    padding: 10px 80px 10px 20px;
    transition: all 500ms ease;
}

.sidebar .search-widget .search-form .form-group button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: all 500ms ease;
}

.sidebar .search-widget .search-form .form-group input:focus {}

.sidebar .search-widget {
    margin-bottom: 44px;
}

.sidebar .widget-title {
    position: relative;
    display: block;
    margin-bottom: 13px;
}

.sidebar .widget-title h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.sidebar .category-widget .category-list li {
    position: relative;
    display: block;
}

.sidebar .category-widget .category-list li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--font-primary);
    font-weight: 500 !important;
    padding: 14px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar .category-widget .category-list li a:hover {}

.sidebar .category-widget .category-list li a span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    float: right;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
}

.sidebar .category-widget .category-list li a:hover span {
    color: #fff;
    box-shadow: 0 10px 10px rgb(211, 220, 232, 0.8);
}

.sidebar .category-widget {
    margin-bottom: 44px;
}

.sidebar .post-widget .post {
    position: relative;
    display: block;
    padding-left: 100px;
    padding-bottom: 23px;
    margin-bottom: 21px;
    min-height: 100px;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar .post-widget .post:last-child {
    margin-bottom: 0px;
}

.sidebar .post-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: -1px;
    width: 80px;
    height: 80px;
    border-radius: 5px;
}

.sidebar .post-widget .post .post-thumb img {
    width: 100%;
    border-radius: 5px;
}

.sidebar .post-widget .post h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 4px;
}

.sidebar .post-widget .post h4 a {
    display: inline-block;
}

.sidebar .post-widget .post h4 a:hover {}

.sidebar .post-widget .post .post-date {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
}

.sidebar .post-widget {
    margin-bottom: 43px;
}

.sidebar .post-widget .widget-title {
    margin-bottom: 28px;
}

.sidebar .archives-widget .archives-list li {
    position: relative;
    display: block;
}

.sidebar .archives-widget .archives-list li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--font-primary);
    font-weight: 500 !important;
    padding: 14px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar .archives-widget .archives-list li a:hover {}

.sidebar .archives-widget .archives-list li a span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    float: right;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
}

.sidebar .archives-widget .archives-list li a:hover span {
    color: #fff;
    box-shadow: 0 10px 10px rgb(211, 220, 232, 0.8);
}

.sidebar .archives-widget {
    margin-bottom: 43px;
}

.sidebar .tags-widget .tags-list {
    position: relative;
    margin-right: -20px;
}

.sidebar .tags-widget .tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.sidebar .tags-widget .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #727272;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-align: center;
    padding: 6px 15px;
}

.sidebar .tags-widget .tags-list li a:hover {
    color: #fff;
    box-shadow: 0 10px 10px rgb(211, 220, 232, 0.8);
}

.sidebar .tags-widget .widget-title {
    margin-bottom: 27px;
}

.blog-details-content .news-block-one .inner-box {
    box-shadow: none;
    margin-bottom: 0px;
}

.blog-details-content .news-block-one .inner-box .lower-content {
    padding: 33px 0px 0px 0px;
}

.blog-details-content .news-block-one .text p {
    margin-bottom: 28px;
}

.blog-details-content .news-block-one .inner-box .image-box {
    border-radius: 10px;
}

.blog-details-content .news-block-one .inner-box .image-box img {
    transform: scale(1);
    border-radius: 10px;
}

.blog-details-content .news-block-one .inner-box .image-box:before {
    display: none;
}

.blog-details-content .news-block-one .text blockquote {
    position: relative;
    display: block;
    background: #f0fffd;
    border-radius: 12px;
    overflow: hidden;
    padding: 43px 50px 47px 115px;
    margin: 41px 0px 50px 0px;
}

.blog-details-content .news-block-one .text blockquote i {
    position: absolute;
    left: 46px;
    top: 48px;
    font-size: 40px;
    line-height: 40px;
}

.blog-details-content .news-block-one .text blockquote h4 {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--font-primary);
    font-weight: 600;
}

.blog-details-content .news-block-one .text blockquote .pattern {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 82px;
    height: 137px;
    background-repeat: no-repeat;
}

.blog-details-content .list-item li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--font-primary);
    font-weight: 500 !important;
    padding-left: 35px;
    margin-bottom: 12px;
}

.blog-details-content .list-item li:last-child {
    margin-bottom: 0px;
}

.blog-details-content .list-item li:before {
    position: absolute;
    left: 0px;
    top: 4px;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.blog-details-content .two-column .image-box {
    position: relative;
    display: block;
    border-radius: 10px;
}

.blog-details-content .two-column .image-box img {
    width: 100%;
    border-radius: 10px;
}

.blog-details-content h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.blog-details-content .two-column .text h3 {
    margin-bottom: 25px;
}

.blog-details-content .two-column .text p {
    margin-bottom: 28px;
}

.blog-details-content .two-column {
    margin-bottom: 46px;
}

.blog-details-content .lower-box h3 {
    margin-bottom: 25px;
}

.blog-details-content .lower-box {
    margin-bottom: 68px;
}

.blog-details-content .lower-box p {
    margin-bottom: 27px;
}

.blog-details-content .post-share-option .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
}

.blog-details-content .post-share-option .social-links li:last-child {
    margin-right: 0px;
}

.blog-details-content .post-share-option .social-links li h5 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    margin-right: 10px;
}

.blog-details-content .post-share-option .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #acadb4;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgb(211, 220, 232, 0.8);
}

.blog-details-content .post-share-option .social-links li a:hover {
    color: #fff;
}

.blog-details-content .post-share-option {
    margin-bottom: 90px;
}

.blog-details-content .comment-box h3 {
    margin-bottom: 34px;
}

.blog-details-content .comment-box .comment {
    position: relative;
    padding-left: 110px;
    margin-bottom: 32px;
}

.blog-details-content .comment-box .comment:last-child {
    margin-bottom: 0px;
}

.blog-details-content .comment-box .comment .thumb-box {
    position: absolute;
    left: 0px;
    top: -2px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog-details-content .comment-box .comment .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.blog-details-content .comment-box .comment .comment-inner {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #dfe5e5;
}

.blog-details-content .comment-box .comment:last-child .comment-inner {
    border-bottom: none;
}

.blog-details-content .comment-box .comment .comment-inner .comment-info h5 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 3px;
}

.blog-details-content .comment-box .comment .comment-inner .comment-info .comment-time {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
}

.blog-details-content .comment-box .comment .comment-inner .comment-info {
    margin-bottom: 16px;
}

.blog-details-content .comment-box .comment .comment-inner p {
    margin-bottom: 13px;
}

.blog-details-content .comment-box .comment .comment-inner a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--font-primary);
    font-weight: 700 !important;
    text-transform: uppercase;
}

.blog-details-content .comment-box .comment .comment-inner a:hover {}

.blog-details-content .comment-box {
    margin-bottom: 54px;
}

.blog-details-content .comments-form-area h3 {
    margin-bottom: 32px;
}

.blog-details-content .comments-form-area .form-group {
    position: relative;
    margin-bottom: 30px;
}

.blog-details-content .comments-form-area .form-group:last-child {
    margin-bottom: 0px;
}

.blog-details-content .comments-form-area .form-group input[type='text'],
.blog-details-content .comments-form-area .form-group input[type='email'],
.blog-details-content .comments-form-area .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    color: #808080;
    transition: all 500ms ease;
}

.blog-details-content .comments-form-area .form-group textarea {
    height: 150px;
    resize: none;
}

.blog-details-content .comments-form-area .form-group input:focus,
.blog-details-content .comments-form-area .form-group textarea:focus {}


/* Blog Layout */

article {
	text-align:center;
	font-size:14px;
}

article .container {
    max-width:1000px !important;
    margin:0 auto;
}

article .text > *, article .sec-title {
	margin-bottom:15px !important;
	margin-top:0 !important;
    text-align: center;
}

article .text > h3 {
	margin-top:45px !important;
}

article .text > h4 {
	margin-top:30px !important
}

article .text img {
    display:inline-block;
	margin:15px 0 !important;
	max-width:650px;
    width:100%;
}

.firefox article .text img {
    margin: 30px 0 15px !important;
  }

article .text p:has(img) + h3, article .text p:has(img) + h2 {
    margin-top: 0px!important;
}

article .text .theme-btn-one {
    margin:20px 0 20px;
}

/*** 

====================================================================
Contact-Page
====================================================================

***/

.contact-style-three {
    position: relative;
    margin: 100px 0px;
}

.contact-style-three .pattern-layer .pattern-1 {
    position: absolute;
    left: 70px;
    top: 70px;
    width: 246px;
    height: 245px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.contact-style-three .pattern-layer .pattern-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 710px;
    height: 570px;
    background-repeat: no-repeat;
}

.contact-style-three .info-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 47px 11px 29px 11px;
    word-wrap: break-word;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgb(211 220 232 / 60%);
}

.contact-style-three .info-box .info-list li {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-bottom: 25px;
    padding-bottom: 23px;
    border-bottom: 1px solid #e5e5e5;
}

.contact-style-three .info-box .info-list li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.contact-style-three .info-box .info-list li i {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    transition: all 500ms ease;
}

.contact-style-three .info-box .info-list li:hover i {
    color: #fff;
}

.contact-style-three .info-box .info-list li h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-style-three .info-box .info-list li p {
    font-size: 16px;
    line-height: 26px;
}

.contact-style-three .info-box .info-list li p a:hover {}

.contact-style-three .form-inner h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact-style-three .default-form .form-group input[type='text'],
.contact-style-three .default-form .form-group input[type='email'] {
    height: 60px;
}

.contact-style-three .form-inner {
    margin-left: 100px;
}

.contact-style-three .default-form .form-group {
    margin-bottom: 30px;
    padding-top: 0px;
}


/** google-map **/

.google-map-section {
    position: relative;
    width: 100%;
}

.google-map-section #contact-google-map {
    position: relative;
    width: 100%;
    height: 550px;
}

.three-item-carousel .owl-stage-outer {
    overflow: visible;
}

.three-item-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    transition: all 500ms ease;
}

.three-item-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.opening-hours {
    margin-bottom: 20px;
}

.opening-hours h3 {
    color: #fff;
}

.hours-list p,
.hours-list li {
    color: var(--_footer-text-colour, #FBFAF9) !important;
}

.hours-list li strong {
    float: left;
}

.staff-link {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: block;
}
.nhs-logo-container {
    max-width: 740px;
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(50px);
    z-index: 9;
}
.nhs-logo {
    width: 200px;
    object-fit: contain;
    margin-left: 15px;
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 9;
}

.header-lower .main-menu {
}

.contact-page-section #content_block_1 .content-box .upper-box {
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-page-section.content-section {
    margin-bottom: 10px;
}

.contact-page-style-three {
    margin-top: 50px !important;
}

.single-page #content_block_1 .content-box .upper-box {
    padding-bottom: 0;
    margin-bottom: 0;
}

input.wpcf7-submit,
.theme-btn-one:not(.banner-carousel .theme-btn-one):not(.theme-btn-one-emergency) {
    box-shadow: 0 5px 10px rgba(255,255,255,0.1) !important;
}

.lifestyle-form .form-wrapper {
    padding: 0;
}

.lifestyle-form .form-wrapper {
    align-items: end;
}

.lifestyle-form .form-wrapper.flex-align-start {
    align-items: flex-start;
}

.whatsapp-button {
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.whatsapp-button a {
    position: absolute;
    top:0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #26d367;
}

span.fa.fa-whatsapp {
    font-size: 40px;
    color: white;
    line-height: 60px;
}

.mr-2 {
	margin-right: 1.2rem !important;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-200 {
  padding-top: 200px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pt-250 {
  padding-top: 250px;
}
.pb-250 {
  padding-bottom: 250px;
}
.mb-100 {
	margin-bottom: 100px;
}

.row-gap-3 {
    row-gap:1rem;
}

.row-gap-4 {
    row-gap:2rem;
}

.content-column h1, .content-column h2, .content-column h3, .content-column h4, .content-column h5, .content-column h6 {
    padding: 20px 0 10px 0;
}
.content-column ul {
    padding-left: 20px;
}
.content-column ul li {
    padding: 10px 0;
    list-style: disc;
    color: #2C3338;
}