/*==================== Header CSS ====================*/
header.main-header {
    z-index: 999;
    top: 0px;
    width: 100%;
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);

    background: var(--primary-color);

    backdrop-filter: blur(3px);
}

header.main-header .container {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
}

header.main-header.small-header {
    background: var(--primary-color);
}

.top-logo img {
    display: block;
}

.main-menu {
    width: 100%;
}

.small-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
}
#rsqawrapper .rsqamore a:hover {
    background-color: var(--primary-color);
}
.ph-number {

    flex-shrink: 0;
    background-color: var(--grey-color);
    padding: 15px 25px;
    /* position: absolute;
    right: 0;
    top: 0; */
}

.ph-number span {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

.ph-number a {
    color: #fff;
    display: inline-flex;
    font-weight: 400;
    font-size: 30px;
    text-align: right;
    text-transform: uppercase;
    align-items: center;
}

.main-menu {
    margin-right: 20px;
    position: relative;
}

.ph-number svg,
.ph-number img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    fill: #fff;
}

/*========= Header Search CSS END =========*/
.search-icon {
    cursor: pointer;
    transition: all ease-in-out .45s;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 11px;
    border: 1px solid white;
    border-radius: 50%;
    position: absolute;
    right: 0;
}

.search-icon svg,
.search-icon img {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.search-icon svg path {
    fill: #fff;
}

.header-search-box {
    position: fixed;
    background-color: #fff;
    width: 100%;
    transition: all 0.5s ease 0s;
    opacity: 0;
    height: 0;
    top: 0;
    right: 0;
}

.header-search-box.open-search {
    opacity: 1;
    height: 150px;
    z-index: 999999;
}

.header-search-box span.closebtn {
    cursor: pointer;
    top: 0;
    transform: translateY(50%);
    position: absolute;
    right: 20px;
    width: 35px;
    height: 35px;
}

.header-search-box span.closebtn::before,
.header-search-box span.closebtn::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: #000;
}

.header-search-box span.closebtn::before {
    transform: rotate(45deg);
}

.header-search-box span.closebtn::after {
    transform: rotate(-45deg);
}

.header-search-box span.closebtn:hover::before,
.header-search-box span.closebtn:hover::after {
    background-color: #006564;
}

.header-search-box .search-input-wrap .searchform {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
}

.header-search-box input.search {
    height: 55px;
    color: #000;
    padding: 8px 58px 8px 10px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.header-search-box input.search:focus~.msg-side-form {
    display: none;
}

#site-searchs {
    top: 0;
    position: absolute;
    right: 0px;
    width: auto;
    height: 55px;
    border: none;
    padding: 13px 20px;
    line-height: 38px;
    cursor: pointer;
    background: none;
}

#site-searchs svg,
#site-searchs img {
    width: 20px;
    height: 20px;
}

#site-searchs svg,
#site-searchs svg path {
    fill: #1E191A;
}

/*========= Header Search CSS END =========*/

/*==================== Header CSS END ====================*/

/*========= Nav Multiple CSS =========*/
.wrap-header {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.menu-top {
    position: relative;
}

ul.menu-top li {
    display: inline-block;
    margin: 0;
    color: #fff;
    position: relative;
    padding: 11px 14px;
    line-height: normal;
}

ul.menu-top>li.menu-item-has-children {
    padding-right: 20px !important;
}

ul.menu-top li:last-child {
    /*padding-right: 0;*/
}

ul.menu-top li:first-child {
    padding-left: 0;
}

ul.menu-top li ul {
    display: none;
}

.menu-top li a {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    text-decoration: none;
    height: 100%;
    font-weight: 300;
    text-transform: uppercase;
}

.menu-top li a:hover {
    transition: .3s ease-in-out all;
    color: #fff;
}

.menu-top li a:hover::before, .menu-header>ul>li.current-menu-item>a::before, .page-id-323  #menu-item-2162 > a:before {
    position: absolute;
    content: "";
    background: #fff;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
}

.menu-top li a:hover::before,
.menu-header>ul>li.current_page_item>a::before,
.menu-header>ul>li.current_page_ancestor>a::before, .menu-header>ul>li.current-menu-ancestor>a::before, .menu-header>ul>li.current-menu-item>a::before, 
.page-id-323  #menu-item-2162 > a:before  {
    width: 100%;
}

.menu-header>ul>li.current_page_item>a,
.menu-header>ul>li.current_page_ancestor>a {
    color: #fff;
}

.menu-header>ul>li.current_page_item>a::before,
.menu-header>ul>li.current_page_ancestor>a::before, .menu-header>ul>li.current-menu-ancestor>a::before {
    position: absolute;
    content: "";
    background: #fff;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
}

/* .menu-header>ul>li.current_page_item > a::after, .menu-header>ul>li.current_page_ancestor > a::after, .menu-top li a:hover::after {
    position: absolute;
    content: "";
    background: #fff;
    left: 50%;
    right: 0;
    bottom: -20px;
    height: 7px;
    width: 7px;
    transform: rotate(45deg) translateX(-50%);
} */
#mainNav>li.menu-item-has-children::before {
    content: "";
    right: -3px;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform-origin: 5px 0px;
}

.small-header .menu-top::before {
    display: none;
}

.sub-menu li.menu-item-has-children {
    position: relative;
}

.menu-top li>.sub-menu>li.menu-item-has-children:after {
    content: "";
    right: 10px;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform-origin: 0 2px;
    transform: translateY(0%) rotate(-45deg);
}

ul.menu-top li:hover>ul {
    display: block;
    position: absolute;
    top: 100%;
}

ul.menu-top li:hover li {
    float: none;
}

.sub-menu li ul.sub-menu {
    position: absolute;
    background-color: var(--primary-color);
    z-index: 99;
    top: 0 !important;
    left: 100%;
}

.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}

ul.menu-top li .sub-menu li ul.sub-menu li>a {
    background-color: var(--primary-color);
    transition: unset;
}
ul.menu-top li .sub-menu li a
{
   transition: unset; 
}
ul.menu-top li .sub-menu li ul.sub-menu li>a:hover,
ul.menu-top li .sub-menu li ul.sub-menu li.current-menu-item>a {
    background: var(--grey-color);
}

ul.menu-top li:hover li a:hover, 
.menu-top ul.sub-menu li.current_page_item >a, 
.menu-top ul.sub-menu li.current_page_ancestor> a,
.menu-top ul.sub-menu .current-menu-parent > a,
.menu-top ul.sub-menu .current-menu-ancestor > a,
.menu-top ul.sub-menu .current-menu-item > a {
    background: var(--grey-color) !important;
}
ul.menu-top li .sub-menu li ul.sub-menu li.current-page-parent>a {
    background: var(--grey-color);
}
ul.menu-top li .sub-menu li ul.sub-menu li.current-page-ancestor>a, ul.menu-top li .sub-menu li ul.sub-menu li.current-page-ancestor {
    background: var(--grey-color);
}
ul.menu-top ul ul {
    left: 100%;
}

.sub-menu {
    background-color: var(--primary-color);
    min-width: 230px;
    text-align: left;
}

ul.menu-top li .sub-menu li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

ul.menu-top li .sub-menu li:last-child {
    border-bottom: none;
}

ul.menu-top li .sub-menu li a {
    font-size: 13px;
    padding: 9px 10px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
    color: #fff;
    border: none;
    display: block;
    font-weight: 300;
}

ul.menu-top li .sub-menu li a:hover {
    border: none;
}

ul.menu-top li .sub-menu li a:hover::before,
ul.menu-top li .sub-menu li a:hover::after {
    display: none;
}

.pointer-hide a {
    pointer-events: none;
}

.submenu-scroll .sub-menu {
    overflow-y: scroll;
    height: 450px;
}

.submenu-scroll .sub-menu::-webkit-scrollbar-track {
    background-color: #fff;
}

.submenu-scroll .sub-menu::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.submenu-scroll .sub-menu::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
}

/*========= Nav Multiple CSS END =========*/

/*==================== Home Page CSS ====================*/
.banner-home {

    background-size: cover;
    background-position: center;
    position: relative;
    background-color: var(--primary-color);
    padding-top: 120px;
    padding-bottom: 100px;
}
.banner-home .btn:hover{
    color: white;
    border-color: white;
}
.banner-home .row {
    min-height: 100vh;
    align-items: center;
}

.banner-home .banner-img-box {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 630px;
}

.banner-home .banner-img-box img {
    display: block;
}

.banner-home .container {
    position: relative;
}

.banner-home .banner-subtitle {
    font-size: 32px;
    line-height: 1.5;
     text-shadow: 0 0 10px #000;
    color: #fff;
}

.banner-home .banner-layout .inner-content .btn {
/*    box-shadow: 0px 12px 18px -6px rgb(255 255 255 / 53%);*/
}
    
.banner-home .banner-title {
    font-size: 80px;
    line-height: 110px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000;
    font-weight: 600;
}

.banner-form {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.banner-form .inner-box {
    padding: 22px 15px 30px;
}

.banner-form .wpcf7 .form-group {
    margin-bottom: 0;
}

.banner-form .form-control {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    height: 55px;
    color: #fff;
    padding: 12px 0;
}

.banner-form textarea.form-control {
    height: 55px;
}

.banner-form .submit-btn {
    min-width: 100%;
    height: 100%;
}

.banner-form .submit-btn input[type="submit"]:hover {
    background: #fff;
    color: var(--primary-color);
    border-color: #fff;
}

/*==================== Home Page CSS END ====================*/

/*==================== Footer CSS ====================*/
#footer {
    background-color: rgba(110, 120, 125, 0.04);
    color: var(--text-color);
    font-weight: 400;
    padding-top: 60px;
}

.footer-logo img {
    max-width: 280px;
}

.footer-heading , .footer-privacy-content h1, .footer-privacy-content h2, .footer-privacy-content h3, .footer-privacy-content h4{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.footer-privacy-content p{
    margin: 0px 5px;color:var(--text-color)
}

.footer-logo .description {
    margin-top: 10px;
    letter-spacing: 0.65px;
    font-weight: 300;
    line-height: 30px;
}

.footer-nav ul {
    display: block;
}

.footer-nav svg {
    margin-top: 5px;
    margin-right: 10px;
}

.footer-nav ul li {
    padding: 8px 0px;
    display: block;
    line-height: normal;
}

.footer-nav ul li a {
    display: block;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.7px;
    color: #D7D7D7;
    font-size: 15px;
}

.footer-locations .footer-nav ul li a {
    position: relative;
}

.footer-nav ul li a:hover,
.footer-nav ul li.current-menu-item a {
    color: var(--primary-color);
}

.sociallink ul {
    margin-top: 25px;
    display: inline-flex;
}

.sociallink ul li {
    margin-right: 15px;
}

.sociallink ul li:last-child {
    margin-right: 0px;
}

.sociallink ul li a {
    display: flex;
    width: 38px;
    height: 38px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.sociallink ul li a svg,
.sociallink ul li a svg img {
    width: 15px;
    height: 15px;
    fill: var(--primary-color);
    margin-right: 0px;
}

.sociallink ul li a svg path,
.sociallink ul li a svg g {
    fill: var(--primary-color);
    opacity: 1;
}

.sociallink ul li a:hover {
    background: var(--grey-color);
    border-color: var(--grey-color);
}

.sociallink ul li a:hover svg path,
.sociallink ul li a:hover svg g {
    fill: #fff;
    opacity: 1;
}

.nap-address-item {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-bottom: 15px;

}

.nap-box {

    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    width: 50%;
}

.nap-address-item:last-child {
    margin-bottom: 0px;
}

.nap-address,
.nap-info a {
    position: relative;
    padding-left: 20px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.7px;
    color: var(--text-color);
}

.nap-address .direction-link {
    display: inline-block;
    color: var(--grey-color);
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px solid var(--grey-color);
    line-height: normal;
}

.nap-info a {
    font-weight: 300;
    display: inline-block;
}

.nap-info a:hover,
.nap-address .direction-link:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.nap-address-item svg,
.nap-address-item img {
    width: 17px;
    height: 17px;
    fill: var(--grey-color);
    position: absolute;
    left: 0;
    top: 5px;
}

.nap-address-item svg path {
    fill: var(--grey-color);
}


.copyright {
    margin-top: 40px;
    background-color: rgba(110, 120, 125, 0.08);
}

.copyright .copyright-text {
    padding: 12px 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.26px;
    color: var(--text-color);
}

/*==================== Footer CSS END ====================*/


/*==================== Blog List Page CSS ====================*/
.blog-list {
    padding-right: 60px;
}

.blog-title {
    text-transform: uppercase;
    color: var(--primary-color);
}

.blog-list .postlist .blog-list-inner {
    margin-bottom: 35px;
}

.blog-listing-pg .blog-list .postlist .blog-list-inner {
    margin-bottom: 50px;
}

.blog-list .postlist:last-child .blog-list-inner {
    margin-bottom: 0;
}

.post-image {
    overflow: hidden;
    position: relative;
}

.post-image img.featured-img {
    display: block;
    /* margin-left: auto;
    margin-right: auto; */
    max-width: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.post-image img.no-feature {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 230px;
    background-position: center;
    background-color: var(--green);
    height: 400px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.blog-page.blog-listing-pg {
    padding-top: 170px;
}

.blog-list-inner:hover .post-image img.featured-img {
    transform: scale(1.1);
}

.post-meta {
    font-weight: 300;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: var(--green);
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EBEBEB;
    font-size: 15px;
}

body .post-meta ul li {
    padding: 0;
}

body .post-meta ul li:before {
    content: none;
}

.blog-list .blog-title {
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin: 12px 0;
}

.blog-list a.read-btn {
    font-weight: 500;
    font-size: 17px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: var(--primary-color);
}

.blog-list a.read-btn svg,
.blog-list a.read-btn img {
    fill: var(--primary-color);
    width: 17px;
    height: 17px;
    margin-left: 7px;
}

.blog-list a.read-btn svg path {
    fill: var(--primary-color);
}

.blog-list a.read-btn:hover {
    color: #000;
}

.blog-list a.read-btn:hover svg,
.blog-list a.read-btn:hover svg path {
    fill: #000;
}

/*==================== Blog List Page CSS END ====================*/

/*==================== Blog Details Page CSS ====================*/
.postlist-single {
    padding-right: 60px;
}

.postlist-single h1 {
    font-size: 40px;
    color: var(--primary-color);
}

.postlist-single h2 {
    font-size: 36px;
    color: var(--primary-color);
}

.postlist-single h3 {
    font-size: 32px;
    color: var(--primary-color);
}

.postlist-single h4 {
    font-size: 28px;
    color: var(--primary-color);
}

.postlist-single h5 {
    font-size: 24px;
    color: var(--primary-color);
}

.postlist-single h6 {
    font-size: 20px;
    color: var(--primary-color);
}

.postlist-single iframe,
.mainpage iframe {
    height: 420px;
}

.postlist-single .addtoany_content {
    margin: 15px auto 0;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.postlist-single .addtoany_header {
    margin: 0 10px 0 0px;
    font-size: 17px;
    color: var(--primary-color);
    font-weight: 400;
    text-transform: uppercase;
}

.postlist-single .addtoany_list a,
.postlist-single .widget .addtoany_list a {
    margin-right: 8px;
}

.postlist-single .addtoany_list a:not(.addtoany_special_service)>span {
    height: 26px;
    line-height: 26px;
    width: 26px;
    background: none !important;
    position: relative;
    top: 3px;
}

.postlist-single .site .a2a_kit.addtoany_list a:focus svg,
.postlist-single .addtoany_list a:hover svg,
.postlist-single .widget .addtoany_list a:hover svg,
.postlist-single .site .a2a_kit.addtoany_list a:focus svg path,
.postlist-single .addtoany_list a:hover svg path,
.postlist-single .widget .addtoany_list a:hover svg path {
    fill: var(--primary-color) !important;
}

.gradient-bg {
    position: relative
}

.gradient-bg::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(196, 196, 196, 0.08) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    height: 450px;
}

/*==================== Blog Details Page CSS END ====================*/

/*==================== Static Page CSS ====================*/
.mainpage h1 {
    font-size: 40px;
}

.mainpage h2 {
    font-size: 36px;
}

.mainpage h3 {
    font-size: 32px;
}

.mainpage h4 {
    font-size: 28px;
}

.mainpage h5 {
    font-size: 24px;
}

.mainpage h6 {
    font-size: 20px;
}

.mainpage :where(h1, h2, h3, h4, h5, h6) {
    color: var(--primary-color);
}

.page-contnet {
    padding-right: 60px;
}

blockquote {
    background: #fcfcfc;
    padding: 20px 20px;
    border-left: 7px solid var(--primary-color);
    font-style: italic;
    margin: 15px 0;
    display: block;
}

.mainpage ul,
.postlist-single ul {
    margin-bottom: 25px;
}

.mainpage ul li ul,
.postlist-single ul li ul {
    margin-bottom: 8px;
    margin-top: 8px;
}

.mainpage ul li,
.postlist-single ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
}

.mainpage ul li::before,
.postlist-single ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 100%;
    left: 0;
    top: 11px;
}

.mainpage ul li a,
.postlist-single ul li a,
.postlist-single a,
.postlist-single ol li a,
.mainpage a {
    color: var(--primary-color);
}

.mainpage .btn {
    color: #fff;
}

.mainpage .btn:hover {
    color: #1800F9;
}

.mainpage ul li a:hover,
.postlist-single ul li a:hover,
.postlist-single a:hover,
.postlist-single ol li a:hover,
.mainpage a:hover {
    color: #000;
}

.mainpage ol,
.postlist-single ol {
    list-style-type: none;
    counter-reset: ordered;
    margin: 0 0 20px;
    padding: 0;
}

.mainpage ol li,
.postlist-single ol li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}

.mainpage ol li:last-child,
.postlist-single ol li:last-child {
    margin-bottom: 0;
}

.mainpage ol li::before,
.postlist-single ol li::before {
    content: counter(ordered);
    counter-increment: ordered;
    position: absolute;
    left: 0;
    top: 0;
}

/*==================== Static Page CSS END ====================*/
/***home**/
.our-service .service-blk svg,
.our-service .service-blk svg path {
    fill: var(--primary-color)
}

.our-service .hrading {
    text-transform: uppercase;
}

.our-service a:hover , .our-service a.active{
    background-color: var(--color1);
    background-image: url(../img/right-icon.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    transition: unset;

}

.our-service a {
    display: block;
}

.our-service a:hover *, .our-service a.active * {
    color: white;
}

.our-service a:hover img,
.our-service a:hover svg path,  .our-service a.active  svg path{
    fill: white;
}

.c-blue {
    color: var(--primary-color);
}

.our-service .in-sv {
    padding: 30px 60px;
}

.right-bd-img img,
.left-bottom-bd-img img,
.left-top-bd-img img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;

}

.right-bd-img {
    padding-right: 20px;
    padding-top: 20px;
    position: relative;
}

.right-bd-img:after {
    content: '';
    width: 90%;
    height: 90%;
    right: 0;
    top: 0;
    background-color: var(--green);
    position: absolute;
}

.our-service .img-sec img,
.our-service .img-sec svg {
    width: 65px;
    margin-right: 20px;
}

.left-bottom-bd-img {
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
}

.left-bottom-bd-img:after {
    content: '';
    width: 90%;
    height: 90%;
    left: 0;
    bottom: 0;
    background-color: var(--green);
    position: absolute;
}

.left-top-bd-img {
    padding-left: 20px;
    padding-top: 20px;
    position: relative;
}

.left-top-bd-img:after {
    content: '';
    width: 90%;
    height: 90%;
    left: 0;
    top: 0;
    background-color: var(--green);
    position: absolute;
}

.specials-sec {
    background-color: rgba(110, 120, 125, 0.04);
}

.specials-sec:before {
    content: '';
    width: calc(50% - 500px);
    height: 100%;
    background-color: var(--bg-color);
    position: absolute;
    left: 0;
    top: 0;
}

.specials-sec .container {
    position: relative;
    z-index: 2;
}

.specials-sec {
    position: relative;
}

.procedure-sec {
    background-color: var(--bg-color);
}

.procedure-sec .rgt img {
    width: 40%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.procedure-sec .lft {
    background-color: var(--primary-color);
    background-image: url(../img/bg1.webp);
    background-size: cover;
    position: relative;
    padding: 50px 0px 50px 80px;
    z-index: 3;
}

.procedure-sec .lft .heading,
.procedure-sec .lft a {
    padding-left: 20px;
    padding-right: 50px;
    display: block;
}

.procedure-sec .lft a:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.procedure-sec .lft p {
    color: rgba(255, 255, 255, 0.70);
}

.procedure-sec .lft * {
    color: white;
}

.procedure-sec .service-blk img,
.procedure-sec .service-blk svg {
    width: 70px;
    margin-right: 20px;
}

.newsletter-sec .container {
    background-image: url(../img/bg3.webp);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 50px 50px;
    margin-top: -100px;
    position: relative;
}

.newsletter-sec * {
    color: white;
}

.newsletter-sec .form-control {
    padding: 15px;
    background-color: white;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.newsletter-sec .submit-btn input[type="submit"] {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: 16px;
}

.newsletter-sec p,
.newsletter-sec .cnt {
    font-size: 20px;
}

.testimonial-slider-inner p {
    font-size: 28px;
    color: var(--color1);
}

.testimonial-slider {
    background-image: url(../img/testimonial.svg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 30px;
}
.testimonial-slider .author{
font-size: 28px;
font-weight: 400;
color: var(--primary-color);
text-transform: uppercase;

}
.testimonial-slider .slick-dots{
    margin-top: 10px;
}
.logo-sec img {
    margin: auto;
    padding: 20px 0px;
}

.logo-sec .slider-blk {
    position: relative;
}
.logo-sec-wraper {
    border: 1px solid var(--color2);
    padding: 10px;
    background: #fff;
}
.home .logo-sec {
    position: relative;
    margin-top: -87px;
}
/*.logo-sec .slider-blk:after {
    content: '';
    width: 1px;
    height: 70%;
    border: 1px solid var(--color2);
    position: absolute;
    top: 0;
    right: 0;
}

.logo-sec .slick-slide:nth-child(2n) .slider-blk:after {
    top: unset;
    bottom: 0;
}*/

.book-appointment .book-form-wp {
    background-color: var(--bg-color);
    padding: 60px 30px;
    border-radius: 20px;
}

.book-appointment h2 {
    text-transform: uppercase;
}

.vd-img-wp img {
    width: 100%;
    display: block;
}

.vd-img-wp {
    position: relative;

}

.vd-img-wp:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../img/logos_youtube-icon.svg');
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.12);
    left: 0;
    top: 0;
}

.video-container h3 {
    font-size: 25px;
    color: var(--primary-color);
    /*text-transform: uppercase;*/
    margin-top: 20px;
}

.video-container a:hover {
    opacity: 0.7;
    ;
}

.information-blk:nth-child(2n) {
    background-color: var(--bg-color);
}

.information-blk :where(h1, h2, h3, h4, h5, h6),
.top-content :where(h1, h2, h3, h4, h5, h6) {
    text-transform: uppercase
}

.gallery-sec .col-inner h4,
.single-gallery-sec .col-inner h4 {
    font-size: 25px;
    margin-top: 15px;
    color: var(--primary-color);
}
.gallery-sec .img-anchor, .gallery-blk-repeater .img-wrp{
    height: 350px;
    background-color:black;
    display: flex;
    align-items: center;
   overflow: hidden;
}
.gallery-sec .img-anchor:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.gallery-sec .img-anchor img {
    transition: all 0.3s ease-in-out;
}
.gallery-sec .img-anchor img{
    max-height: 100%;
    width: auto;
}
.single-gallery-sec .top-content {
    background-color: var(--bg-color);
}

.about-natural-img .hd {
    text-transform: uppercase;
}

.left-image-layout :where(h1, h2, h3, h4, h6, h5),
.right-image-layout :where(h1, h2, h3, h4, h6, h5) {
    text-transform: uppercase;
    color: var(--primary-color);
}

.content-layout {
    background-color: var(--green);
    background-image: url(../img/bg4.png);

}

.content-layout * {
    color: white;
}

/** contai page***/


.contact-page .wpcf7 .wpcf7-form .form-control {
    padding: 15px;
    font-size: 16px;
    text-transform: none;
    color: #000;
    height: 60px;
    font-weight: 400;
    padding-left: 15px;
    border: 1px solid #C1C1C1;
    border-radius: 30px;
    background: 0 0;
}

.contact-page .wpcf7 .wpcf7-form textarea.form-control {
    height: 120px;
    resize: none;
}

.contact-page .wpcf7 .wpcf7-form .form-control::placeholder {
    color: #C1C1C1;
}

.contact-page .wpcf7 .wpcf7-form .form-control::-ms-input-placeholder {
    color: #C1C1C1;
}

.contact-page .submit-btn.position-relative {
    width: 100%;
    display: block;
}

.contact-map-section iframe {
    display: block;
    height: 500px;
}

.contact-page .submit-btn input[type=submit] {
    background: #6E787D;
    border-color: #6E787D;
}

.contact-page .submit-btn input[type=submit]:hover {
    background: transparent;
}

/** staff page***/
.staff-member .content {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
}
.member a:hover{
    opacity: 0.5;
}
.staff-member .content {
    padding: 30px;
}

.staff-member .content .level {
    border-radius: 29.378px;
    background: var(--green);
    padding: 12px 22px;
    width: fit-content;
    margin-bottom: 17px;
}

.staff-member .content a {
    color: var(--green);
}

.staff-member .content .level p {
    letter-spacing: .8px;
}

.staff-member .member {
    margin-bottom: 100px;
}

.staff-member .member:last-child {
    margin-bottom: 0;
}




.single-staff-member .content {
    padding: 30px;
}

.single-staff-member .content .level {
    border-radius: 29.378px;
    background: var(--Green, #91BAC2);
    padding: 12px 22px;
    width: fit-content;
    margin-bottom: 17px;
}

.single-staff-member.detail-page .top-content h4 {
    color: #91BAC2;
    font-size: 20px;
    font-style: italic;
    line-height: 2;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 30px;
    width: 55%;
}

.single-staff-member .content {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
}
.single-staff-member::after {
    content: "";
    clear: both;
    display: table;
  }
  .single-staff-member :where(h1,h2,h3,h4,h5,h6){
    color: var(--grey-color);
  }
.single-staff-member .content a {
    color: #91BAC2;
}

.single-staff-member .content .level p {
    letter-spacing: .8px;
}

.single-staff-member .member {
    margin-bottom: 100px;
}

.single-staff-member .member:last-child {
    margin-bottom: 0;
}

.single-staff-member .rgt {
    float: right;
    margin-bottom: 40px;
    margin-left: 40px;
}

.single-staff-member .row {
    display: block;
}

.single-staff-member .lft {
    width: 100%;
}

.custom-ul ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.custom-ul ul {
    margin-bottom: 20px;
    padding-left: 15px;
}

.single-staff-member .bottom-cnt p,
.single-staff-member .bottom-cnt {
    color: var(--text-color);
}

.single-staff-member .bottom-cnt :where(h1, h2, h3, h4, h5, h6) {
    text-transform: uppercase;
    color: var(--text-color);
    margin-bottom: 20px;
}

.single-staff-member .gallery {
    display: flex;
    flex-wrap: wrap;
}

.single-staff-member .gallery-item {
    width: 25% !important;
    padding-right: 20px;
    margin: 10px 0px;
}

.about-natural-img .contact-no {
    font-size: 16px;
    color: var(--green);
}

.about-natural-img .contact-no a {
    font-size: 35px;
    color: var(--green);
    display: block;
    line-height: 45px;
}

.about-natural-img .contact-no span {
    position: relative;
    padding-left: 25px;
    text-transform: uppercase;
    letter-spacing: 4.12px;
}

.about-natural-img .contact-no span:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/call2.svg);
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}



.review-page .wrap .item {
    border: 1px solid #E3E3E3;
    padding: 29px 21px;
}

.review-page .wrap .item .title {
    color: #084575;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.review-page .wrap .item .content {
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.stars-wp {
    margin: 5px auto 0px 0px;
}

.stars-wp {
    width: 114px;
    text-align: left;
    font-size: 25px;
    letter-spacing: 2px;
    position: relative;
    margin: 0;
    color: #b5b5ba;
}

.stars-wp .overlay-star {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    color: #F6A60B;
}
.content-para p span{
    font-weight: 600;
}
.gallery-sec .img-anchor.gal-cat-anchor{
    height: unset;
    background: transparent;
}
.home-content-section1, .home-content-section3{
    background-color: var(--bg-color);
}
.top-logo svg{
    max-width: 100%;
}
.top-logo a{
    display: flex;
    align-items: center;
}
.single-staff-member .content-sec iframe{
    height:auto;
    transition: all 0.3s ease-in-out;
}
.single-staff-member .content-sec iframe:hover {
    box-shadow: 5px 5px 8px 5px #dbdbdb;
    opacity: 0.8;
}
.halfWidth-list {
    display: flex;
    flex-wrap: wrap;
}

.halfWidth-list li {
    width: 50%;
}

.formtop-img img {
    width: 100%;
}

.sidebar-form-outer {
    padding: 30px 30px 40px;
}

.img-border-overlay {
    position: relative;
}

.img-border-overlay:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    border: 1px solid #fff;
}

.testimonial-bock .testimonial-slider-inner .quote-icon svg {
    width: 50px;
    height: 50px;
}

.monthly-specials-content {
    position: relative;
    z-index: 2;
}

.monthly-specials-content h2{
   color: #fff; 
}
.hover-img-wrap{
    display: none;
}
.hover-img-wrap.hovered{
    display: block;
}

.contact-page-form {
    background-image: url(../img/bg3.webp);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 40px;
  }
  .contact-page-form .wpcf7 .wpcf7-form .form-control{
border: 1px solid white;color: white;
  }
  .contact-page-form .wpcf7 .wpcf7-form .form-control::placeholder{
    color: white;
  }
  .contact-page .contact-page-form .submit-btn input[type="submit"]{
background-color: var(--primary-color);border-color: var(--primary-color);
width: 100%;
  }
  .contact-page .contact-page-form .submit-btn input[type="submit"]:hover{
    opacity: 0.7;color:white;
  }
  .contact-page .content-sec h3{
    font-weight: 500;
  }

.video-slider-box {
    padding: 10px;
}
.video-image.vd-img-wp img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.image-caption-txt{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    font-size: 20px;
    color: #fff;
}
.left-bd-img img{
    display: block;
}
.left-bd-img {
    position: relative;
    display: inline-block;
}
.breadcums-section {
    font-size: 16px;
    background: rgba(110, 120, 125, 0.08);
    padding: 10px 0;
}
.breadcrumb {
    margin-bottom: 0;
}
.breadcrumb a {
    color: var(--primary-color);
}
.faq-accordation-sec button.trans-btn:hover {
    box-shadow: 2px 2px 6px 0px #878787;
}
.menu-top li ul li {
    padding: 10px 9px !important;
}
.detail-footer .btn-list .btn:hover {
    color: #fff;
    border-color: #fff;
}
.detail-footer .btn-list .btn:hover svg path {
    fill: #fff;
}

.newletter-form input[type="email"]:focus-visible, 
.newletter-form  input[type="email"]:visited {
    border-color: transparent !important;
}
.submit-btn input[type="submit"] {
    height: 54.64px;
}