/*
Theme Name: Master The Top
Text Domain: masterthetop
Version: 1.8
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0. 	CSS Reset
1. 	Document Setup
2. 	Element Base
3. 	Helper Classes
4. 	Site Header
5. 	Menu Modal
6. 	Search Modal
7. 	Page Templates
a. 	Template: Cover Template
c. 	Template: Full Width
8.  Post: Archive
9.  Post: Single
10. Blocks
11. Entry Content
12. Comments
13. Site Pagination
14. Error 404
15. Widgets
16. Site Footer
17. Media Queries
----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------- */
:root {
    --white: #fff;
    --primary: #233b76;
    --black: #000;
    --base-transition: all 0.3 ease-in-out;
}
body {
    margin: 0;
    background: #ffffff;
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-top: 123px;
    transition: 0.3s all ease-in-out;
}
/* body.fix_main_header {
    padding-top: 87px;
} */
.container {
    width: 100%;
    max-width: 1300px !important;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.meetteam_client_box h1 {
    font-size: 30px !important;
    text-align: center !important;
}
img,
iframe {
    vertical-align: top;
}
ul,
ol {
    padding: 0;
    margin: 0;
}
ul li,
ol li {
    margin: 0;
}
p {
    margin-bottom: 15px;
}
p:last-child {
    margin-bottom: 0px;
}
a,
a:hover,
a:focus {
    text-decoration: none !important;
    outline: none;
}
a {
    color: #233b76;
    display: inline-block;
}
a:hover {
    color: #444444;
}
input:focus,
textarea:focus,
button:focus {
    outline: none !important;
}
h1 {
    font-size: 50px;
    line-height: 70px;
    color: #000;
    margin: 0 0 20px 0;
}
h2 {
    font-size: 40px;
    line-height: 55px;
    color: #233b76;
    margin: 0 0 20px 0;
}
h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px 0;
}
h5 {
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin: 0 0 10px 0;
}
h6 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
}
/* Global */
*,
*::after,
*::before {
    box-sizing: border-box;
}
:root {
    /* color */
    --var-color-sky-blue: #c6e9f9;
    --var-color-sky_dark-blue: #afd9e7;
    --var-color-sky_darker-blue: #bfe6eb;
    --var-color-lite_green: #233b76;
    --var-color-blue: #233b76;
    --var-color-dark-blue: #0c1b3e;
    --var-color-gray-blue: #8bacb7;
    --var-color-pink: #e7bdae;
    --var-color-red: #b05349;
    --var-color-grey: #dad9d9;
    --var-color-dark_grey_blue: #627a81;
    --var-color-lite_black: #414141;
    /* color */
    /* fonts */
    --var-font-Canto_Pen: ;
    --var-font-Quicksand: "Quicksand", sans-serif;
    --var-font-Montserrat: "Montserrat", sans-serif;
    --var-font-Canto_Pen_italic: ;
    --var-font-Book_Antiqua: ;
    --var-font-Champagne_Limousines: ;
    /* fonts */
}
/* button */
.main_btn a {
    background-color: #233b76;
    color: #ffffff !important;
    padding: 12px 30px;
    border: 1px solid #233b76;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 500ms;
}
.main_btn a:hover {
    background-color: transparent;
    color: #233b76 !important;
}
/* button */
/* margin */
.mb_10 {
    margin-bottom: 10px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_30 {
    margin-bottom: 30px;
}
.mt_10 {
    margin-top: 10px;
}
.mt_20 {
    margin-top: 20px;
}
.mt_30 {
    margin-top: 30px;
}
/* margin */
/* Global */
a {
    color: #ffff !important;
}
.main_title {
    text-align: center;
    margin-bottom: 55px;
}
.comn_hero_sec {
    padding: 120px 0 110px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.comn_hero_sec::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.6;
}
.comn_hero_sec>.container {
    position: relative;
    z-index: 2;
}
.comn_hero_cont {
    text-align: center;
    max-width: 860px;
    margin: auto;
}
.comn_hero_cont h2 {
    color: #fff;
    margin-bottom: 30px;
}
.comn_hero_cont h6,
.comn_hero_cont p {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
}
.comn_hero_cont h5 {
    color: #fff;
}
.comn_hero_cont p:last-child {
    margin-bottom: 0;
}
.comn_hero_cont .main_btn a {
    background-color: #fff;
    border-color: #fff;
    color: #233b76;
}
.comn_hero_cont .main_btn a:hover {
    background-color: transparent;
    border-color: #fff;
    color: #e7bdae;
}
/* Header strat */
.header_alert {
    background-color: #233b76;
    color: #ffffff;
    text-align: center;
    padding: 13px 0;
    position: fixed;
    top: 0;
    width: 100%;
    transition: 0.3s all ease-in-out;
}
.header_alert .container {
    max-width: 1300px !important;
    position: relative;
}
.header_alert p {
    margin-bottom: 0;
}
.header_alert.fix_alert {
    top: -52px;
}
.fancybox__content {
    height: 750px !important;
    padding: 0px !important;
    width: 100% !important;
    object-fit: cover !important;
    max-width: 1300px !important;
}
section.hyper_link_sec {
    padding-top: 30px;
}
.hyper-text {
    text-align: center;
    padding: 70px 0px 0px 0px;
}
.hyper-text h4 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
}
.hyper-text h4 a {
    color: #000 !important;
    text-decoration: underline !important;
}
.header_alert .container ul li {
    color: #ffffff;
    font-family: "Avenir", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: inline-block;
    margin: 0 auto 0em;
    padding-right: 20px;
    text-align: right;
}
.header_alert .container ul li a {
    color: #ffffff;
}
.header_alert .container ul {
    text-align: end;
}
/* Header end */
/**** footer start ****/
.newsletter_sec {
    padding: 68px 0 55px;
    background-color: #faf2f2;
}
.newsletter_sec .row {
    align-items: center;
}
.newsletter_txt img {
    width: 100%;
    max-width: 90px;
    position: absolute;
    left: 0;
    top: -15px;
}
.newsletter_txt h4 {
    margin-bottom: 0;
    font-size: 28px;
    color: #233b76;
    line-height: 40px;
}
.newsletter_form {
    margin-top: 10px;
}
.newsletter_txt {
    margin-right: 30px;
    text-align: left;
    max-width: 320px;
    margin-left: auto;
    position: relative;
    padding-left: 120px;
}
.newsletter_form .gform_body {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 310px;
    margin-right: 5px;
}
.newsletter_form .gform_footer {
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
}
.newsletter_form .gform_ajax_spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 10px;
    opacity: 0.6;
}
.newsletter_sec .cus_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.newsletter_sec .cus_col {
    width: 50%;
}
.site_footer {
    background-color: #1e1e1e;
    padding: 80px 0 50px;
}
.site_footer .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.site_footer .col-md-4 {
    width: 26%;
}
.site_footer .col-md-4:nth-child(2) {
    width: 48%;
}
.site_footer .widget img {
    width: 100%;
    height: auto;
    max-width: 120px;
    margin-bottom: 2px;
}
.site_footer p {
    color: #aaa;
}
.site_footer a {
    color: #aaa !important;
}
.site_footer a:hover {
    color: #fff;
}
.site_footer .widget h2 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 26px;
}
.site_footer li {
    list-style: none;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 14px;
}
.site_footer li:last-child {
    margin-bottom: 0;
}
.site_footer .widget_second {
    padding-left: 100px;
}
.site_footer .widget_third {
    padding-left: 30px;
}
.site_footer p strong {
    color: #f4f4f4;
    font-weight: 600;
}
.site_footer ul {
    margin-bottom: 0;
}
.site_footer li.menu-item {
    position: relative;
    padding-left: 16px;
    width: 100%;
    display: inline-block;
    padding-right: 20px;
}
.site_footer li.menu-item::before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background-color: #aaa;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 10px;
}
.site_footer ul .address {
    padding-left: 19px;
}
.site_footer ul .address::before {
    font: normal normal normal 19px/1 FontAwesome;
    content: "\f041";
    background-color: #1e1e1e;
}
.site_footer ul .mobile {
    padding-left: 19px;
}
.site_footer ul .mobile::before {
    font: normal normal normal 17px/1 FontAwesome;
    content: "\f095";
    background-color: #1e1e1e;
    top: 5px;
}
.site_footer ul .email {
    padding-left: 28px;
}
.site_footer ul .email::before {
    font: normal normal normal 19px/1 FontAwesome;
    content: "\f003";
    background-color: #1e1e1e;
    top: 5px;
}
.site_footer .row .col-md-3:nth-child(2) {
    padding-left: 60px;
}
.site_footer .row .col-md-3:last-child {
    padding-left: 10px !important;
}
.copywrite_sec {
    background-color: #1e1e1e;
}
.copywrite_sec p {
    border-top: 1px solid #404040;
    text-align: center;
    font-size: 14px;
    color: #979797;
    line-height: 24px;
    padding: 14px 0;
    margin-bottom: 0;
}
.foot_social li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 0;
    padding-left: 0;
}
.foot_social li:before {
    display: none;
}
.foot_social li a {
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    background-color: #aaa;
    line-height: 30px;
    color: #1e1e1e;
    border-radius: 20px;
    font-size: 14px;
}
.foot_social li a:hover {
    background-color: #fff;
    color: #233b76;
}
.site_footer h6 {
    color: #f4f4f4;
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 17px;
    line-height: 27px;
}
.foot_social {
    margin-top: 12px;
}
.site_footer .widget_first h4 {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
}
.upper_footer {
    background-color: #1e1e1e;
    padding: 40px 0;
    border-top: 12px solid #233b76;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
}
.upper_footer .cus_row {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}
.upper_footer .cus_row .up_foot_blocks {
    width: 36%;
    padding: 0 15px;
}
.upper_footer .cus_row .up_foot_blocks:nth-child(2) {
    width: 36%;
}
.upper_footer .cus_row .up_foot_blocks:last-child {
    width: 20%;
}
.upper_footer .cus_row .up_foot_blocks:last-child .up_foot_block_in {
    padding-left: 10px;
}
.upper_footer .cus_row .up_foot_blocks .up_foot_block_in {
    position: relative;
    padding-left: 65px;
    color: #ffffff;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.upper_footer .cus_row .up_foot_blocks .up_foot_block_in .up_foot_icons {
    display: flex;
    width: 50px;
    height: 50px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 18px;
    color: #233b76;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.upper_footer .cus_row .up_foot_blocks .up_foot_block_in p {
    margin: 0;
}
.upper_footer .cus_row .up_foot_blocks .up_foot_block_in .main_btn {
    margin-top: 0;
}
.upper_footer .cus_row .up_foot_blocks .up_foot_block_in .main_btn a {
    background-color: #233b76;
    border-color: #233b76;
}
.upper_footer .cus_row .up_foot_blocks .up_foot_block_in .main_btn a:hover {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.upper_footer .cus_row .up_foot_blocks .up_foot_block_in a {
    color: #fff;
}
.lower_footer .row .col-md-6 {
    width: 50%;
}
.lower_footer .row .col-md-6 .social_icons li a {
    font-size: 29px;
}
.lower_footer .row .col-md-6 .social_icons {
    display: inline-flex;
    gap: 30px;
    list-style: none;
}
.lower_footer .row .col-md-6:nth-child(2n) {
    text-align: end;
    align-self: end;
}
.lower_footer .row {
    align-items: center;
}
.lower_footer .row .col-md-6 .logo-img {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-direction: row-reverse;
    width: fit-content;
    align-items: baseline;
}
.lower_footer .row .col-md-6 .logo-img img {
    object-fit: contain;
    width: auto;
    height: 40px;
}
/* planner sect1on */
section.planner-top-sec.top_banner_sec .main_btn a:hover {
    color: #ffffff !important;
    border: 1px solid white;
}
.lower_footer {
    background-color: #1e1e1e;
    padding: 30px 0;
}
.site_footer .row .col-md-3 {
    width: 25%;
}
.site_footer .row .col-md-3:not(:first-child) {
    padding-left: 40px;
}
.site_footer .row .col-md-3 h4 {
    color: #fff;
}
.site_footer .row .col-md-3:nth-child(n) {
    padding-right: 30px;
}
.lower_footer .row {
    display: flex;
}
.lower_footer .row .col-md-4 {
    width: 33.333%;
}
.lower_footer .row .col-md-4 img {
    max-width: 80px;
    object-fit: cover;
    width: 100%;
}
.lower_footer .row .col-md-4 ul li a {
    font-size: 29px;
}
.lower_footer .row .col-md-4 .social_icons {
    display: inline-flex;
    gap: 20px;
    list-style: none;
}
.lower_footer .row .col-md-4:nth-child(3n) {
    text-align: end;
    align-self: end;
}
/**** footer end ****/
/****** home page start *******/
.header_alert {
    display: none;
}
header .header-navigation-wrapper nav ul .main_btn a {
    padding: 12px 18px;
}
.home_first_sec::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.opcc-hero-banner__section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.opcc-hero-banner__section-heading {
    position: relative;
}
.opcc-hero-banner {
    color: #fff;
    font-size: 1.25em;
}
.very-large {
    font-size: 20em;
    color: #fff;
    opacity: 0.4;
    display: inline-block;
    line-height: 200px;
    margin: 0;
}
.opcc-hero-banner__fade-text {
    opacity: 1;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 29px;
    margin: 0;
}
.home_first_sec ._home_sec_background_video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0px;
}
.home_first_sec {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 175px);
    min-height: 450px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.our_services .main_btn {
    text-align: center;
}
@media (min-width: 2200px) {
    .home_first_sec {
        height: auto;
        min-height: 600px;
    }
}
.home_first_sec .main_btn {
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}
.home_second_sec .sec_row {
    display: flex;
    gap: 20px;
}
.home_second_sec .sec_row .image_data {
    object-fit: cover;
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
}
.home_second_sec .sec_row .image_data h2 {
    color: var(--white);
    text-align: center;
}
.home_second_sec .image-box::before {
    content: "";
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
}
.home_second_sec .home-image-card .image-box_info ul li {
/*     list-style: disc !important;
    list-style-position: inside !important; */
    color: #fff;
    text-align: left;
    list-style: none;
}
.home_second_sec .home-image-card .image-box_info ul li a {
	text-decoration: underline !important;
	text-underline-offset: 0.25em;
}
.image-box {
    width: 33.333%;
    padding: 80px;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
}
.testi_logo img {
    width: 48px !important;
    height: 48px;
    object-fit: contain;
    border: 1px solid gray;
    border-radius: 100%;
}
.testi_logo {
    width: auto;
    border-radius: 100%;
}
.wrap_content {
    display: flex;
    column-gap: 16px;
    flex-wrap: wrap;
}
.wrap_content_text {
    width: 80%;
}
.wrap_content_text p {
    margin-top: -2px;
    font-size: 12px;
}
.home_second_sec .sec_row .image_data p {
    color: #fff;
}
.mission_statement_sec {
    padding: 100px 0;
}
.mission_statement_row {
    display: grid;
    grid-template-columns: 45% 1fr;
    align-items: center;
    gap: 40px;
}
.mission_statement_left {
    max-width: 550px;
    position: relative;
}
.mission_statement_left .mission_statement_img img {
    aspect-ratio: 1/1.1;
    border-radius: 12px;
    object-fit: cover;
    object-position: top;
    width: 100%;
    max-height: 550px;
    min-height: 280px;
}
.mission_statement_video {
    width: 100%;
    position: absolute;
    width: 250px;
    height: 180px;
    bottom: 40px;
    right: -30px;
    min-height: auto;
}
.mission_statement_video a {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.mission_statement_video img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 240px;
    border-radius: 10px;
}
.mission_statement_sec .main_btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.mission_statement_sec .main_btn a {
    border-color: #fff;
    background: transparent;
    color: #fff !important;
}
.mission_statement_sec .main_btn a:hover {
    background: var(--white);
    color: #233b76 !important;
}
.gallery_text_sec .gallery_wraper .text_area ul {
    padding-left: 22px;
}
.gallery_text_sec .gallery_wraper {
    display: flex;
    padding: 120px 0;
}
.gallery_text_sec .gallery_sec .gallery_video {
    max-width: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-left: auto;
}
.gallery_text_sec .gallery_sec .gallery_video a {
    display: block;
}
.gallery_text_sec .gallery_sec .gallery_video a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 260px;
    aspect-ratio: 558/380;
}
.gallery_wraper .text_area p>span>a {
    color: #233b76 !important;
    font-weight: 500;
}
.gallery_text_sec .gallery_wraper .text_area,
.gallery_sec {
    width: 50%;
}
.gallery_text_sec .gallery_wraper .gallery_sec .media {
    text-align: end;
}
.gallery_text_sec.duble_sec .gallery_wraper .gallery_sec .media img {
    object-fit: contain;
}
.gallery_text_sec .gallery_wraper .gallery_sec .media img {
    max-width: 502px;
    object-fit: cover;
    width: 100%;
    height: 305px;
}
.gallery_area {
    padding: 50px 0px;
}
.galler_tabs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.galler_tabs ul li {
    margin: 6px;
    list-style: none;
}
.galler_tabs ul li a.active,
.galler_tabs ul li a:hover {
    background: #233b76;
    color: #fff !important;
}
.galler_tabs>ul li a {
    cursor: pointer;
    text-align: center;
    background-color: #f1f7f6;
    color: #233b76 !important;
    font-size: 16px;
    line-height: 26px;
    padding: 6px 20px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.gallery_items .row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gallery_items .fullwidth {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.gallery_items .row .col-sm-4 {
    width: calc(33.33% - 13.3px);
}
.gallery_items .row .col-sm-4 a img {
    width: 100%;
    height: auto;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.Testimonials_sec .row {
    content-visibility: unset;
}
.Testimonials_sec .owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    left: -40px;
    right: -40px;
    height: 0;
    display: block !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.Testimonials_sec .owl-nav button span {
    color: #fff;
    font-size: 26px;
    width: 48px;
    height: 48px;
    background-color: #233b76;
    border-radius: 100%;
    line-height: 48px;
    font-weight: 500;
    display: block;
    text-align: center;
    font-family: "Inter", sans-serif;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.Testimonials_sec .client_right {
    padding: 0px 30px 0 20px;
    width: 100%;
    float: none;
}
.Testimonials_sec .client_right .client_title::before {
    content: "\f10d";
    font-family: "FontAwesome";
    position: absolute;
    left: -10px;
    top: -5px;
    color: #125e93;
    font-size: 90px;
    line-height: 80px;
    opacity: 0.1;
}
.Testimonials_sec .owl-nav .owl-next {
    float: right;
}
.Testimonials_sec {
    padding: 60px 0;
}
section.top_banner_sec .main_btn a:hover {
    color: white !important;
    border: 1px solid white;
}
.sticky_image_sec::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    opacity: 0.6;
}
.sticky_image_sec .main_btn a:hover {
    background-color: transparent;
    color: #ffffff !important;
    border: 1px solid white;
}
.sticky_image_sec {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}
.sticky_image_sec_banner h2{
	color:#fff;
}
.sticky_image_sec_banner {
    position: relative;
}
.sticky_image_sec .sticky_image_sec_banner h1 {
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    font-size: 45px;
}
.sticky_image_sec_banner p {
    color: white;
    padding-bottom: 6px;
}
.logo_sec .logo_wrapper {
    display: flex;
    gap: 23px;
}
.logo_sec .logo_wrapper .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
}
.logo_sec .logo_wrapper .logo img {
    width: 100%;
    object-fit: contain;
    max-width: 150px;
    transition: 500ms;
    aspect-ratio: 1/1;
    height: auto;
}
.logo_sec .logo_wrapper .logo img:hover {
    filter: grayscale(100%);
}
.logo_sec .logo_wrapper .logo {
    text-align: center;
    align-self: center;
}
.logo_sec .logo_wrapper .owl-carousel .owl-item .item {
    display: flex;
    justify-content: center;
}
.logo_sec {
    padding: 80px 0;
}
.logo_sec .owl-carousel .owl-nav {
    position: absolute;
    top: 22%;
    left: -48px;
    height: 0;
    width: calc(99% + 95px);
    display: flex !important;
    justify-content: space-between;
}
.logo_sec .owl-nav button span {
    color: #fff;
    font-size: 26px;
    width: 48px;
    height: 48px;
    background-color: #233b76;
    line-height: 48px;
    font-weight: 500;
    display: block;
    text-align: center;
    font-family: "Inter", sans-serif;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
.map_area_sec .main_area {
    display: flex;
    gap: 40px;
}
.map_area_sec .main_area .text_area {
    width: 33.333%;
}
.map_area_sec .main_area .content_area {
    width: 33.333%;
}
.map_area_sec {
    padding: 70px 0;
}
.map_area_sec .main_area .text_area ul {
    padding: 0px 0 10px 16px;
}
.map_area_sec .main_area .content_area img {
    max-width: 350px;
    object-fit: cover;
    width: 100%;
}
.gallery_carousel_sec .inner_wrapper .item img {
    opacity: 0.4;
}
.gallery_carousel_sec .inner_wrapper .center .item img {
    opacity: 1;
}
.home_second_sec {
    padding: 70px 0;
    position: relative;
}
.mission_statement_sec {
    padding: 100px 0;
    background-color: #233b76;
}
.mission_statement_sec .sec_data,
.mission_statement_sec .sec_data h2 {
    color: #fff;
}
.gallery_carousel_sec {
    position: relative;
}
.gallery_carousel_sec .owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    left: 22%;
    right: 22%;
    height: 0;
    display: block !important;
}
.gallery_carousel_sec .owl-nav button span {
    color: #233b76;
    font-size: 40px;
    width: 56px;
    height: 56px;
    background-color: #fff;
    line-height: 48px;
    font-weight: 500;
    display: block;
    text-align: center;
    font-family: "Inter", sans-serif;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.gallery_carousel_sec .owl-nav .owl-next {
    float: right;
}
.home_second_sec::before {
    content: "";
    background-color: #233b76;
    position: absolute;
    height: 30%;
    width: 100%;
    bottom: 0;
}
.gallery_carousel_sec .inner_wrapper .owl-carousel .owl-item .image_item img {
    height: 500px !important;
    object-fit: cover;
    width: 100% !important;
}
.logo_sec.home_logo .logo_wrapper .logo img:hover {
    filter: none;
}
.logo_sec h2 {
    text-align: center;
    margin: 0 0 40px;
}
/****** home page end *******/
/*floorplans page start*/
html body section.top_banner_sec.yes-img {
    padding: 100px 10px 100px 10px;
}
section.top_banner_sec.yes-img .main_btn a:not(:first-child) {
    margin-left: 20px;
}
section.top_banner_sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 10px 70px 10px;
    position: relative;
}
section.top_banner_sec::before {
    content: "";
    background: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.6;
    background: #000000;
}
.home_second_sec.plainer_second:before {
    content: "";
    background-color: #f5f5f5;
    position: absolute;
    height: 30%;
    width: 100%;
    bottom: 0;
}
.top_banner_sec .row {
    z-index: 1;
    position: relative;
}
.top_banner_sec .row h1 {
    color: white;
    margin-bottom: 0px;
}
.top_banner_sec .row p {
    color: white;
    margin-top: 5px;
}
section.banner_stripe_sec {
    background-color: #233b76;
    padding: 20px 10px;
}
.banner_stripe_sec .row {
    display: flex;
    align-items: center;
}
.sing_content h5 {
    color: white;
    font-size: 25px;
    line-height: 37px;
    margin-bottom: 0px;
    font-weight: 500;
}
.banner_stripe_sec .main_btn a {
    background-color: #000000;
    color: #ffffff !important;
    padding: 12px 30px;
    border: 1px solid #233b7600;
}
.Content-col {
    width: 50%;
}
.Button-col {
    width: 50%;
    text-align: right;
}
.Should_say .sec_content {
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
}
.Should_say .row h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.Should_say .content_wrap {
    width: 50%;
}
.Should_say .main_btn {
    width: 50%;
    text-align: right;
}
.Should_say .main_btn a {
    margin-left: 10px;
}
.Should_say .row img {
    width: 239px;
    height: 190px;
    object-fit: contain;
}
.sec_content .main_btn a:last-child {
    background-color: black;
    border: 1px solid black;
    color: white !important;
}
.home_video_sec .sec_content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 20px;
    color: #fff;
    max-width: 1340px;
    margin: auto;
    display: flex;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
}
section.Should_say {
    padding: 20px 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
section.Should_say:before {
    content: "";
    position: absolute;
    background-color: #233b76;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.sec_content .main_btn a {
    background-color: #ffffff;
    color: #000000 !important;
    padding: 12px 30px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 500ms;
}
section.Should_say .content_wrap h3 {
    color: white;
    font-size: 25px;
    font-weight: 500;
    line-height: 34px;
}
.our_specialties_sec {
    padding: 70px 0 60px;
    background-color: #f2f2f2;
}
.our_specialties_sec ul {
    padding: 0;
    margin: auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
}
.our_specialties_sec ul li {
    position: relative;
    width: calc(50% - 60px);
    margin-bottom: 20px;
    padding-left: 28px;
    padding-right: 30px;
    margin-left: 60px;
    font-size: 18px;
}
.our_specialties_sec ul li::before {
    position: absolute;
    content: "\f046";
    font-family: fontawesome;
    top: 0;
    left: 0;
    color: #8ddce0;
    font-size: 18px;
}
.our_specialties_sec .main_title {
    text-align: center;
    margin: auto auto 50px;
}
.our_specialties_sec .main_title p {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize !important;
}
section.Four_palnes {
    padding: 70px 10px;
}
.plan_img_row {
    display: flex;
    text-align: center;
    padding-top: 60px;
    flex-wrap: wrap;
    margin: auto -15px;
    gap: 40px;
}
.second_plain_img {
    position: relative;
    display: flex;
    align-items: center;
}
.first_plain_img {
    width: calc(50% - 20px);
    position: relative;
}
.four_plain_content {
    max-width: 780px;
    text-align: center;
    width: 100%;
    margin: auto;
}
.second_plain_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 5px solid #b5cbdc;
}
.first_plain_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 5px solid #b5cbdc;
}
.Four_palnes .plan_img_row .floorplan_content h3 {
    font-size: 24px;
    color: #233b76;
    line-height: 34px;
    margin: 0 0 20px;
}
.page-template-templatesfloorplans-page-php .image_item img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}
.flour_img {
    position: relative;
    width: 30%;
    padding: 0 15px;
}
.plan_img_row .floorplan_content {
    position: relative;
    width: 70%;
    padding: 0 15px;
    text-align: left;
}
.plan_img_row .second_plain_img:nth-child(2n) {
    flex-direction: row-reverse;
}
.plan_img_row .floorplan_content .main_btn {
    margin-top: 25px;
}
.two_sec .sticky_image_sec_banner p {
    color: white;
    max-width: 800px;
    margin: auto;
    padding-bottom: 30px;
}
.page-template-templateshomepage-php section.Testimonials_sec {
    padding-top: 85px;
}
.home_video_sec iframe#player {
    width: 100% !important;
}
.gallery_items .fullwidth.active {
    display: flex;
}
.gallery_items .fullwidth.hide {
    display: none;
}
.map_area_sec iframe#gmap_canvas {
    width: 100% !important;
    height: 100% !important;
}
.map_area_sec .gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 412px;
    width: 294px;
}
.map_area_sec .gmap_canvas iframe {
    height: 100% !important;
    border: none;
}
/* planner page */
section.planner-top-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 10px;
}
.planner-top-sec .row {
    color: white;
    text-align: center;
}
.planner-top-sec .row h1 {
    color: white;
}
.planner-top-sec .button_row {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}
.planner-top-sec .row p {
    max-width: 895px;
    margin: auto;
    padding-bottom: 20px;
}
section.mission_statement_sec.plain_event {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: white;
}
.home_second_sec .row {
    text-align: center;
    padding-bottom: 30px;
}
.show_case {
    padding: 60px 0;
    background-color: #233b76;
}
.show_case h2 {
    text-align: center;
    color: #fff;
}
.show_case .number_cont_child p {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 10px;
    text-align: center;
}
.show_case .number_cont_child span {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
}
.show_case .number_cont_child p {
    font-size: 50px;
}
.show_case,
.about_tem_captial,
section.form-section,
.leadership,
.testimonials-slider {
    padding: 40px 0;
}
.show_case h2 {
    line-height: 54px;
}
.show_case .number_cont_child p {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 10px;
    text-align: center;
}
.number_cont {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 36px;
    flex-wrap: wrap;
}
.number_cont .number_cont_child {
    max-width: 25%;
    width: 100%;
    padding: 0 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.number_cont .number_cont_child:last-child {
    border-right: 0;
}
.find_us_sec h2 {
    text-align: center;
    margin-bottom: 40px;
}
.show_case .number_cont_child span {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
}
.number_cont_find {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.find_us_sec .number_cont_child_find_in img {
    height: 100px;
    object-fit: contain;
    width: 100%;
}
.find_us_sec .number_cont_child_find_in {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 10px;
}
.number_cont_child_find {
    padding: 0 10px;
    width: 100%;
    max-width: 25%;
}
.home_second_sec .image_data h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
}
.home3_blog_sec {
    background-color: #f9f9f9;
    padding-top: 100px;
}
/* about uvcc page  */
.home3_blog_sec .cus_row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
    align-items: stretch;
}
.home3_blog_sec .home3_blog_box {
    width: 33.3333%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 35px;
}
.home3_blog_sec .home3_blog_box_in {
    background-color: #fff;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.home3_blog_sec .home3_blog_box_img a {
    display: inline-block;
    width: 100%;
}
.home3_blog_sec .home3_blog_box_img img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    transition: 0.2s all ease-in-out;
    border-radius: 12px 12px 0 0;
}
.home3_blog_sec .home3_blog_box_txt {
    padding: 26px 25px 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.home3_blog_sec .home3_blog_box_txt .link_btn {
    margin-top: auto;
}
.home3_blog_box_txt h4 {
    font-size: 20px;
    line-height: 32px;
    /*     height: auto !important; */
}
.home3_blog_sec .home3_blog_box_txt h4 a {
    color: #000 !important;
}
.home3_blog_sec .link_btn a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 27px;
    font-family: "Abel", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #233b76 !important;
    transition: 0.3s all ease-in-out;
    vertical-align: top;
    letter-spacing: 0.6px;
}
/* about uvcc page  */
.gallery_text_sec.duble_sec .gallery_wraper .gallery_sec .media {
    text-align: left;
}
.gallery_text_sec.duble_sec .gallery_wraper {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 30px;
}
.wedding_section .row h2 {
    color: white;
    text-align: center;
    font-size: 30px;
    line-height: 68px;
    font-weight: 500;
    margin-bottom: 0px;
}
section.wedding_section {
    background-color: #233b76;
}
.wedding_section .row {
    text-align: center;
}
.faqs_sec .accordian .accordion-item {
    width: 50%;
    padding: 0 15px;
}
.faqs_sec .accordian .accordion-item h3 {
    background-color: #f2f2f2;
    padding: 12px 60px 12px 20px;
    font-size: 20px;
    line-height: 32px;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.faqs_sec .accordian .accordion-content {
    background-color: #f2f2f2;
    margin-bottom: 15px;
    padding: 10px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 16px;
    line-height: 28px;
    display: none;
}
.faqs_sec .accordian .accordion-content ul,
.faqs_sec .accordian .accordion-content ol {
    padding-left: 15px;
}
.faqs_sec .cus_accordion_ques h3 {
    margin-bottom: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.faqs_sec .accordian .accordion-item h3::before {
    content: "\f067";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: lighter;
    position: absolute;
    right: 20px;
    top: 10px;
}
.faqs_sec .accordian .accordion-item.active h3::before {
    content: "\f068";
}
.faqs_sec .cus_accordions {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
.cus_accordion {
    width: calc(50% - 30px);
}
.cus_accordion_ques {
    background-color: #f2f2f2;
    padding: 12px 60px 12px 20px;
    font-size: 20px;
    line-height: 32px;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.cus_accordion_ques h3 {
    margin-top: 0px;
}
.cus_accordion.open .cus_accordion_ques h3::before {
    content: "\f068";
}
.cus_accordion_ques h3:before {
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 15px;
    color: inherit;
    position: absolute;
    right: 18px;
    top: 22px;
}
.cus_accordion.open .cus_accordion_ques {
    background-color: #233b76;
    color: white;
}
.cus_accordion_ans {
    margin-bottom: 20px;
    padding-left: 20px;
}
.cus_accordion_ans p {
    margin-top: 0px;
}
.cus_accordion_ans {
    margin-bottom: 14px;
    background-color: #f2f2f2;
    padding: 10px 22px 13px 23px;
}
.faqs_sec .main_btn.call_us_btn {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
}
section.faqs_sec h2 {
    text-align: center;
    padding-bottom: 20px;
}
section.faqs_sec {
    padding: 70px 10px;
    background-color: rgba(57, 79, 132, 0.2);
}
section.faqs_sec .cus_accordion_ans {
    display: none;
}
section.faqs_sec .cus_accordion_ans a {
    color: #233b76 !important;
}
section.faqs_sec .cus_accordion_ans a:hover {
    color: #444444 !important;
}
.row.services_box {
    display: flex;
}
.row.services_box .col-md-4 {
    width: calc(33.33% - 20px);
}
.our_services .col-md-4 {
    width: 23.33%;
    border: 1px solid #f1f1f1;
    padding: 32px 24px;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.row.services_box {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    flex-wrap: wrap;
    row-gap: 75px;
}
.our_services .circle_box {
    width: 100%;
    border-radius: 20px;
    text-align: center;
    margin-top: -80px;
}
.our_services .circle_box img {
    width: 96px;
    border-radius: 100%;
    height: 96px;
    object-fit: cover;
}
.our_services .row {
    padding-bottom: 100px;
}
.our_services .circle_box img {
    width: 96px;
    border-radius: 100%;
    height: 96px;
    object-fit: cover;
    border: 2px solid #233b76;
}
.our_services .row {
    padding-bottom: 50px;
    text-align: center;
}
.our_services .box_content {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}
/* 
.our_services .btn_services a {
    color: #233b76 !important;
    margin-top: 15px;
    font-weight: 500;
} */
.our_services .btn_services a {
    background-color: #233b76;
    color: #ffffff !important;
    padding: 12px 30px;
    border: 1px solid #233b76;
    border-radius: 5px;
    font-weight: 600;
    transition: 500ms;
    text-transform: uppercase;
    display: flex;
}
.our_services.wedding_page .services_box .col-md-4 {
    display: flex;
    flex-direction: column;
}
.our_services .btn_services a:hover {
    background-color: transparent;
    color: #233b76 !important;
}
.our_services .btn_services {
    text-align: center;
    color: #233b76;
    display: flex;
    justify-content: center;
    margin-top: auto;
}
.our_services .btn_services a:hover {
    color: black !important;
}
.page-template-floorplans .gallery_carousel_sec .main_btn {
    text-align: center;
    padding: 30px 20px 30px;
}
.floormap_area_sec {
    padding: 80px 0;
    position: relative;
}
.floormap_area_sec .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.page-template-templatesfloorplans-page-php .floormap_area_sec .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.floormap_area_sec .map_img_col {
    width: 40%;
}
.floormap_area_sec .text_area_col {
    width: 60%;
}
.floormap_area_sec .floor_map_img img {
    width: 100%;
    object-fit: cover;
    border: 5px solid #b5cbdc;
}
.floormap_area_sec .map_img_col {
    padding-right: 20px;
}
.floormap_area_sec .text_area_col {
    padding-left: 20px;
}
.floormap_area_sec .text_area_col h6 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.floormap_area_sec .text_area_col .button_wrap {
    margin-top: 30px;
}
.page-template-floorplans-page .gallery_carousel_sec {
    background-color: #f4f4f4;
}
.page-template-floorplans-page .gallery_carousel_sec .main_btn {
    text-align: center;
    padding: 40px 20px;
}
.home_second_sec.plainer_second .image_data h2 {
    margin-bottom: 0px;
}
.home_second_sec.plainer_second .image_data p {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    cursor: pointer;
}
section.hyper_link_sec a.main_btn {
    background-color: #233b76;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 20px;
    border-radius: 6px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    vertical-align: top;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}
section.hyper_link_sec a.main_btn:hover {
    border: 1px solid #233b76;
    background-color: unset;
    color: #233b76 !important;
}
.hyper_link_sec .row {
    text-align: center;
}
section.mission_statement_sec.plain_event .sec_data h2 {
    color: #233b76;
}
section.mission_statement_sec.plain_event .sec_data p {
    color: #000;
}
.hero_section_vdo iframe {
    width: 100% !important;
    transform: scale(1.7);
}
.top_banner_sec .hero_section_vdo {
    position: relative;
    margin-top: -35px !important;
    margin-left: -10px !important;
    margin-right: -10px;
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0px;
    bottom: 0px;
}
.hero_section_vdo iframe {
    width: 100% !important;
}
.ytp-hide-controls .video-stream.html5-main-video {
    width: 100% !important;
    left: 0 !important;
}
.top_banner_sec .row {
    text-align: center;
    display: block;
    flex-wrap: nowrap;
}
.planner-top-sec .hero_section_vdo iframe {
    height: 640px !important;
}
.page-template-templatesfloorplans-page-php section.banner_stripe_sec {
    background-color: #233b76;
    padding: 20px 10px;
    margin-top: 40px;
    margin-bottom: 50px;
}
.page-template-templatesfloorplans-php .our_specialties_sec {
    padding-top: 135px;
}
.page-template-templatesfloorplans-php section.top_banner_sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 10px 100px 10px;
    position: relative;
}
.Featuers_list_row {
    padding-top: 34px;
}
.Featuers_list_row ul {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.Featuers_list_row ul li:before {
    position: absolute;
    content: "\f046";
    font-family: fontawesome;
    top: 0;
    left: -27px;
    color: #8ddce0;
    font-size: 18px;
}
.Featuers_list_row ul li {
    position: relative;
    list-style: none;
    padding-bottom: 10px;
    color: black;
    font-size: 18px;
    position: relative;
    width: calc(50% - 60px);
    margin-bottom: 13px;
    padding-left: 1px;
    padding-right: 80px;
    margin-left: 30px;
    font-size: 18px;
}
section.featuers_section {
    padding: 90px 10px;
}
.featuers_section h2 {
    text-align: center;
}
.price_table table {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    max-width: 1920px;
    margin: auto;
    border-collapse: collapse;
}
.price_table table th,
.price_table table td {
    padding: 10px;
    border: 1px solid #d7d7d7;
    text-align: center;
}
.price_table table tr th {
    background-color: rgb(219 219 219 / 40%);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    vertical-align: middle;
    color: #233b76;
}
.price_table table tr:first-child th {
    background-color: #233b76;
    color: #fff;
    text-align: center;
}
.price_table .table_botom h6 {
    color: black;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-style: italic;
}
.price_table .table_botom {
    text-align: center;
    padding: 18px 0px 30px 0px;
    width: 100%;
    max-width: 980px;
    margin: auto;
}
.page-template-templatesfloorplans-page-php section.price_table {
    padding: 50px 0px 40px 0px;
}
.planner-page section.faqs_sec {
    padding-top: 0;
}
/* end the planner page*/
/* meet-the-team-page */
.meetteam_client_sec .meetteam_client_inner.meetteam_head .meetteam_client_cont {
    text-align: left;
    padding: 0;
    width: 68%;
}
.meetteam_client_sec .meetteam_client_inner.meetteam_head .meetteam_memeber_img {
    width: 32%;
    display: inline-block;
    padding: 0 30px 0 0;
}
.meetteam_client_sec .meetteam_client_box h3 {
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 35px;
}
.meetteam_client_sec .meetteam_client_box .meetteam_head img {
    margin-bottom: 0;
    max-width: 300px;
}
.meetteam_client_sec .meetteam_client_box img {
    width: 100%;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.04);
    max-width: 100%;
    margin-bottom: 25px;
    height: 260px;
}
.meetteam_client_sec .meetteam_client_inner.meetteam_head {
    display: flex;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    border: 0;
}
.meetteam_client_sec .meetteam_client_cont h4 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: -1px;
}
.meetteam_client_sec .meetteam_client_cont h5 {
    color: #233b76;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
.meetteam_client_sec .meetteam_client_box {
    margin-bottom: 40px;
    border-bottom: 2px dashed #233b76;
    padding-bottom: 60px;
}
.meetteam_client_sec .meetteam_client_box:last-child {
    margin-bottom: 70px;
    border-bottom: 0;
    padding-bottom: 0;
}
.meetteam_client_sec .meetteam_client_inner {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.04);
    height: 100%;
}
.meetteam_client_sec .meetteam_client_inner p {
    line-height: 30px;
}
.meetteam_client_sec .meetteam_client_box .row .col-md-12,
.meetteam_client_sec .meetteam_client_box .row .col-md-4 {
    margin-bottom: 40px;
}
.meetteam_client_sec .meetteam_client_box .row {
    margin-bottom: -40px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
}
.meetteam_client_sec .meetteam_client_box .row .col-md-4 {
    width: calc(33.33% - 35px);
}
section.inner_banner.meetteam_hero {
    padding: 100px 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
section.inner_banner.meetteam_hero .inner_banner_in h1 {
    color: white;
}
section.inner_banner.meetteam_hero .inner_banner_in {
    text-align: center;
}
/* start contact page*/
section.contact_ban_sec.inner_banner {
    background-repeat: no-repeat;
    padding: 100px 10px;
    background-position: center;
    background-size: cover;
    position: relative;
    height: auto !important;
}
section.contact_ban_sec.big_sec .before_wrap.less_twelve::before {
    font-size: 130px;
    line-height: 130px;
}
.page-template-templatesfloorplans-page-php section.Four_palnes {
    padding: 98px 10px 0px 10px;
}
.page-template-floorplans-page .gallery_carousel_sec .main_btn {
    padding-bottom: -10px;
}
section.contact_ban_sec.inner_banner .inner_banner_in h1 {
    color: white;
}
section.contact_ban_sec.inner_banner .inner_banner_in {
    text-align: center;
}
section.contact_page_sec h2 {
    text-align: center;
    margin-bottom: 40px;
}
/* contact and request proposal page blue sec */
.contact_page_sec .main_wrapper {
    display: flex;
    background-color: #233b76;
    justify-content: center;
    width: 100%;
    margin: auto;
    max-width: 1100px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.contact_page_sec .contact_detail {
    width: 45%;
    background-color: #233b76;
    padding: 50px 50px 40px;
    max-height: 100%;
    overflow: hidden;
}
.contact_page_sec .contact_detail iframe {
    width: calc(100% + 100px) !important;
    margin-inline: -50px;
    margin-bottom: -40px !important;
    aspect-ratio: 1;
    height: auto !important;
}
.contact_page_sec .form_block {
    width: 65%;
    background-color: #f2f2f2;
    padding: 50px 50px 50px;
}
/* contact and request proposal page blue sec */
.contact_page_sec .form_block .gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea,
.woocommerce-page input[type="text"],
.woocommerce-page input[type="password"],
.woocommerce-page input[type="email"],
.woocommerce-page input[type="tel"],
.woocommerce-page textarea,
.woocommerce-page form .selection .select2-selection__rendered,
.post-password-form input[type="password"] {
    display: block;
    width: 100% !important;
    background-color: #fff !important;
    border: 1px solid #dddddd !important;
    outline: 0 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    padding: 16px 20px !important;
    border-radius: 5px;
}
.gform_wrapper .gform_validation_errors {
    display: none;
}
/* .gfield_error .validation_message {
	border: 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 12px !important;
	line-height: 1 !important;
}
.ginput_quantity_label.gform-field-label {
	display: block;
	width: 100% !important;
}
.gform_wrapper .gfield_label, .gform_wrapper .gfield_required {
	color: #000 !important;
} */
.gform_wrapper.gravity-theme .gfield.first_main.inline_input_doll {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: -13px;
    padding-left: 4px;
}
.gform_wrapper.gravity-theme .gfield.first_main.inline_input_doll .gfield_label {
    font-weight: 400;
    margin: 0;
    font-size: 15px !important;
}
.gform_wrapper.gravity-theme .gfield.first_main.inline_input_doll .ginput_container input {
    background-color: #fff0 !important;
    border: 1px solid #dddddd !important;
    border-radius: 0 !important;
    min-width: 160px !important;
    padding: 8px 0 8px 0 !important;
    text-align: center;
    border-radius: 5px !important;
}
.first_main .ginput_container.ginput_container_text {
    background-color: white;
    border-radius: 5px !important;
}
.gform_wrapper.gravity-theme .gfield.first_main.inline_input_doll .gfield_description {
    padding: 0 !important;
}
.contact_page_sec .contact_detail ul li h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.contact_page_sec .contact_detail ul li a,
.contact_page_sec .contact_detail ul li p {
    color: #fff;
    word-wrap: anywhere;
}
.contact_page_sec .contact_detail ul li {
    list-style: none;
    color: #fff;
    padding-left: 50px;
    position: relative;
    border-bottom: 1px dashed #fff;
    padding-bottom: 25px;
    margin-bottom: 25px;
    line-height: 26px;
}
.contact_page_sec .contact_detail ul li i {
    position: absolute;
    font-size: 32px;
    left: 0;
    top: 0;
}
.contact_page_sec .form_block .gform_wrapper input[type="submit"],
body .exhibitor-services__form_wrapper input.gform_button[type="submit"] {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-color: #233b76;
    color: #fefefe !important;
    font-size: 15px !important;
    border: 2px solid var(--green);
    text-transform: uppercase;
    text-decoration: none;
    line-height: 18px !important;
    padding: 15px 25px !important;
    font-weight: 500;
    transition: 0.3s all;
    border-radius: 4px;
    border: 1px solid transparent;
}
.contact_page_sec .form_block .gform_wrapper input[type="submit"]:hover,
body .exhibitor-services__form_wrapper input.gform_button[type="submit"]:hover {
    border: 1px solid #233b76;
    background-color: unset;
    color: #233b76 !important;
}
.book_now_sec .sec_content {
    text-align: center;
    max-width: 840px;
    margin: auto;
}
.book_now_sec .sec_content .main_btn a:last-child {
    background-color: #233b76;
    border: 1px solid #233b76;
    color: white !important;
}
section.book_now_sec {
    padding: 120px 10px;
}
section.contact_page_sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.book_now_sec .sec_content .main_btn {
    padding: 20px 0 30px;
}
.book_now_sec .sec_content h6 {
    font-style: italic;
    font-size: 18px;
}
/* event estimate tool form */
section.price_table {
    padding: 50px 0px 100px 0px;
}
.home_second_sec.plainer_second article.image-box:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: black;
    bottom: 0px;
    opacity: 0.5;
    z-index: -1;
}
#site-content .post-inner a {
    color: #233b76 !important;
}
#site-content .post-inner a:hover {
    color: #444444 !important;
}
#site-content .post-inner .gform_wrapper form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
    background-color: #233b76;
}
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields {
    grid-row-gap: 25px;
}
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield .gfield_label,
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield .gform-field-label {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #233b76 !important;
}
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield .ginput_complex .gform-field-label {
    font-size: 16px;
    line-height: 22px;
}
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield .gfield_label .gfield_required {
    display: none;
}
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield .ginput_container select,
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield .ginput_container input,
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield .ginput_container textarea {
    font-family: "Montserrat", sans-serif;
    -webkit-appearance: none;
    transition: all 0.5s ease-in-out;
}
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield .ginput_container select:focus,
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield .ginput_container input:focus,
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield .ginput_container textarea:focus {
    border-color: #233b76 !important;
}
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield .ginput_container select {
    appearance: none;
    background-image: url("/wp-content/uploads/2023/07/chevron_down.png");
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 20px;
}
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield.gfield_error .validation_message {
    background-color: transparent;
    border: none;
    padding: 0px !important;
}
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield .ginput_container .gfield_radio .gchoice {
    position: relative;
}
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield .ginput_container .gfield_radio .gchoice input[type="radio"] {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield .ginput_container .gfield_radio .gchoice label {
    position: relative;
    display: block;
    padding: 0px 25px;
}
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield .ginput_container .gfield_radio .gchoice label::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #233b76;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0px;
}
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield .ginput_container .gfield_radio .gchoice label::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: #233b76;
    border-radius: 50%;
    display: none;
}
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield .ginput_container .gfield_radio .gchoice input[type="radio"]:checked+label::after {
    display: block;
}
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_footer input[type="button"],
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_footer input[type="submit"] {
    color: #ffffff !important;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    padding: 12px 18px;
    outline: none;
    border: 1px solid #233b76;
    background-color: #233b76;
    -webkit-appearance: none;
    cursor: pointer;
}
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_footer input[type="button"]:hover {
    background-color: transparent;
    color: #233b76 !important;
}
#site-content .post-inner .gform_wrapper form .gform-body .gform_page_fields .gform_fields .gfield .ginput_container textarea {
    max-height: 200px;
}
/* event estimate tool form */
.gallery_text_sec .text_area h3 {
    color: #233b76;
    font-size: 40px;
    line-height: 49px;
    margin-top: 0px;
    margin-bottom: 15px;
}
/* thanks page */
.aboutsec {
    padding: 50px 0px;
    background-color: #233b76;
    color: white;
    text-align: center;
}
.aboutsec .container {
    max-width: 650px !important;
}
.aboutsec .container h1 {
    color: white;
    margin-bottom: 50px;
}
.page-template-templatesthank-you-php .aboutsec .container h1 {
    margin-bottom: 10px;
}
.aboutsec .container p {
    margin: 0px 0px 10px;
}
.meetteam_client_cont a.call,
.meetteam_client_cont a.email_meet {
    color: black !important;
    font-weight: 500;
    margin-right: 11px;
    padding-left: 19px;
    position: relative;
    word-wrap: anywhere;
}
.meetteam_client_cont a.call:before {
    content: "\f098";
    position: absolute;
    color: #233b76;
    left: 0px;
    font-family: "FontAwesome";
}
.meetteam_client_cont a.email_meet:before {
    content: "\f199";
    position: absolute;
    color: #233b76;
    font-family: "FontAwesome";
    left: 0px;
}
.page-template-exhibitors-page .faqs_sec .cus_accordion_ans span a {
    color: #233b76 !important;
    font-weight: 500;
}
.Convention_Cen .accordion-content p a {
    color: #233b76 !important;
}
/* thanks page */
/*employ*/
section.banner_hero_sec.employ {
    background-color: #fff;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 114px 0 113px;
    position: relative;
}
section.employ_para_sec {
    padding: 100px 0px 40px;
}
section.employ_para_sec .content_employ {
    text-align: center;
    max-width: 950px;
    margin: auto;
}
section.job_list {
    padding: 20px 0px 100px;
}
.job_box_row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: center;
    text-align: center;
}
.job_event {
    width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 30px 35px;
    background-color: #f5f5f5;
    border-radius: 17px;
    margin-bottom: 35px;
}
.job_event_img img {
    width: 96px;
    border-radius: 100%;
    height: 96px;
    object-fit: cover;
    border: 2px solid #233b76;
}
.job_box_row .job_event h4 {
    color: #233b76;
    font-size: 23px;
    line-height: 27px;
    text-transform: uppercase;
    padding-top: 30px;
}
.job_event .job_butn a {
    background-color: #233b76;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    padding: 12px 18px;
}
.job_event p {
    margin-top: 10px;
    color: #233b76;
}
.job_list .job-main {
    text-align: center;
    padding: 25px 10px;
    margin-bottom: 18px;
}
section.job_list .job_event_img {
    width: 100%;
    border-radius: 20px;
    text-align: center;
    margin-top: -50px;
}
section.job_list .job_event span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #233b76;
}
/* end employ sec*/
/* abotpage top sec*/
.home_first_sec.about-sec {
    position: relative;
}
.home_first_sec.about-sec h1 {
    color: white;
}
.page-template-templatesabout-uvcc-php section.home_first_sec.about-sec {
    padding: 100px 10px !important;
}
section.home_first_sec.about-sec .opcc-hero-banner__section {
    text-align: center;
    color: white;
    padding-bottom: 30px;
}
/* end page top sec*/
/*faq section*/
section.about_hero_sec.faq_hero_sec {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 10px;
    background-position: center;
    text-align: center;
}
section.about_hero_sec.faq_hero_sec .about_hero_cont.wow.fadeIn h1 {
    color: white;
}
section.faq_cont_sec {
    padding: 70px 10px;
}
.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    color: #233b76 !important;
}
.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
    background: #233b76 !important;
    border-color: #233b76 !important;
    color: #fff !important;
}
#gform_wrapper_14 {
    margin-left: 20px;
    margin-right: 20px;
}
.page-template-floorplans-page .gallery_carousel_sec {
    padding-bottom: 74px;
}
/*#   single post    #*/
.single-page .featured-media .featured-media-inner .wp-caption-text,
.single-page .entry-header .entry-categories {
    display: none;
}
.single-page article {
    max-width: 900px;
    margin: auto;
}
.single-page h1 {
    font-size: 35px;
    line-height: 45px;
    color: #233b76;
    margin: 0 0 20px;
}
.single-page .featured-media-inner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.single-page .post-inner .entry-content {
    text-align: left;
}
.entry-content h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px;
}
.single-page .post-inner .entry-content p,
.single-post .comment-respond p {
    margin-top: 0;
    margin-bottom: 20px;
}
.single-post .comment-respond {
    max-width: 900px;
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    padding: 30px !important;
    margin: 0px auto 50px;
}
.single-post .comment-respond h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.single-post .comment-respond textarea {
    font-family: "Montserrat", sans-serif;
    -webkit-appearance: none;
    transition: all 0.5s ease-in-out;
    display: block;
    width: 100% !important;
    background-color: #fff;
    border: 1px solid #dddddd;
    outline: 0 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    padding: 16px 20px;
    border-radius: 5px;
}
.single-post .comment-respond label,
.single-post .comment-respond textarea,
.single-post .comment-respond input {
    width: 100%;
    color: #000;
}
.single-post .comment-respond form input {
    border: 1px solid #dcd7ca !important;
    background: #fff;
    height: 44px;
}
.single-post .comment-respond p.comment-form-cookies-consent {
    display: flex;
    gap: 8px;
    align-items: top;
}
.single-post .comment-respond .comment-form-cookies-consent>input {
    width: 18px;
    height: 18px;
    margin: 0;
}
.single-post .comment-respond .comment-form-cookies-consent>label {
    line-height: 18px;
}
.single-post .comment-respond .form-submit {
    margin: 0;
}
.single-post .comment-respond input[type="submit"] {
    background-color: #233b76;
    color: #ffffff !important;
    padding: 12px 30px;
    border: 1px solid #233b76;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 500ms;
    display: inline-block !important;
    width: 200px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    height: 52px;
}
.single-post .entry-header-inner .post-meta,
.single-post .comments-wrapper,
.single-post .section-inner .post-meta,
.single-post .pagination-single {
    display: none;
}
.single-post .comment-respond p.logged-in-as a {
    color: #6d6d6d !important;
}
.single-post .status-publish {
    padding: 50px 0;
    text-align: left;
    padding-top: 0;
}
.single-post .post-inner.thin .list_data {
    text-align: left;
}
.single-post .entry-content ol {
    padding-left: 40px;
}
.single-post .entry-content ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.single-post .entry-content ul li ul {
    padding-bottom: 30px;
}
.left-content-side.full_cont {
    width: 100% !important;
    text-align: center;
    padding: 60px 0px;
}
/*#   single post    #*/
/********************* Book A Consulation Start *********************/
section.consulation_sec {
    max-width: 100% !important;
    width: 100% !important;
    min-height: 250px;
    background-color: #fbfaf8;
    box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.75);
}
.consulation_sec_inner {
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 20px;
    position: relative;
    z-index: 1;
}
.consulation_sec_title h2 {
    text-align: left;
    margin: 0px;
    font-size: 32px;
    line-height: 42px;
}
.consulation_sec_content p {
    margin-top: 0 !important;
    text-align: left !important;
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 26px;
}
.consulation_sec_right {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
}
.consulation_sec_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px;
}
section.consulation_sec:before {
    content: "";
    background-image: url("/wp-content/uploads/2023/09/shapes-3-1.svg");
    height: 95%;
    width: 100%;
    position: absolute;
    background-position: 23% center;
    background-repeat: no-repeat;
    display: block;
    z-index: 1;
    left: 0;
    opacity: 0.3;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.consulation_sec_btn {
    margin-top: 8px;
}
section.consulation_sec .container {
    padding-right: 0 !important;
}
#site-content .consulation_sec_btn.main_btn a.site-btn {
    color: white !important;
    box-shadow: 0 2px 11px rgba(0, 0, 0, 0.3);
}
#site-content .consulation_sec_btn.main_btn a.site-btn:hover {
    color: #233b76 !important;
}
/********************* Book A Consulation Start *********************/
/* ****landing page  styling start *****/
.landing_sec {
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 0;
}
.landing_sec .container {
    padding: 180px;
    padding-bottom: 120px;
}
.landing_sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
}
.landing_sec .col_8 {
    width: 60%;
}
.landing_sec .col_4 {
    width: 40%;
}
.landing_left h3 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 33px;
    line-height: 50px;
    margin-top: 0;
}
.landing_left p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}
.landing_sec .landing_right {
    padding: 40px 40px 15px;
    background-color: #eee;
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.landing_sec .cus_row {
    align-items: center;
    flex-wrap: wrap;
}
.landing_sec .landing_left {
    padding-right: 110px;
}
.landing_sec .landing_right input[type="submit"] {
    width: 100%;
}
.landing_left .main_btn a:hover {
    background-color: #fff;
    border-color: #fff;
}
.landing_sec .landing_right .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 110px;
}
.landing_sec .gform_wrapper .gform_fields .gfield .gfield_label {
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
}
.landing_sec .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="text"],
.landing_sec .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="email"],
.landing_sec .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="tel"],
.landing_sec .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    line-height: 16px !important;
    font-size: 16px !important;
    padding: 14px 16px !important;
    font-family: 'Montserrat', sans-serif;
}
body.Landing-page .cash_offers_strip {
    display: none;
}
.landing_sec .gform_wrapper form .gform_body .gform_fields .gfield {
    margin: 0 0 6px 0;
}
body.Landing-page .site_header,
body.Landing-page .header_alert,
body.Landing-page .upper_footer,
body.Landing-page .site_footer,
body.Landing-page .copywrite_sec {
    display: none;
}
body.Landing-page {
    padding-top: 0;
}
body.Landing-page .header_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 30px 0;
}
body.Landing-page .header_top li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 0;
    padding-left: 0;
}
body.Landing-page .header_top li a {
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    line-height: 30px;
    color: #1e1e1e;
    border-radius: 20px;
    font-size: 14px;
}
body.Landing-page .header_top li a:hover {
    color: #4b9a43;
}
body.Landing-page .header_top .cus_row {
    align-items: center;
}
body.Landing-page .header_top .col_6 {
    width: 50%;
}
body.Landing-page .header-img img {
    width: 100%;
    height: auto !important;
    transition: 0.3s all;
    max-width: 130px;
}
body.Landing-page .header-icon {
    text-align: right;
}
/*****landing page styling end*****/
/* cerdit card */
.page-template-credit-card .from-wrapper {
    max-width: 980px;
    background-color: transparent !important;
    padding: 0 !important;
}
/* cerdit card */
/***** tutorial *****/
.tutorial_sec {
    margin-top: 92px;
    padding-top: 80px;
    padding-bottom: 40px;
}
.tutorial_search {
    text-align: center;
    margin-bottom: 70px;
}
.tutorial_search_form {
    max-width: 360px;
    margin: 0 auto 30px;
    position: relative;
}
.tutorial_search input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    line-height: 26px;
    padding: 9px 15px;
    outline: none !important;
}
.tutorial_search .srch_btn {
    position: absolute;
    right: 0px;
    width: 50px;
    top: 0;
    bottom: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 0 4px 4px 0;
    background-image: url('https://salifeline.org/wp-content/themes/sa-lifeline/img/search-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    transition: 0.25s all ease-in-out;
}
.tutorial_search .srch_btn:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.tutorial_search h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.tutorial_search p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.tutorial_search p a {
    color: #333;
    transition: 0.25s all ease-in-out;
}
.tutorial_search p a:hover {
    color: var(--primary-color);
}
.tutorial_videos .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}
.tutorial_videos .col-sm-4 {
    margin: 10px 10px 50px 10px;
    width: 30%;
}
.tutorial_video {
    text-align: center;
}
.tutorial_video iframe {
    vertical-align: top;
    width: 100% !important;
    height: 240px;
    pointer-events: none;
}
.tutorial_video h4 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
    transition: 0.25s all ease-in-out;
}
.tutorial_video a {
    width: 100%;
}
.tutorial_video a:hover h4 {
    color: var(--primary-color);
}
.trump_card .validation_error h2.gform_submission_error {
    font-size: 20px !important;
    line-height: 30px;
    margin-bottom: 0;
    color: #790000;
}
.page-template-template-tutorials .fancybox__slide .fancybox__content {
    max-width: 800px;
    width: 100%;
    background: url('https://natemoller.wpengine.com/wp-content/uploads/2022/06/loader-img.gif') center no-repeat;
    background-color: #fff;
    background-size: 40px;
}
.page-template-template-tutorials .fancybox__slide .fancybox__content iframe {
    width: 100% !important;
    height: 482px !important;
}
.have_a_qus_sec {
    background-color: #f3f3f3;
    padding: 50px 0;
}
.have_a_qus_sec .have_a_qus_sec_in h4 {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 40px;
}
.have_a_qus_form .gform_fields {
    width: auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -10px;
    grid-gap: 0 !important;
}
.have_a_qus_form .gform_fields .gfield {
    padding: 0 10px !important;
}
.have_a_qus_form .gform_fields .gfield .gfield_label {
    font-size: 17px !important;
    line-height: 23px !important;
    font-weight: 500 !important;
}
.have_a_qus_form .gform_fields .gfield.one_third_field {
    width: 33.3333% !important;
}
.have_a_qus_form .gform_fields .gfield textarea {
    max-height: 150px;
}
.lower_tut_videos {
    padding-top: 60px;
}
/***** tutorial *****/
.ginput_product_price_wrapper {
    margin-bottom: 0 !important;
}
.ginput_quantity_label {
    display: block !important;
    width: 100% !important;
}
/* New Home Hero */
section.banner-top-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0px;
    position: relative;
    background-position: top center;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.banner-top-sec::before {
    content: "";
    background: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.6;
    background: #000000;
}
.home-banner .home_banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}
.home-banner .home_banner_bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: 177.77vh !important;
    height: 56.25vw !important;
}
.home-banner .container {
    z-index: 2;
}
.banner-top-sec .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home-banner .row div.left-content-side {
    width: 100%;
    margin: auto;
    text-align: center;
    max-width: 800px;
}
.banner-top-sec .row>div h1 {
    margin-bottom: 7px !important;
}
.home-banner .row .main_btn {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.home-banner .row .main_btn .icon-box {
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    width: 54px;
    padding: 10px;
    border: 2px solid #fff;
    font-size: 20px;
    position: relative;
}
/* New Home Hero */
/* New Home Updates */
.page-template-homepage-version .home_second_sec {
    padding-top: 0px;
    margin-top: -60px;
}
.page-template-homepage-version .home_second_sec:before {
    display: none;
}
.home_second_sec .sec_row .image-box .image-box_link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home_second_sec .home-image-card {
    width: 33.333%;
    overflow: hidden;
    border: 2px solid #fff;
    display: flex;
}
.home_second_sec .home-image-card:hover .image-box:hover {
    transform: scale(1.08);
}
.home_second_sec .home-image-card .image-box {
    width: 100%;
    flex-grow: 1;
    height: auto;
}
/* New Home Updates */
/****** responsive start *******/
@media (max-width: 1244px) {
    .very-large {
        font-size: 13em;
    }
    .opcc-hero-banner__fade-text {
        font-size: 18px;
    }
    .home_second_sec .sec_row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .image-box {
        width: 48%;
    }
    .gallery_text_sec .gallery_wraper {
        gap: 50px;
    }
    .map_area_sec .main_area {
        flex-wrap: wrap;
    }
    .map_area_sec .main_area .content_area {
        width: 100%;
    }
    .map_area_sec .main_area .content_area .mapouter {
        width: 100%;
    }
    .map_area_sec .gmap_canvas {
        width: 100%;
    }
    .map_area_sec .gmap_canvas iframe {
        width: 100% !important;
    }
    .map_area_sec .main_area .text_area {
        width: 45%;
    }
    .upcoming_event_sec .inner_wrapper .owl-carousel .item {
        width: 270px !important;
    }
    .about-uvcc .logo_sec {
        padding-bottom: 40px;
    }
    .about-uvcc .everything_you_need_sec .gallery_text_sec .gallery_wraper:nth-child(-n + 3) {
        padding-top: 0;
    }
    .dermotology_paperwork .col-md-4 {
        width: calc(50% - 30px) !important;
        text-align: center;
    }
    .site_footer .container {
        max-width: unset !important;
    }
    .page-id-48992 .contact_page_sec .main_wrapper {
        width: 80% !important;
    }
}
@media (max-width: 1200px) {
    .tutorial_videos .col-sm-4 {
        width: 44%;
    }
}
@media(max-width:1024px) {
    section.Form_pdf_sec {
        padding: 60px 0px !important;
    }
}
@media (max-width: 992px) {
    .gallery_items .row .col-sm-4 {
        width: calc(50% - 10px);
    }
    .fancybox__content {
        height: auto !important;
        width: 100% !important;
        max-width: 800px !important;
    }
    .fancybox__content {
        height: 600px !important;
    }
}
@media (max-width: 991px) {
    .header-navigation-wrapper .primary-menu .main_btn a {
        background-color: #fff;
        color: #233b76 !important;
    }
    .gallery_carousel_sec .owl-carousel .owl-nav {
        left: 0;
        right: 0;
    }
    .site_footer .row .col-md-3 {
        width: calc(50% - 20px);
    }
    .site_footer .row {
        gap: 40px;
    }
    .gallery_text_sec .gallery_wraper .gallery_sec {
        align-self: center;
    }
    .logo_sec .logo_wrapper {
        flex-wrap: wrap;
    }
    .logo_sec {
        padding-bottom: 70px;
    }
    header .header-navigation-wrapper nav>ul>li.mega_menu>ul.sub-menu {
        top: auto !important;
        position: relative !important;
        background: transparent !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        padding: 5px 0 10px 15px !important;
        display: none !important;
        transition: all 0.5s ease-in-out;
    }
    header .header-navigation-wrapper nav>ul>li.mega_menu ul.sub-menu li.submenu_title>a {
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    header .header-navigation-wrapper nav>ul>li.mega_menu ul.sub-menu {
        background-color: transparent !important;
    }
    header .header-navigation-wrapper nav>ul>li.mega_menu>ul.sub-menu .submenu_title {
        padding: 0 !important;
        min-width: auto !important;
        margin-bottom: 20px;
    }
    header .header-navigation-wrapper nav>ul>li {
        margin: 0 !important;
    }
    header div .header-navigation-wrapper nav>ul>li.mega_menu ul.sub-menu li.submenu_title>a {
        color: #fff !important;
        margin-bottom: 0px !important;
    }
    header div .header-navigation-wrapper nav>ul>li.mega_menu ul.sub-menu li.submenu_title ul.sub-menu li a:hover,
    header div .header-navigation-wrapper nav>ul>li.mega_menu ul.sub-menu li a {
        color: #fff !important;
    }
    header .header-navigation-wrapper nav>ul>li.mega_menu>ul.sub-menu::after {
        opacity: 0;
        visibility: hidden;
    }
    header .header-navigation-wrapper nav>ul>li.mega_menu ul.sub-menu li.submenu_title ul.sub-menu li {
        margin-top: 2px !important;
    }
    header .header-navigation-wrapper nav>ul>li.menu-item-has-children>.icon {
        width: 25px;
        height: 20px;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 1;
        cursor: pointer;
        padding: auto !important;
        margin: auto !important;
    }
    header .header-navigation-wrapper nav>ul>li.menu-item-has-children>.icon::after {
        content: "" !important;
        display: block;
        position: absolute;
        width: 10px;
        height: 1px;
        background-color: white;
        top: 10px;
        right: 7px;
        transition: all 0.3s ease-in-out;
        transform: rotate(45deg);
    }
    header .header-navigation-wrapper nav>ul>li.menu-item-has-children.submenu_active>.sub-menu {
        display: block !important;
    }
    header .header-navigation-wrapper nav>ul>li.menu-item-has-children.submenu_active>.sub-menu .submenu_title .icon::before {
        content: "" !important;
    }
    header .header-navigation-wrapper nav>ul>li.menu-item-has-children>.icon.close::after {
        right: 0px;
    }
    header .header-navigation-wrapper nav>ul>li.menu-item-has-children>.icon::before {
        content: "" !important;
        display: block;
        position: absolute;
        width: 10px;
        height: 1px;
        background-color: white;
        top: 10px;
        right: 0px;
        transform: rotate(-45deg);
    }
    header .header-navigation-wrapper nav>ul>li.mega_menu>ul.sub-menu .megamenu_btn {
        display: none;
    }
    header .header-navigation-wrapper nav>ul>li {
        margin: 0 0 10px !important;
        position: relative;
    }
    .header-navigation-wrapper .sub-menu_about>ul.sub-menu {
        background-color: transparent !important;
        position: relative !important;
        border-radius: 5px !important;
        box-shadow: none !important;
        padding: 5px 0 10px 10px !important;
        opacity: 1 !important;
        visibility: visible !important;
        inset: auto !important;
        display: none !important;
    }
    .header-navigation-wrapper .sub-menu_about>ul.sub-menu::after {
        display: none;
    }
    div.header-navigation-wrapper .sub-menu_about>ul.sub-menu>li ul.sub-menu li a {
        color: #fff !important;
    }
    div.header-navigation-wrapper .sub-menu_about>ul.sub-menu .submenu_title>a {
        color: #fff !important;
    }
    .full_width_img_sec .upper_img_sec_wrapper a,
    .full_width_img_sec .lower_img_sec .left_img_sec_wrapr,
    .full_width_img_sec .lower_img_sec .right_img_sec_wrapr {
        height: 250px !important;
    }
    .page-template-Attendees .faqs_sec {
        padding-top: 50px;
    }
    .page-template-Attendees .map_area_sec {
        padding-top: 40px;
    }
    .page-template-aboutuvcc .everything_you_need_sec .need_title {
        text-align: center;
        padding: 70px 0px 20px;
        padding: 0;
    }
    .page-template-aboutuvcc .about-uvcc .logo_sec {
        padding-bottom: 60px !important;
    }
    .about-uvcc .mission_statement_sec.plain_event {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    div.header-navigation-wrapper .sub-menu_about>ul.sub-menu>li ul.sub-menu li a:hover {
        color: #fff !important;
    }
    .header-navigation-wrapper .sub-menu_about>ul.sub-menu li a:hover i {
        margin-left: 5px;
    }
    .header-navigation-wrapper .sub-menu_about>ul.sub-menu li i {
        transition: 600ms;
    }
    .qus_sec {
        padding-bottom: 0 !important;
    }
    section.dermotology_paperwork {
        padding-bottom: 40px !important;
    }
    .exhibitors-page section.mission_statement_sec.plain_event {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .content_and_info_sec .main_content {
        width: 100% !important;
    }
    .header-navigation-wrapper .sub-menu_about>ul.sub-menu .megamenu_btn {
        display: none;
    }
    .header-navigation-wrapper .sub-menu_about>ul.sub-menu .submenu_title {
        padding: 0;
    }
    .contact_page_sec .main_wrapper {
        width: 100%;
    }
    .about-uvcc .home3_blog_sec .cus_row {
        margin-bottom: unset !important;
    }
    .site_footer .container {
        max-width: 720px !important;
    }
    .page-id-48992 .contact_page_sec .main_wrapper {
        width: 100% !important;
    }
    .single-page article,
    .single-post .comment-respond {
        max-width: 100%;
    }
    .landing_sec .col_8 {
        width: 100%;
    }
    .landing_sec .col_4 {
        width: 100%;
    }
    .landing_sec .landing_left {
        padding-right: 30px;
        margin-bottom: 50px;
    }
    .landing_left h3 {
        font-size: 31px;
        line-height: 48px;
        margin-bottom: 22px;
    }
    body.Landing-page .header-img img {
        max-width: 120px;
    }
    header .header-navigation-wrapper nav ul.sub-menu .submenu_title:nth-child(2),
    ul.sub-menu .submenu_title:nth-child(3) {
        padding-top: 0px !important;
    }
}
@media (max-width: 768px) {
    .galler_tabs>ul li a {
        font-size: 14px;
        line-height: 24px;
        padding: 6px 15px;
    }
    .tutorial_videos .col-sm-4 {
        width: 100%;
    }
    .have_a_qus_form .gform_fields .gfield.one_third_field {
        width: 100% !important;
    }
}
@media (max-width: 786px) {
    body {
        margin-top: 165px;
    }
    .home_first_sec {
        min-height: calc(70vh - 165px);
    }
    .image-box {
        width: 100%;
    }
    .gallery_text_sec .gallery_wraper {
        flex-wrap: wrap;
        padding: 60px 0;
    }
    .gallery_text_sec .gallery_wraper .text_area,
    .gallery_sec {
        width: 100%;
    }
    .gallery_text_sec .gallery_wraper .gallery_sec .media img {
        max-width: unset;
    }
    .gallery_carousel_sec .owl-carousel .owl-nav {
        left: 0;
        right: 0;
    }
    .landing_sec .landing_left {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .landing_left h3 {
        font-size: 28px;
        line-height: 43px;
        margin-bottom: 20px;
    }
    .landing_sec .landing_right {
        padding: 30px 25px 10px;
    }
    .landing_left p {
        font-size: 21px;
        line-height: 31px;
    }
    body.Landing-page .header-img img {
        max-width: 110px;
    }
    .Testimonials_sec {
        padding: 20px 0;
        padding-top: 0;
    }
    .logo_sec .logo_wrapper {
        flex-wrap: wrap;
    }
    .map_area_sec .main_area .text_area {
        width: 100%;
    }
    .map_area_sec {
        padding: 50px 0;
        padding-top: 10px;
    }
    .gallery_carousel_sec {
        padding: 20px 0;
    }
    .map_area_sec .main_area .content_area {
        width: 100%;
    }
    .map_area_sec .main_area {
        flex-direction: column-reverse;
    }
    .site_footer .row .col-md-3 {
        width: 100%;
    }
    .site_footer .row .col-md-3:nth-child(n) {
        padding-right: 10px;
        padding-left: 15px;
    }
    .site_footer .row {
        gap: 30px;
    }
    .logo_sec {
        padding-bottom: 60px;
    }
    .hyper_link_sec a.main_btn {
        margin-top: 0px;
    }
    section.top_banner_sec .row {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    section.planner-top-sec {
        padding-top: 22px;
    }
    .planner-top-sec iframe {
        height: 422px !important;
    }
    .top_banner_sec .hero_section_vdo {
        margin-top: -22px !important;
    }
    .price_table_wrap {
        overflow-x: auto;
    }
    section.floormap_area_sec .text_area_col {
        width: 100%;
        padding-top: 22px;
        padding-left: 0px !important;
    }
    section.featuers_section {
        padding-top: 50px;
    }
    section.price_table {
        padding-top: 20px;
        padding-bottom: 70px;
    }
    html body section.top_banner_sec.yes-img {
        padding: 40px 0px;
    }
    section.floormap_area_sec .map_img_col {
        width: 100%;
        padding-right: 0px;
    }
    section.floormap_area_sec {
        padding-bottom: 50px;
    }
    section.featuers_section .Featuers_list_row ul li {
        padding-right: 30px;
    }
    section.featuers_section .container {
        max-width: 1300px !important;
    }
    section.our_specialties_sec ul li {
        margin-left: 40px;
    }
    section.floormap_area_sec .button_wrap .main_btn {
        column-gap: 10px;
    }
    .hero_btm_strip .subpage-nav-bar ul .strip_limks {
        margin-top: 0px;
    }
    .page-template-Attendees .full_width_img_sec {
        padding-top: 0;
        padding-bottom: 0;
    }
    .full_width_img_sec .lower_img_sec {
        flex-wrap: wrap;
    }
    .full_width_img_sec .lower_img_sec .left_img_sec_wrapr,
    .full_width_img_sec .lower_img_sec .right_img_sec_wrapr {
        width: 100% !important;
    }
    .full_width_img_sec .upper_img_sec_wrapper a,
    .full_width_img_sec .lower_img_sec .left_img_sec_wrapr,
    .full_width_img_sec .lower_img_sec .right_img_sec_wrapr {
        height: 180px !important;
    }
    .upcoming_event_sec .inner_wrapper .owl-carousel .item {
        width: 230px !important;
    }
    .page-template-Attendees .img_logo_box img {
        max-width: 200px;
    }
    .page-template-Attendees .img_logo_box {
        top: 7%;
        justify-content: center;
        display: flex;
    }
    .upcoming_event_sec .owl-carousel .owl-item.active {
        display: flex;
        justify-content: center;
    }
    .page-template-aboutuvcc .everything_you_need_sec .gallery_text_sec .gallery_wraper:nth-child(-n + 3) {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-template-aboutuvcc section.faqs_sec {
        padding: 40px 10px;
    }
    .page-template-aboutuvcc .faqs_sec .main_btn.call_us_btn {
        padding-top: 20px;
    }
    .page-template-aboutuvcc .home3_blog_sec {
        padding: 40px 0;
    }
    .full_width_img_sec .upper_img_sec_wrapper .left_img_sec_wrapr:nth-child(2n),
    .full_width_img_sec .upper_img_sec_wrapper .left_img_sec_wrapr:nth-child(3n) {
        width: 100% !important;
    }
    .about-uvcc .everything_you_need_sec {
        padding-top: 0px;
    }
    .about-uvcc .everything_you_need_sec .gallery_text_sec .gallery_wraper:nth-child(-n + 3) {
        padding-top: 0px;
    }
    .about-uvcc .gallery_text_sec .gallery_wraper .gallery_sec .media a {
        width: 100%;
    }
    .about-uvcc .faqs_sec {
        padding-bottom: 20px;
        padding-top: 30px;
    }
    .about-uvcc .home3_blog_sec {
        padding-top: 40px !important;
    }
    .about-uvcc .home3_blog_sec .container {
        padding-bottom: 0px !important;
    }
    .dermotology_paperwork .col-md-4 {
        width: 100% !important;
        padding-left: 0px !important;
    }
    .dermotology_paperwork .paperwork_content {
        margin-bottom: 30px !important;
    }
    section.dermotology_paperwork {
        padding-bottom: 0px !important;
    }
    .qus_sec {
        padding: 40px 0 !important;
        padding-bottom: 50px !important;
    }
    .exhibitors-page .faqs_sec {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
    }
    .planner-page section.faqs_sec {
        padding-bottom: 40px !important;
    }
    .food_bar_details_sec .img_text_area {
        flex-wrap: wrap;
    }
    .food_bar_details_sec .img_text_area .img_left,
    .food_bar_details_sec .img_text_area .text_right {
        width: 100% !important;
    }
    .food_bar_details_sec .img_text_area .img_left img {
        max-width: unset !important;
    }
    .food_bar_details_sec .img_text_area .text_right {
        text-align: center !important;
    }
    .food-beverage section.faqs_sec {
        padding-top: 20px !important;
    }
    section.Parking_Directions .parking_map img {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    .page-template-aboutuvcc .everything_you_need_sec {
        padding: 0;
    }
    .on-site-services section.mission_statement_sec.plain_event {
        padding-bottom: 10px !important;
    }
    .site_footer .container {
        max-width: 530px !important;
    }
    .left-content-side.full_cont {
        padding: 20px 0px !important;
    }
    .consulation_sec_inner {
        grid-template-columns: 1fr;
    }
    .consulation_sec_right {
        grid-row: 1;
    }
    section.consulation_sec {
        padding: 20px 0 0 0;
    }
    section.consulation_sec .container {
        padding-right: 20px !important;
    }
    .consulation_sec_left {
        padding: 0 0 20px;
    }
    section.Form_pdf_sec {
        padding: 40px 0px !important;
    }
    .consulation_sec_btn.main_btn {
        margin: 0;
    }
    .consulation_sec_title h2 {
        margin: 0 0 8px;
        font-size: 24px;
        line-height: 34px;
    }
    .lower_footer .row .col-md-6 .logo-img img {
        height: 30px;
    }
}
@media (max-width: 575px) {
    .utah-video__slider .utah-video-card .utah-video-card__title {
        margin: 0px !important;
    }
    .gallery_text_sec .gallery_wraper .gallery_sec .media img {
        height: 260px;
    }
    .logo_sec h2 {
        margin: 0 0 25px !important;
    }
    .logo_sec .logo_wrapper .logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    div.fancybox__content {
        width: 100% !important;
    }
    section.logo_sec {
        padding-left: 13px;
        padding-right: 13px;
    }
    .aboutsec .container h1 {
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 35px;
    }
    .gallery_items .row .col-sm-4 {
        width: 100%;
    }
    section.top_banner_sec {
        padding: 120px 10px 100px 10px;
    }
    .sticky_image_sec {
        background-size: cover;
    }
    .very-large {
        font-size: 8em;
    }
    .gallery_text_sec .gallery_wraper {
        padding: 0;
    }
    .landing_left h3 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 18px;
    }
    .landing_left p {
        font-size: 19px;
        line-height: 29px;
    }
    .landing_sec .landing_left {
        margin-bottom: 35px;
    }
    .landing_sec .landing_right {
        padding: 20px 18px 0px;
    }
    .landing_sec .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="text"],
    .landing_sec .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="email"],
    .landing_sec .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="tel"],
    .landing_sec .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
        padding: 13px 15px !important;
    }
    .landing_sec .container {
        padding: 170px;
        padding-bottom: 100px;
    }
    .site_header {
        top: 0;
    }
    .header_alert .container ul li {
        padding-right: 0;
    }
    section.featuers_section .Featuers_list_row ul li {
        width: 100%;
        font-size: 16px;
    }
    section.our_specialties_sec ul li {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        padding-left: 28px;
        padding-right: 30px;
        margin-left: 20px;
        font-size: 16px;
    }
    .logo_sec .container {
        width: 80% !important;
    }
    .logo_sec .owl-nav button span {
        font-size: 25px;
        width: 38px;
        height: 38px;
        line-height: 33px;
    }
    .logo_sec .owl-carousel .owl-nav {
        top: 25%;
    }
    .about-uvcc .faqs_sec .main_btn.call_us_btn {
        padding-bottom: 20px;
        padding-top: 0px;
    }
    .page-template-Attendees .faqs_sec .main_btn.call_us_btn {
        padding-top: 0;
    }
    body .project_main_wrap.new_float_wrap h4 {
        font-size: 26px;
        line-height: 1.4;
    }
}
/****** responsive end *******/
/*home page */
.gallery_carousel_sec {
    overflow: hidden;
}
.gallery_carousel_sec .inner_wrapper {
    width: 100%;
}
.hyper_link_sec .row h4 {
    text-align: center;
    margin: auto;
}
.hyper_link_sec .row h4 {
    text-align: center;
    margin: auto;
}
.hyper_link_sec .row h4 {
    text-align: center;
    margin: auto;
}
@media (max-width: 1366px) {
    .Testimonials_sec .row {
        padding-left: 38px;
        padding-right: 38px;
    }
    .home_first_sec {
        position: relative;
        overflow: hidden;
        min-height: calc(100vh - 300px);
        padding-top: 100px;
    }
}
@media (max-width: 992px) {
    .home_first_sec {
        padding-top: 60px;
    }
}
section.banner_hero_sec.events_hero_sec {
    position: relative;
    z-index: 1;
}
.upcoming_events_sec .upcoming_events_box_img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    transition: 0.6s all ease-in-out;
    filter: brightness(60%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.upcoming_events_sec .upcoming_events_box_img {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}
.upcoming_events_sec .upcoming_events_box:hover .upcoming_events_box_img img {
    transform: scale(1.2);
}
.upcoming_events_sec .upcoming_events_box_cont {
    list-style: none;
    padding: 20px;
    bottom: 0;
    overflow: hidden;
    width: 100%;
}
.upcoming_events_sec .upcoming_events_box_cont ul li {
    list-style: none;
    color: #233b76;
    position: relative;
    padding-left: 22px;
}
.upcoming_events_sec .upcoming_events_box_cont h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 6px;
    color: #233b76;
}
.upcoming_events_sec .upcoming_events_box_cont ul li i {
    position: absolute;
    top: 6px;
    left: 0;
}
.upcoming_events_sec .upcoming_events_box_cont ul {
    margin: 0;
}
.upcoming_events_sec .upcoming_events_box_cont .read_btn a {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    position: relative;
    font-weight: 500;
    display: inline-block;
}
.upcoming_events_sec .upcoming_events_box_cont .read_btn a:hover::after {
    background-color: #fff;
    width: 100%;
}
.upcoming_events_sec .upcoming_events_box_cont .read_btn a::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 20px;
    height: 2px;
    transition: 0.3s all;
}
.upcoming_events_sec .upcoming_events_box_cont .read_btn {
    margin-top: 5px;
}
.upcoming_events_sec .up_event_col {
    margin-bottom: 15px;
}
.upcoming_events_sec .up_event_col {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.upcoming_events_sec.upcoming_events_pg_sec .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 620px;
    margin: auto;
}
.upcoming_events_sec .row {
    margin-bottom: -30px;
}
.more_detail {
    justify-content: center;
    text-align: center;
    margin-bottom: -11px;
    margin-top: 13px;
}
.upcoming_events_sec.upcoming_events_pg_sec .logo_wrap img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.upcoming_events_sec .social_cont_info {
    text-align: center;
    margin-top: 70px;
}
.upcoming_events_sec .social_cont_info ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    background-color: #233b76;
    border-radius: 100%;
    border: 2px solid transparent;
}
.upcoming_events_sec .social_cont_info ul li:hover {
    border: 2px solid #233b76;
}
.upcoming_events_sec .social_cont_info ul li:hover a {
    color: #233b76;
}
.upcoming_events_sec .social_cont_info ul li a {
    color: #fff;
    width: 50px;
    height: 50px;
    background-color: var(--blue-color);
    border: 2px solid var(--blue-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
}
.upcoming_events_sec .social_cont_info ul li:hover {
    background-color: transparent;
}
.upcoming_events_sec .social_cont_info ul li:hover a {
    color: #233b76 !important;
}
.upcoming_events_sec .social_cont_info ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.more_detail a {
    background-color: #0b808c;
    padding: 8px 36px 8px 24px;
}
.more_detail {
    justify-content: center;
    text-align: center;
    margin-bottom: -11px;
    margin-top: 13px;
}
.img_logo_box img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.upcoming_events_box .img_logo_box {
    display: flex;
    justify-content: center;
    align-content: center;
}
.upcoming_events_box .img_logo_box img {
    object-fit: cover;
    height: 115px;
    width: auto;
    aspect-ratio: 1/1;
}
.img_logo_box {
    position: absolute;
    z-index: 5;
    left: 0px;
    right: 0px;
    top: 6%;
}
.upcoming_events_box {
    position: relative;
    background-color: #dad9d9;
    border-radius: 17px;
    padding: 150px 10px 30px 10px;
}
.banner_hero_sec.events_hero_sec {
    background-color: #fff;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 147px 0 174px;
    position: relative;
}
.upcoming_events_sec.upcoming_events_pg_sec {
    padding-top: 95px;
}
.banner_hero_sec.events_hero_sec .sec_curve {
    position: absolute;
    width: 100%;
    pointer-events: none;
    display: none;
}
.banner_hero_sec.events_hero_sec .sec_curve {
    z-index: 1;
}
.banner_hero_sec.events_hero_sec .sec_curve.bot {
    bottom: -1px;
}
.banner_hero_sec.events_hero_sec .sec_curve img {
    width: 100%;
    max-height: 80px;
}
.banner_hero_cont {
    color: white;
}
.banner_hero_cont h1 {
    color: white;
}
.schedule_event_sec .row {
    display: flex;
    padding-bottom: 80px;
}
.schedule_event_sec .shudule_col {
    width: 33.33%;
}
.schedule_event_sec .schedule_event_box {
    background-color: #fff;
    padding: 30px;
    min-height: 180px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: start;
    border: 1px solid #ddd;
    border-radius: 25px 25px 25px 0;
    flex-direction: column;
}
.schedule_event_sec .schedule_event_icon i {
    font-size: 45px;
    background-color: #233b76;
    width: 80px;
    height: 80px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 2px solid #233b76;
    margin: auto;
}
.schedule_event_sec .schedule_event_icon {
    position: absolute;
    bottom: -10px;
    right: -20px;
    opacity: 0.4;
}
.schedule_event_sec .shudule_col {
    width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.schedule_event_sec {
    padding-top: 130px;
    padding-bottom: 40px;
}
.upcoming_events_sec.upcoming_events_pg_sec .social_cont_info {
    padding-bottom: 80px;
}
.whole {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
/*wedding-page*/
section.events_hero_sec.Wedding h1 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    position: relative;
}
section.events_hero_sec.Wedding p {
    padding-bottom: 20px;
}
.our_services.wedding_page {
    padding-top: 80px;
    padding-bottom: 80px;
}
/*  end wedding page*/
/* start parking page*/
.banner_hero_sec.events_hero_sec.parking_top_sec {
    position: relative;
}
.banner_hero_sec.events_hero_sec.parking_top_sec {
    background-color: #fff;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 114px 0 113px;
    position: relative;
}
section.Parking_Directions {
    padding: 60px 0px;
}
section.Parking_Directions .Parking_row {
    max-width: 800px;
    margin: auto;
    text-align: center;
}
.parking_map iframe {
    max-height: 625px !important;
    width: 100% !important;
}
.flex_row {
    display: flex;
}
.map_serch_form {
    margin-top: -52px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.serch_col {
    width: 70%;
}
.serch_button_col {
    width: 30%;
}
section.parking_loc .park_rule_col p {
    margin-top: 0px;
}
section.Parking_Directions .parking_map {
    text-align: center;
}
section.Parking_Directions .parking_map img {
    object-fit: cover;
    height: auto;
    width: 60%;
}
.serch_col input {
    width: 100%;
    padding: 17px 20px;
    border: 1px solid #fffbfb;
    background-color: #233b7682;
    color: white;
    font-size: 14px;
    font-weight: 500;
}
.flex_row .serch_button_col .main_btn a:hover {
    background-color: black;
    color: white !important;
}
.parking_rule {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 80px;
}
.park_rule_col p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
}
.park_rule_col {
    width: 33.33%;
    text-align: center;
    padding: 30px 40px;
    position: relative;
}
.park_rule_col h6 {
    position: absolute;
    font-weight: 700;
    top: -5px;
    left: 49%;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}
.park_rule_col strong {
    font-weight: 700;
}
.park_rule_col a {
    color: black !important;
    text-decoration: underline !important;
}
.parking_loc .row {
    text-align: center;
}
.parking_loc .main_btn {
    text-align: center;
}
section.Convention_Cen .center_row .accordian .ui-accordion-header-icon {
    display: none;
}
section.Convention_Cen .center_row {
    max-width: 840px;
    margin: auto;
    padding-top: 40px;
}
section.Convention_Cen .accordian .ui-accordion-header-active {
    background-color: #233b76 !important;
    color: white;
    padding: 12px 60px 12px 20px;
    font-size: 20px;
    line-height: 32px;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}
section.Convention_Cen .accordian h3.ui-accordion-header::before {
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 15px;
    color: inherit;
    position: absolute;
    right: 18px;
    top: 18px;
}
section.Convention_Cen h3.ui-accordion-header-active::before {
    content: "\f068" !important;
}
section.Convention_Cen .accordian .accordion-content {
    margin-bottom: 14px;
    background-color: #f2f2f2;
    padding: 10px 22px 13px 23px;
}
section.Convention_Cen .accordian .ui-accordion-header {
    border: none;
}
section.Convention_Cen .ui-accordion-content {
    border: none;
}
section.Convention_Cen .accordian .ui-accordion-header {
    padding: 12px 60px 12px 20px;
    font-size: 24px;
    line-height: 35px;
    border-radius: 8px;
    margin-bottom: 0px;
    position: relative;
    color: black;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    background-color: transparent;
}
section.Convention_Cen .accordion-content p {
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
}
section.Convention_Cen .accordian .ui-accordion-header-active {
    color: white;
}
section.Convention_Cen {
    padding: 70px 10px 89px 10px;
}
.Convention_Cen .row {
    text-align: center;
}
/*single page*/
.meetteam_client_box .col-md-12 {
    background-color: #4d2727;
    border-radius: 10px;
}
.single.single-event .meetteam_client_sec .meetteam_client_inner.meetteam_head {
    display: flex;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    border: 0;
    background-color: #233b76;
    border-radius: 10px;
}
.single.single-event .meetteam_client_sec .col-md-12 .meetteam_client_cont h5 {
    color: white;
}
.single.single-event .col-md-12 .meetteam_client_cont {
    color: white;
}
.text_area_col .row ul li {
    position: relative;
    width: calc(50% - 30px);
    margin-bottom: 20px;
    padding-left: 27px;
    padding-right: 30px;
    margin-left: 0px;
    font-size: 18px;
}
.text_area_col .row ul {
    padding: 0;
    margin: auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.text_area_col .row ul li::before {
    position: absolute;
    content: "\f046";
    font-family: fontawesome;
    top: 0;
    left: 0;
    color: #ccdce1;
    font-size: 18px;
}
.page-template-templatesfloorplans-page-php .our_specialties_sec {
    display: none;
}
/* error 404 page*/
.section-inner.thin.error404-content {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 80px;
}
.section-inner.thin.error404-content .search-form #search-form-1 {
    padding: 14px 15px;
    border-radius: 6px;
    border: 1px solid #d9d1d1;
    width: 50%;
}
.section-inner.thin.error404-content .search-form .search-submit {
    width: 20%;
    padding: 12px 15px;
    border-radius: 6px;
    background-color: #233b76;
    border: 2px solid #233b76;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
}
.section-inner.thin.error404-content .search-form {
    padding-top: 30px;
}
.section-inner.thin.error404-content .intro-text {
    max-width: 800px;
    margin: auto;
}
.section-inner.thin.error404-content .entry-title {
    color: #233b76;
}
/*patner page */
.all_partner_sec .cus_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 27px;
}
.all_partner_sec .all_partner_wrap {
    width: calc(33.33% - 20px);
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #e8e2e2;
    padding: 29px 10px;
}
.all_partner_sec {
    padding: 80px 10px;
}
.all_partner_sec .all_partner_box .fa {
    color: #233b76;
    font-size: 40px;
}
/*end patner page*/
.home_second_sec .sec_row .image-box::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: black;
    opacity: 0.5;
    z-index: -1;
}
.center_row .accordian ul {
    margin-left: 20px;
}
.center_row .accordian ul li {
    list-style: decimal;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 10px;
}
section.Convention_Cen .accordion-content p strong>a {
    color: #233b76 !important;
    text-decoration: underline !important;
}
section.Convention_Cen .accordion-content p>a strong {
    color: #233b76;
    text-decoration: underline;
}
section.Convention_Cen .ui-accordion-header:hover {
    background-color: transparent;
}
section.Convention_Cen .ui-accordion-header-active:hover {
    background-color: #233b76 !important;
}
section.mission_statement_sec.plain_event .main_btn {
    margin-top: 35px !important;
}
.page-template-templatesweddings-page-php section.mission_statement_sec.plain_event .sec_data p {
    color: #000;
}
.page-template-templatesplanner-page-php .everything_you_need_sec .gallery_text_sec:last-child .gallery_wraper {
    padding-top: 40px;
}
.page-template-templatesplanner-page-php .everything_you_need_sec {
    padding-top: 70px;
    padding-bottom: 30px;
}
.everything_you_need_sec .need_title {
    text-align: center;
    padding: 70px 0px 20px;
}
.everything_you_need_sec .gallery_text_sec .gallery_wraper:nth-child(-n + 3) {
    padding-top: 41px;
    padding-bottom: 55px;
}
/******** Attendees page start ********/
.hero_btm_strip {
    background-color: #233b76;
    text-align: center;
    padding: 1.3125em 0;
}
.hero_btm_strip .subpage-nav-bar ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin: 0;
    padding: 0 5%;
    width: 100%;
}
.hero_btm_strip .subpage-nav-bar ul .strip_limks {
    border-right: 3px solid #fff;
    padding-right: 1em;
    margin-right: 1em;
}
.hero_btm_strip .subpage-nav-bar ul .strip_limks:last-child {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}
.full_width_img_sec .upper_img_sec_wrapper a,
.full_width_img_sec .lower_img_sec .left_img_sec_wrapr,
.full_width_img_sec .lower_img_sec .right_img_sec_wrapr {
    height: 340px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.full_width_img_sec .upper_img_sec_wrapper .upper_img_sec h2 {
    color: #fff;
}
.full_width_img_sec .upper_img_sec_wrapper a::before,
.full_width_img_sec .lower_img_sec .left_img_sec_wrapr::before,
.full_width_img_sec .lower_img_sec .right_img_sec_wrapr::before {
    content: "";
    background-color: #233b76;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
    opacity: 0;
    transition: 600ms;
}
.full_width_img_sec .upper_img_sec_wrapper a::after,
.full_width_img_sec .lower_img_sec .left_img_sec_wrapr::after,
.full_width_img_sec .lower_img_sec .right_img_sec_wrapr::after {
    content: "";
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    transition: 600ms;
}
.full_width_img_sec .upper_img_sec_wrapper a:hover::after,
.full_width_img_sec .lower_img_sec .left_img_sec_wrapr:hover::after,
.full_width_img_sec .lower_img_sec .right_img_sec_wrapr:hover::after {
    opacity: 0;
}
.full_width_img_sec .upper_img_sec_wrapper .upper_img_sec h2,
.full_width_img_sec .lower_img_sec .left_img_sec_wrapr h2,
.full_width_img_sec .lower_img_sec .right_img_sec_wrapr h2 {
    color: #fff;
    position: relative;
    z-index: 1;
}
.full_width_img_sec .upper_img_sec_wrapper a:hover::before,
.full_width_img_sec .lower_img_sec .left_img_sec_wrapr:hover::before,
.full_width_img_sec .lower_img_sec .right_img_sec_wrapr:hover::before {
    opacity: 0.7;
}
.full_width_img_sec .lower_img_sec {
    display: flex;
}
.full_width_img_sec .lower_img_sec .left_img_sec_wrapr,
.full_width_img_sec .lower_img_sec .right_img_sec_wrapr {
    width: 50%;
}
.upcoming_event_sec {
    padding: 80px 0;
}
.upcoming_event_sec .inner_wrapper .up_event_col .upcoming_events_box_img h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 6px;
    color: #233b76;
}
.upcoming_event_sec .inner_wrapper .up_event_col .upcoming_events_box_cont {
    list-style: none;
    padding: 20px;
    width: 100%;
}
.upcoming_event_sec .inner_wrapper .up_event_col .upcoming_events_box_cont ul {
    list-style: none;
}
.upcoming_event_sec .inner_wrapper .up_event_col .upcoming_events_box_cont ul li {
    list-style: none;
    color: #233b76;
    position: relative;
}
.upcoming_event_sec .inner_wrapper .owl-carousel .item {
    width: 350px;
}
.full_width_img_sec .upper_img_sec_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.full_width_img_sec .upper_img_sec_wrapper .left_img_sec_wrapr:first-child {
    width: 100%;
}
.full_width_img_sec .upper_img_sec_wrapper .left_img_sec_wrapr:nth-child(2n),
.full_width_img_sec .upper_img_sec_wrapper .left_img_sec_wrapr:nth-child(3n) {
    width: 50%;
}
.full_width_img_sec .upper_img_sec_wrapper .left_img_sec_wrapr .left_img_sec h2 {
    color: #ffff;
    position: relative;
    z-index: 1;
}
.upcoming_event_sec .inner_wrapper .owl-carousel .owl-stage {
    margin: auto;
}
/******** Attendees page end ********/
/******** about uvcc page start ********/
.about-uvcc .everything_you_need_sec .need_title {
    padding-top: 10px;
}
.about-uvcc .home3_blog_sec {
    padding-top: 60px;
}
.about-uvcc .home3_blog_sec .container {
    padding-bottom: 60px;
}
.about-uvcc .home3_blog_sec .main_btn {
    text-align: center;
}
/******** about uvcc page end ********/
/******** exhibitors page start ********/
.dermotology_paperwork .row {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.dermotology_paperwork .col-md-4 {
    padding-left: 30px;
    margin-top: 20px;
    width: calc(25% - 30px);
}
.dermotology_paperwork .paperwork_content {
    margin-bottom: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.boxed_sdw {
    position: relative;
}
.dermotology_paperwork .pdf_img img {
    border: 1px solid #ddd;
    height: auto;
    width: 100%;
    padding: 15px;
    height: 335px;
    object-fit: contain;
}
.dermotology_paperwork .main_btn {
    text-align: center;
    margin-top: 25px;
    width: fit-content;
}
section.dermotology_paperwork {
    padding-top: 0px;
    padding-bottom: 66px;
}
.qus_sec {
    padding: 60px 0;
    text-align: center;
}
.qus_sec .row h2 {
    margin-bottom: 30px;
}
.qus_sec .row p {
    margin-bottom: 40px;
}
.mission_statement_sec.plain_event .sec_data .serv_link {
    color: #00395a !important;
}
.dermotology_paperwork .main_btn a {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exhibitors-page .faqs_sec {
    padding-top: 0;
}
/******** exhibitors page end ********/
/******** accessibility page start ********/
.content_and_info_sec {
    padding: 60px 15px;
}
.content_and_info_sec .row .mail_link {
    color: #233b76 !important;
}
.content_and_info_sec .row {
    text-align: center;
    justify-content: center;
    display: flex;
}
.content_and_info_sec .main_content {
    width: 80%;
}
/******** accessibility page end ********/
/******** Food and Beverage start ********/
.food_bar_details_sec {
    padding: 60px 0;
}
.food_bar_details_sec .img_text_area {
    display: flex;
    gap: 20px;
}
.food_bar_details_sec .img_text_area .img_left,
.food_bar_details_sec .img_text_area .text_right {
    width: 50%;
}
.food_bar_details_sec .img_text_area .img_left img {
    object-fit: cover;
    max-width: 500px;
    height: 350px;
    width: 100%;
    object-position: center;
}
.food_bar_details_sec .img_text_area .text_right {
    align-self: center;
    text-align: left;
}
/******** Food and Beverage end ********/
/******** on-site-services start ********/
.on-site-services .row.services_box .col-md-4 {
    display: flex;
    flex-direction: column;
}
.on-site-services .our_services .btn_services {
    margin-top: auto;
}
.on-site-services .row.services_box .col-md-4 .box_content h6 {
    color: #233b76;
    font-weight: 500;
}
.on-site-services .looking_for.on_site .hyper-text {
    padding: 0 0 70px 0;
}
.on-site-services .our_services .row {
    padding-bottom: 50px;
}
.upcoming_event_sec .inner_wrapper {
    display: flex;
    column-gap: 20px;
    max-width: 610px;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    row-gap: 15px;
}
.inner_wrapper .up_event_col {
    width: calc(50% - 20px);
}
/******** on-site-services end ********/
/* *****blog-page start **** */
.site-i {
    padding: 60px 0;
}
.blog_post_wrapper #gallery-items .blog-item {
    width: 100% !important;
    max-width: calc(33.3% - 20px);
    /* padding: 0 15px; */
    margin-bottom: 40px;
    box-sizing: border-box;
    background: var(--var-white);
    box-shadow: rgba(0, 0, 0, 0.1) 0 15px 40px;
    border-radius: 17px;
    overflow: hidden;
}
.blog_post_wrapper #gallery-items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.blog_post_wrapper #gallery-items .blog-item-box {
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 100%;
}
.blog_post_wrapper #gallery-items .blog-item .blog_image_wrap {
    position: relative;
    overflow: hidden;
}
.blog_post_wrapper #gallery-items .blog-item .blog_image_wrap>a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.blog_post_wrapper #gallery-items .blog-item .blog_image_wrap>a i {
    color: #282828;
    padding: 20px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 57px;
    height: 57px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}
.blog_post_wrapper #gallery-items .blog-item:hover .blog_image_wrap>a i {
    opacity: 1;
}
.blog_post_wrapper #gallery-items .blog-item .blog_image_wrap>a i {
    color: #282828;
    text-align: center;
    box-sizing: border-box;
}
.blog_post_wrapper #gallery-items .blog-item .blog_image_wrap img {
    vertical-align: top;
    -webkit-transition: all 0.2s ease-in-out;
    width: 100%;
    transition: all 0.2s ease-in-out;
    height: 250px;
    object-fit: cover;
}
.blog_post_wrapper #gallery-items .blog-item .blog_detail {
    background-color: #ffffff;
    padding: 18px 18px 18px 18px;
}
.blog_post_wrapper #gallery-items .blog-item .blog_detail .tags_wrapper {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog_post_wrapper #gallery-items .blog-item .blog_detail h4 {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}
.blog_post_wrapper #gallery-items .blog-item .blog_detail h4 a {
    white-space: normal;
    padding: 0;
    color: #000000 !important;
    display: block;
}
.blog_post_wrapper #gallery-items .blog-item:hover .blog_image_wrap img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog_post_wrapper #gallery-items .blog-item-box:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 15px 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 15px 40px;
}
.pagination {
    padding: 30px 20px 20px !important;
    margin: 0 0 !important;
    display: table !important;
    width: 100%;
    text-align: center;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background-color: #233b76;
    color: #fff;
}
.pagination .page-numbers {
    width: 32px;
    height: 32px;
    background-color: #4d6399;
    display: inline-block;
    border-radius: 40px;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    font-weight: 600;
    color: #000;
    margin: 0;
    margin-right: 10px;
    transform: none !important;
}
/* *****blog-page end **** */
.page-template-page-contact .gform_wrapper .top_label input,
.page-template-templatespage-contact-php .gform_wrapper .top_label input {
    color: #000 !important;
    cursor: unset !important;
}
html body.page-template-templatespage-contact-php .gform_wrapper .top_label .ginput_container_fileupload input {
    color: black !important;
}
#gform_wrapper_18 #gform_submit_button_18:hover {
    background-color: transparent;
    border: 1px solid #233b76;
    color: #233b76 !important;
}
/* *****request for proposa start **** */
.page-id-48992 .contact_page_sec .contact_detail {
    display: none;
}
.page-id-48992 .contact_page_sec .form_block {
    width: 100%;
}
.page-id-48992 .contact_page_sec .main_wrapper {
    width: 60%;
}
/* *****request for proposa end **** */
/* *****press-releases start**** */
.press-releases .row.services_box .col-md-4 {
    display: flex;
    flex-direction: column;
}
.press-releases .our_services .btn_services {
    margin-top: auto;
}
.press-releases .row.services_box .col-md-4 h5 {
    line-height: 30px;
    font-size: 20px;
}
.press-releases .row.services_box .col-md-4 h6 {
    color: #233b76;
    font-weight: 500;
}
.press-releases .our_services.wedding_page .main_title {
    margin-bottom: 75px;
}
/* *****press-releases end **** */
section.big_sec .before_wrap {
    position: relative;
    z-index: 1;
}
section.big_sec {
    height: calc(100vh - 175px);
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.events_hero_sec.big_sec {
    height: calc(100vh - 175px);
    min-height: 450px;
}
/* new home banner */
.banner-top-sec .row iframe {
    width: 100% !important;
    aspect-ratio: 1/0.6;
    height: auto !important;
    object-fit: cover !important;
    transform: scale(1.6);
}
section.banner-top-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0px;
    position: relative;
    background-position: top center;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-content-side .main_btn a:hover {
    background-color: white !important;
    color: #233b76 !important;
}
.banner-top-sec .row>div {
    width: 50%;
    overflow: hidden;
}
.banner-top-sec .row>div {
    width: 50%;
    position: relative;
}
.banner-top-sec .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner-top-sec .row>div h1,
.banner-top-sec .row>div h3 {
    color: white;
    margin-top: 0px;
}
.banner-top-sec .row>div h1 {
    margin-bottom: 7px !important;
}
section.banner-top-sec:before {
    content: "";
    background: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.6;
    background: #000000;
}
.right-video-side {
    border: 4px solid #ffffff;
    border-radius: 0px;
}
.gform_wrapper .top_label input.gform_button {
    color: #fff !important;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    padding: 12px 21px;
    background-color: #233b76;
    border: 1px solid transparent;
    cursor: pointer !important;
}
.gform_wrapper .top_label input.gform_button:hover {
    border: 1px solid #233b76;
    color: #233b76 !important;
    background-color: transparent;
}
#gform_wrapper_18 #gform_submit_button_18 {
    color: white !important;
}
.right-video-side img {
    width: 100%;
    pointer-events: unset;
    cursor: unset;
    height: 100%;
}
/* new home banner */
@media (min-width: 2200px) {
    section.big_sec,
    section.events_hero_sec.big_sec {
        height: auto;
        min-height: 600px;
    }
}
.page-template-templatesabout-uvcc-php section.big_sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*static section*/
section.videosec.grey-bg {
    padding: 80px 20px;
}
.static-title.primary-title {
    text-align: center;
}
section.videosec .video-wrap {
    max-width: 813px;
    margin: auto;
    width: 100%;
}
section.videosec .video-wrap iframe {
    aspect-ratio: 16/9;
    height: 100% !important;
}
#post-46422 {
    padding-left: 5px;
    padding-right: 5px;
}
.sec_data p a {
    color: #233b76 !important;
    font-weight: 500;
}
.upcoming_events_wrap .main_title a {
    color: #233b76 !important;
    font-weight: 500;
}
.from-wrapper {
    max-width: 810px;
    margin: auto;
    background-color: #f2f2f2;
    padding: 62px 58px 90px;
    position: relative;
}
.from-wrapper #gform_submit_button_16 {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    padding: 12px 18px;
    background-color: #233b76;
    color: white !important;
    border: unset;
    cursor: pointer !important;
}
section.Form_pdf_sec {
    padding: 80px 10px;
}
section.Form_pdf_sec #gform_16 .ginput_left.address_city {
    margin-bottom: 0px !important;
}
section.Form_pdf_sec #gform_16 .gfield_checkbox .gchoice .gfield-choice-input {
    margin-top: 7px;
    margin-right: 8px;
}
section.Form_pdf_sec #gform_16 .gfield_checkbox .gchoice {
    display: flex;
    align-content: center;
    align-items: start;
}
section.Form_pdf_sec #gform_16 .address_city label,
section.Form_pdf_sec #gform_16 .address_state,
section.Form_pdf_sec #gform_16 .address_zip {
    font-weight: 700;
}
section.Form_pdf_sec #gform_16 .name_first label,
section.Form_pdf_sec #gform_16 .name_last label {
    font-weight: 700;
}
section.Form_pdf_sec .from-wrapper .gform_heading {
    text-align: center;
    padding-bottom: 10px;
}
section.Form_pdf_sec #gform_16 .address_zip {
    flex-basis: 100%;
}
section.Form_pdf_sec #gform_wrapper_16 .gform_validation_errors {
    display: none;
}
section.Form_pdf_sec #gform_wrapper_16 .gfield_validation_message {
    padding-top: 10px;
    padding-bottom: 10px;
}
.food_bar_details_sec.food_bar_two .img_text_area {
    display: flex;
    flex-direction: row-reverse;
}
.food_bar_details_sec.food_bar_two .img_left {
    text-align: right;
}
.logo_card img {
    width: 100%;
    height: 40px;
    max-width: 102px;
    object-fit: contain;
}
.visa_card {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}
.coustom_img {
    position: absolute;
    bottom: 40px;
    right: 57px;
}
section.big_sec .before_wrap::before {
    color: #fff !important;
    opacity: 0.4;
}
.page-template-templatesparking-page-php section.big_sec .before_wrap::before {
    content: "PARKING";
    color: #d0cbcbc2;
}
.videosec .main_btn {
    text-align: center;
}
#gform_16 .first_main .gfield_description {
    margin-top: 0px !important;
}
.page-template-templatesabout-uvcc-php .logo_sec .owl-nav.disabled {
    display: none !important;
}
.page-template-templateshomepage-php .logo_sec .owl-nav.disabled {
    display: none !important;
}
.social_icons li:nth-child(3) a {
    position: relative;
}
.social_icons li:nth-child(3) a::after {
    content: "";
    background-image: url(https://utahvalleycc.wpengine.com/wp-content/uploads/2023/08/logotwite.png);
    position: absolute;
    width: 28px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -10px;
    top: -16px;
}
.upcoming_events_sec .social_cont_info ul li:nth-child(2) a {
    position: relative;
}
.upcoming_events_sec .social_cont_info ul li:nth-child(2) a::after {
    content: "";
    background-image: url(https://utahvalleycc.wpengine.com/wp-content/uploads/2023/08/logotwite.png);
    position: absolute;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    top: 50%;
    text-align: center;
    justify-content: center;
    display: flex;
    transform: translate(-50%, -50%);
    font-weight: 700;
}
.upcoming_events_sec .social_cont_info ul li:nth-child(2):hover a::after {
    color: #233b76 !important;
    filter: brightness(0) saturate(100%) invert(17%) sepia(39%) saturate(2419%) hue-rotate(203deg) brightness(98%) contrast(90%);
}
.entry-content ol>li {
    margin-bottom: 16px;
}
.page-template-templatescredit-card-php .gform_wrapper.gravity-theme .ginput_container_address span,
.gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
    margin-bottom: 0px;
}
.w-big-play-button {
    display: none !important;
}
.icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-content: center;
    border: 4px solid white;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
    pointer-events: none;
}
.icon-wrapper .icon-box .fa {
    color: white !important;
    font-size: 37px;
    margin-left: 7px;
}
@media (max-width: 575px) {
    .lower_footer .row .col-md-6 {
        width: 100%;
    }
    .lower_footer .row {
        flex-wrap: wrap;
        gap: 18px;
    }
    .lower_footer .row .col-md-6:nth-child(2n) {
        text-align: left;
        align-self: self-start;
    }
    body .fancybox__content {
        height: 400px !important;
    }
}
@media (max-width: 992px) {
    .banner-top-sec .row>div {
        width: 100%;
    }
    .banner-top-sec .row .left-content-side {
        margin-bottom: 28px;
    }
    .banner-top-sec .row>div h1 {
        font-size: 42px !important;
        line-height: 54px !important;
    }
    .logo_sec .logo_wrapper .logo img {
        max-width: 120px;
    }
}
.single-post .entry-content ul li p {
    margin-bottom: 10px !important;
}
.gallery_items .row .col-sm-4 a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery_items .row .col-sm-4 a {
    height: 100%;
    width: 100%;
    aspect-ratio: 406/270;
}
.Four_palnes p a {
    color: #233b76 !important;
    font-weight: 500;
    text-decoration: underline !important;
}
/* *********************** Exhibitor Services Order Form ***********************/
.exhibitor-services__form_wrapper form {
    margin-top: 2em;
}
.exhibitor-services__form .gsection_title {
    margin-bottom: 10px;
}
.exhibitor-services__form .gsection_title+.gsection_description {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.exhibitor-services__form .gsection {
    margin-bottom: 10px;
}
.exhibitor-services__form .gfield--type-product {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.exhibitor-services__form .gfield--type-product .gfield_label {
    margin-bottom: 2px !important;
}
.exhibitor-services__form .gfield--type-product .gfield_description {
    margin-top: 4px !important;
    padding-top: 0 !important;
    padding-bottom: 4px !important;
}
.exhibitor-services__form .gfield--type-product input {
    margin-top: auto !important;
}
.exhibitor-services__form .gfield--type-product .ginput_container_singleproduct {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}
.exhibitor-services__form .gfield--type-product .ginput_container_singleproduct .ginput_product_price_wrapper,
.exhibitor-services__form .gfield--type-product .ginput_container_singleproduct .ginput_quantity_label {
    width: fit-content;
    margin-bottom: 10px;
}
/* *********************** Error Form ***********************/
.gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors .gfield_validation_message,
.gform_wrapper.gravity-theme .gform_validation_errors .validation_message {
    padding: 0px !important;
    border: unset !important;
    background: transparent !important;
}
/* *********************** Error Form ***********************/
/* ************************** */
.page-template-press-releases .events_hero_sec.big_sec {
    height: calc(80vh - 175px);
    min-height: 360px;
}
.page-template-press-releases .big_sec .before_wrap.less_four::before {
    font-size: calc((1000px / 4)*(9/9));
}
@media (max-width: 992px) {
    .page-template-press-releases .big_sec .before_wrap.less_four::before {
        font-size: calc((650px / 4)*(9/9));
    }
}
@media (max-width: 575px) {
    .page-template-press-releases .big_sec .before_wrap.less_four::before {
        font-size: calc((100vw/4)*(9/9));
    }
}
/* ************************** */
/* ******************************* */
section.Project-Details {
    padding: 80px 0px;
}
.Project-Details .inner_wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
}
.Project-Details .inner_wrapper .Project-Details__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.Project-Details__title-wrap {
    text-align: center;
    max-width: 1000px;
}
body .project_main_wrap.new_float_wrap {
    display: block;
}
.Project-Details .project_main_wrap .map_video_wrap {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: column;
    gap: 45px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.map_video_wrap {
    float: right;
    margin-left: 10px;
}
.Project-Details .project_main_wrap .map_video_wrap .col_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* .Project-Details .project_main_wrap .map_video_wrap .col_wrap h4 {
    font-size: 28px !important;
    line-height: 38px !important;
    margin: 0;
} */
.Project-Details .project_main_wrap .map_video_wrap .col_wrap iframe {
    width: 100% !important;
    height: 350px !important;
    aspect-ratio: 1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.Project-Details .project_main_wrap .map_video_wrap .col_wrap .video_popup {
    display: block;
    position: relative;
    overflow: hidden;
    height: 350px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.Project-Details .project_main_wrap .map_video_wrap .col_wrap .video_popup::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    position: absolute;
    inset: 0;
    opacity: 0.3;
}
.Project-Details .project_main_wrap .map_video_wrap .col_wrap .video_popup>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.consulation_sec {
    width: 100% !important;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-block: 20px !important;
    border: 1px solid #333;
}
.consulation_sec_inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.consulation_sec_left {
    display: flex;
    flex-direction: column;
    padding: 40px;
    width: 60%;
    text-align: left;
    gap: 19px;
    font-family: "Poppins";
}
.consulation_sec_right {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
    width: 40%;
}
.consulation_sec_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.consulation_sec .container {
    width: 100%;
    padding: 0 !important;
    max-width: 100%;
}
.case-study__slider {
    padding: 80px 0px;
}
.case-study-main {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 80px 0px;
}
.case-study-main:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background-color: rgb(0, 0, 0, 0.4);
    z-index: 1;
    inset: 0;
}
.case-study-main .case-study__inner {
    position: relative;
    z-index: 2;
    align-items: center;
    display: flex;
    justify-content: center;
}
.case-study__inner .case-study__title {
    color: #fff;
    text-align: center;
    max-width: 800px;
}
.case-study__slider .case-study__slider-inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.case-study__slider .case-study__slider-inner .case-study-slider-title {
    margin: 0px;
    text-align: center;
}
.case-study__slider-wrap .owl-carousel .item .slider-image-wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img,
.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 50%;
}
.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img img,
.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 637/400;
    border: 2px solid #233b76;
    height: 100%;
    box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.05);
    position: relative;
}
.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img .case-study__slider-after-content,
.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img .case-study__slider-before-content {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    transform: translate(-50%);
    left: 50%;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    width: 100%;
}
.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img .case-study__slider-after-content h2,
.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img .case-study__slider-before-content h2 {
    margin: 0px;
    position: relative;
    z-index: 11;
}
.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img .case-study__slider-after-content:after,
.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img .case-study__slider-before-content:after {
    content: "";
    width: 100%;
    height: 120px;
    display: block;
    position: absolute;
    bottom: -40px;
    left: 0;
    background-image: linear-gradient(0deg, #233b76, transparent);
    opacity: 0.5;
    pointer-events: none;
}
/* ******************************* */
/* ************ case study ************* */
.content-sidebar-wrap .main_title {
    margin-bottom: 30px;
    text-align: center;
}
/* ************ case study ************* */
.Form_pdf_sec .gform_wrapper .gfield.custom-days-input .gfield_description.instruction {
    display: none;
}
.Form_pdf_sec .gform_wrapper .custom-days-input {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.Form_pdf_sec .gform_wrapper .custom-days-input .gfield_label {
    font-size: 15px;
    font-weight: 400;
}
.Form_pdf_sec .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    grid-column: span 3;
    -ms-grid-column-span: 3;
}
body .project_main_wrap.new_float_wrap ul {
    padding-left: 22px;
    margin: 20px 0px;
}
/* ************************ Home banner *************************** */
.home-banner .main_wrapper {
    display: grid;
    max-width: 100%;
    grid-template-columns: 1fr 45%;
    align-items: center;
    gap: 40px;
}
.home-banner_video-wrap .home-banner_video {
    max-width: 558px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.home-banner_video-wrap .home-banner_video a {
    display: block;
}
.home-banner_video-wrap .home-banner_video img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 260px;
    aspect-ratio: 558/380;
    transform: scale(1.3);
}
.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #233b76;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border-radius: 50%;
    z-index: 3;
}
.play_btn::before,
.play_btn::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffd;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #fff;
    animation: button-ripple 3s infinite;
    opacity: 0.6;
    z-index: 0;
}
.play_btn::after {
    animation-delay: 0.3s;
}
.play_btn::before {
    animation-delay: 0.9s;
}
@keyframes button-ripple {
    70% {
        box-shadow: 0 0 0 35px #fff;
        opacity: 0;
    }
    100% {
        box-shadow: 0 0 0 0 #fff;
        opacity: 0;
    }
}
.home-banner .main_wrapper .left-content-side .home-banner__content,
.home-banner .main_wrapper .left-content-side .home-banner__title {
    color: #fff !important;
}
.home-banner .main_wrapper .left-content-side .main_btn {
    margin-top: 40px;
}
/* ************************ Home banner *************************** */
/* ************************ video sec *************************** */
.utah-video-sec {
    padding: 40px 0px;
}
.utah-video__slider .utah-video-card .utah-video-card__title-wrap {
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 20px;
    left: 0;
    width: 100%;
}
.utah-video__slider .utah-video-card .utah-video-card__title-wrap::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 143px;
    bottom: 0;
    left: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0) 20%, rgb(35, 59, 118, 1) 100%);
}
.utah-video__slider .utah-video-card .utah-video-card__title {
    margin: 0px 0px 10px 0px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
.utah-video-sec .main_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.utah-video__slider .utah-video-card .play_btn {
    top: calc(50% - 25px);
}
.utah-video-sec .main_wrapper .utah-video__title-wrap {
    text-align: center;
}
.utah-video__slider .utah-video-card {
    display: flex;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    /* width: 33.33%; */
    border: 2px solid #233b76;
}
.utah-video__slider .utah-video-card a {
    display: block;
    position: relative;
}
.utah-video__slider .utah-video-card a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 400/400;
}
.utah-video-sec .utah-video__slider .owl-carousel {
    padding: 0px 40px;
}
.utah-video-sec .utah-video__slider .owl-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 30px);
    top: 50%;
    margin: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0;
}
.utah-video-sec .utah-video__slider .owl-carousel .owl-nav button {
    color: #fff;
    font-size: 26px;
    width: 48px;
    height: 48px;
    background-color: #233b76;
    border-radius: 100%;
    line-height: 48px;
    font-weight: 500;
    display: block;
    text-align: center;
    font-family: "Inter", sans-serif;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}
.utah-video-sec .utah-video__slider .owl-carousel .owl-nav button>span {
    font-size: 0px;
}
.utah-video-sec .utah-video__slider .owl-carousel .owl-nav button>span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    content: '';
    background: url(https://utahvalleycc.com/wp-content/uploads/2025/12/caret-right.svg);
    width: 20px;
    height: 20px;
    filter: invert(1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
}
.utah-video-sec .utah-video__slider .owl-carousel .owl-nav button.owl-prev span:after {
    content: '';
    transform: translate(-50%, -50%) rotate(180deg) !important;
}
/* ************************ video sec *************************** */
@media(max-width:768px) {
    .blog_post_wrapper #gallery-items .blog-item {
        max-width: 100% !important;
    }
    .Project-Details .project_main_wrap .map_video_wrap {
        flex-direction: column;
        gap: 30px;
    }
    .Project-Details .project_main_wrap .map_video_wrap .col_wrap {
        width: 100% !important;
    }
    .Project-Details .project_main_wrap .map_video_wrap .col_wrap iframe,
    .Project-Details .project_main_wrap .map_video_wrap .col_wrap .video_popup {
        height: 275px !important;
    }
    .consulation_sec_inner {
        flex-wrap: wrap;
    }
    .Project-Details .inner_wrapper .consulation_sec_left {
        padding: 20px 20px 40px 20px;
    }
    .consulation_sec_left {
        width: 100%;
    }
    .consulation_sec_right {
        min-height: auto;
        width: 100%;
    }
    .case-study__slider-wrap .owl-carousel .item .slider-image-wrap {
        background-color: transparent;
        flex-direction: column;
    }
    .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img,
    .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img {
        width: 100%;
    }
    section.Project-Details {
        padding: 60px 0px !important;
    }
    .case-study__slider {
        padding: 0px 0px 60px 0px !important;
    }
    .gallery_text_sec .gallery_sec .gallery_video {
        margin-left: unset;
    }
}
@media(max-width: 1024px) {
    .blog_post_wrapper #gallery-items .blog-item {
        max-width: calc(50% - 15px);
    }
    .Project-Details .project_main_wrap {
        flex-wrap: wrap;
    }
    .Project-Details .project_main_wrap .map_video_wrap {
        flex-direction: row;
        gap: 30px;
        padding-left: 0;
    }
    .Project-Details .project_main_wrap .Project-Details__wrap:has(+ .map_video_wrap),
    .Project-Details .project_main_wrap .map_video_wrap {
        width: 100% !important;
    }
    .Project-Details .project_main_wrap .map_video_wrap .col_wrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: calc(50% - 15px);
    }
    .home-banner .main_wrapper {
        grid-template-columns: 1fr;
    }
}
@media(max-width: 767px) {
    .Form_pdf_sec .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
        grid-column: span 6;
        -ms-grid-column-span: 6;
    }
}
@media(max-width: 640px) {
    .Form_pdf_sec .gform_wrapper .custom-days-input {
        margin-bottom: 20px;
    }
    .exhibitor-services__form .gfield--type-product {
        margin-bottom: 0;
    }
    .Form_pdf_sec .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
        grid-column: span 12;
        -ms-grid-column-span: 12;
    }
    .home-banner .main_wrapper .left-content-side .home-banner__title {
        font-size: 35px;
    }
    .utah-video-sec .utah-video__slider .owl-carousel .owl-nav {
        position: static;
        transform: unset;
        justify-content: center;
        gap: 20px;
        margin: 30px 0px 0px 0px;
        align-items: unset !important;
        width: 100% !important;
    }
    .utah-video-sec .utah-video__slider .owl-carousel {
        padding: 0px;
    }
    .utah-video-sec .utah-video__slider .owl-carousel .owl-nav button {
        width: 38px;
        height: 38px;
    }
    .utah-video-sec .utah-video__slider .owl-carousel .owl-nav button>span::after {
        background-size: 18px;
    }
    .utah-video-sec {
        padding: 0px 0px 40px 0px;
    }
}
.banner-top-sec .main_wrapper:not(:has(.home-banner_video-wrap)) {
    grid-template-columns: 1fr;
    text-align: center;
    justify-content: center;
    max-width: 900px;
    margin: auto;
}
.main_title .intro-subtitle {
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
}
.main_title .intro-subtitle::after {
    content: '';
    position: absolute;
    background: currentColor;
    width: 74px;
    height: 2px;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}
.our_services.wedding_page .main_title {
    max-width: 768px;
    margin: auto;
    margin-bottom: 60px;
}
/******************* header *******************/
.site_header {
    transition: all 0.3s ease-in-out;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    z-index: 99;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0px;
}
.site_header .header_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    position: relative;
}
.site_header .header_logo {
    position: relative;
    z-index: 4;
    width: auto;
}
.site_header .header_logo img {
    object-fit: contain;
    width: 100%;
    height: auto !important;
    transition: 0.3s all;
    max-width: 150px;
}
.site_header .header_menu .nav-menu {
    list-style: none;
}
.site_header .header_logo a {
    display: block;
}
.site_header .header_menu ul.nav-menu>li.menu-item-has-children {
    display: flex;
    gap: 6px;
    align-items: center;
    transition: all .3s ease-in-out;
    flex-wrap: wrap;
    cursor: pointer;
}
@media (min-width:1025px) {
    .site_header .header_menu {
        width: 66%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-left: auto;
    }
    .site_header .header_menu .nav-menu {
        display: flex;
        margin: 0;
        gap: 24px;
        align-items: center;
        justify-content: center;
    }
    .site_header .header_menu .mega_menu.menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: visible !important;
        display: flex;
        pointer-events: all;
    }
    .site_header .header_menu ul.nav-menu>li>a {
        position: relative;
        line-height: 1.5;
        display: inline-block;
        font-size: 16px;
        color: var(--primary) !important;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out;
        font-family: "Oswald", sans-serif;
        font-weight: 500;
    }
    .site_header .header_menu .nav-menu li a:hover {
        color: var(--black) !important;
    }
}
/* .mobile_toggle_icon.active span {
    background-color: var(--white) !important;
} */
.header_mobile-menu {
    display: flex !important;
    position: fixed;
    width: 100vw;
    left: 100%;
    right: 0;
    background-color: var(--white);
    height: 100%;
    top: 0;
    padding-top: 110px;
    padding-inline: 20px;
    padding-bottom: 40px;
    transition: var(--base-transition);
}
.header_mobile_menu__wrap {
    overflow: auto;
    width: 100%;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.site_header .header_logo {
    width: auto;
}
.mobile_toggle_icon {
    width: 30px;
    height: 22px;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    display: none;
}
.header_menu .mobile_toggle_icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: var(--primary);
    border-radius: 9px;
    opacity: 1;
    transform: rotate(0.1deg);
    transition: .25s ease-in-out;
    left: 0;
}
.header_menu .mobile_toggle_icon span:nth-of-type(1) {
    top: 0px;
}
.header_menu .mobile_toggle_icon span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
}
.header_menu .mobile_toggle_icon span:nth-of-type(3) {
    top: 100%;
    transform: translateY(-100%);
}
.header_menu .mobile_toggle_icon.active span:nth-of-type(2) {
    opacity: 0;
}
.header_menu .mobile_toggle_icon.active span:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
}
.header_menu .mobile_toggle_icon.active span:nth-of-type(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
}
.header_open .header_mobile-menu {
    left: 0;
}
.header_mobile-menu .nav-menu {
    display: flex;
    flex-direction: column;
    gap: 1em;
    font-weight: 500;
}
body.header_open {
    overflow: hidden;
}
.header_mobile-menu ul.nav-menu>li>a {
    color: var(--primary) !important;
}
.site_header .menu-item-has-children li {
    width: 100%;
}
.site_header.custom_sticky {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: fixed;
    top: 0;
}
.site_header.custom_sticky .header_logo img {
    max-width: 100px;
}
.site_header .header_menu ul.nav-menu>li.main_btn a {
    padding: 12px 18px !important;
    line-height: 1.2;
    color: var(--white) !important;
}
.site_header .header_menu ul.nav-menu>li.main_btn a:hover {
    color: var(--primary) !important;
}
.site_header .header_menu__wrap .nav-menu>li.mega_menu>span.sub-arrow,
.site_header .header_mobile-menu .nav-menu>li.mega_menu>span.sub-arrow {
    filter: brightness(0) saturate(100%) invert(15%) sepia(73%) saturate(1914%) hue-rotate(210deg) brightness(90%) contrast(86%);
}
/******************* header *******************/
/* ************************** mega menu ************************** */
.site_header .header_menu .mega_menu>ul.sub-menu {
    position: absolute;
    top: 80px;
    left: 50%;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    display: flex;
    transition: 0.3s all ease-in-out;
    min-width: 1200px;
    padding: 20px;
    margin: auto;
    transform: translateX(-50%);
    z-index: 10;
    list-style: none;
    gap: 20px;
    pointer-events: none;
    max-width: 1010px;
}
.site_header .header_menu .mega_menu>ul.sub-menu:before {
    content: "";
    position: absolute;
    height: 50px;
    width: 100%;
    top: -42px;
    background-color: #ffffff00;
    left: 0px;
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_left {
    width: 60%;
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_left a {
    color: var(--primary) !important;
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_left>a {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_right {
    width: 40%;
    text-align: left;
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_right>ul.sub-menu {
    list-style: none;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #012d760d;
    border-radius: 8px;
    padding: 20px 20px;
    gap: 15px;
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_right .mega_menu_img {
    width: 100%;
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_right>a {
    display: none;
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_right .mega_menu_img img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
    margin: auto;
    /* height: auto; */
    aspect-ratio: 435/280;
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_right .mega_menu_content>a {
    color: var(--black) !important;
    text-align: left;
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_right>ul.sub-menu .mega_menu_content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_left>.sub-menu .mega_menu_left-inner>a {
    display: none;
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_right>ul.sub-menu .mega_menu_content .sub-menu .main_btn a:hover {
    color: var(--primary) !important;
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_left>.sub-menu .mega_menu_left-inner>.sub-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_left>.sub-menu .mega_menu_left-inner>.sub-menu .sub_mega_item {
    width: calc(50% - 5px);
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_left>.sub-arrow {
    display: none;
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_left .sub-menu,
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_right .sub-menu {
    list-style: none !important;
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_left>.sub-menu .mega_menu_left-inner>.sub-menu .sub_mega_item>a {
    display: flex;
    padding: 8px !important;
    color: var(--primary);
    font-size: 16px;
    line-height: 22px;
    border-radius: 5px;
    gap: 10px;
    font-weight: 600;
    flex-wrap: wrap;
    align-items: center;
    transition: var(--base-transition);
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_left>.sub-menu .mega_menu_left-inner>.sub-menu .sub_mega_item>a>img,
.site_header .header_menu .mega_menu > ul.sub-menu > .mega_menu_left > .sub-menu .mega_menu_left-inner > .sub-menu .sub_mega_item > a > picture > img{
    max-width: 70px;
    height: 54px;
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_left>.sub-menu .mega_menu_left-inner>.sub-menu .sub_mega_item>a:hover {
    background-color: #012d760d;
}
.site_header .header_menu__wrap .nav-menu>li.mega_menu>span.sub-arrow,
.site_header .header_mobile-menu .nav-menu>li.mega_menu>span.sub-arrow {
    width: 20px;
    height: 20px;
    background-image: url(https://utahvalleycc.mystagingwebsite.com/wp-content/uploads/2026/02/arrow-down-svgrepo-com.svg) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block !important;
    cursor: pointer;
    transition: all 0.3s ease;
}
.site_header .header_menu__wrap .nav-menu>li.mega_menu:hover>.sub-arrow {
    transform: rotate(180deg);
}
.site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_right .btn {
    width: auto;
}
/* ************************** mega menu ************************** */
/* ************************** mega menu responsive  ************************** */
@media(max-width:1200px) {
    .site_header .header_menu .mega_menu>ul.sub-menu {
        min-width: 1010px;
        width: calc(100% - 20px);
    }
}
@media(max-width:1024px) {
    .site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_right {
        display: none;
    }
    .site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_left {
        width: 100%;
    }
    .site_header .header_mobile-menu .nav-menu>li.mega_menu>span.sub-arrow.active {
        transform: rotate(-180deg);
    }
    .site_header .header_menu .mega_menu>ul.sub-menu {
        position: static;
        pointer-events: unset !important;
        min-width: auto;
        padding: 10px 20px;
        transform: unset;
        gap: 15px;
        margin: 0px 0px 10px 0px;
        max-width: 500px;
        box-shadow: unset;
        width: 100%;
        display: none;
        opacity: 1;
        visibility: visible;
        height: 100%;
        transform: none;
        transition: none;
    }
    .site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_left>.sub-menu .mega_menu_left-inner>.sub-menu .sub_mega_item>a {
        padding: 8px 45px 8px 8px !important;
        background-color: unset;
    }
    .site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_left>.sub-menu .mega_menu_left-inner>.sub-menu {
        gap: 5px;
    }
    /* ******* */
    body .site_header .header_mobile_menu__wrap ul.nav-menu>li.menu-item-has-children {
        position: relative;
    }
    /* body .site_header .header_mobile_menu__wrap ul.nav-menu>li {
        width: fit-content;
    } */
    body .site_header .header_mobile_menu__wrap ul.nav-menu>li>a::after {
        display: none;
    }
    body .site_header .header_mobile_menu__wrap ul.nav-menu>li.menu-item-has-children>.sub-menu {
        width: 100% !important;
        min-width: 100% !important;
    }
    .header_menu__wrap,
    .site_header .header_row .btn-wrap {
        display: none;
    }
    .site_header .header_logo {
        width: auto;
    }
    body .mobile_toggle_icon {
        display: flex;
    }
    .site_header .container {
        max-width: 100% !important;
    }
}
@media(max-width:768px) {
    .site_header .header_logo img {
        max-width: 120px;
    }
    body .site_header .header_mobile_menu__wrap ul.nav-menu>li.menu-item-has-children>.sub-menu>.mega_menu_left>.sub-menu>.mega_menu_left-inner>.sub-menu {
        flex-direction: column;
    }
    .site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_left>.sub-menu .mega_menu_left-inner>.sub-menu .sub_mega_item {
        width: 100% !important;
    }
}
@media(max-width:575px) {
    .site_header .header_logo img {
        max-width: 100px;
    }
    .site_header.custom_sticky .header_logo img {
        max-width: 80px;
    }
    .site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_left>a {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 6px;
    }
    .site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_left>.sub-menu .mega_menu_left-inner>.sub-menu .sub_mega_item>a>img,
	.site_header .header_menu .mega_menu > ul.sub-menu > .mega_menu_left > .sub-menu .mega_menu_left-inner > .sub-menu .sub_mega_item > a > picture > img{
        max-width: 70px;
        height: 50px;
    }
    .site_header .header_menu .mega_menu>ul.sub-menu>.mega_menu_left>.sub-menu .mega_menu_left-inner>.sub-menu .sub_mega_item>a {
        flex-wrap: nowrap;
        font-size: 14px;
    }
    .site_header .header_menu .mega_menu>ul.sub-menu {
        padding: 10px 12px;
        margin: 0px 0px 0px 0px;
    }
}
/* ************************** mega menu responsive  ************************** */
/******************* header *******************/
/* *********************** map *********************** */
.map_section .intro-title {
    margin: 10px 0px 0px 0px !important;
    font-size: 32px;
    line-height: 1.2;
}
.title-tag {
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
}
.title-tag::after {
    content: '';
    position: absolute;
    background: currentColor;
    width: 74px;
    height: 2px;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}
.map_section .title-tag::after {
    left: 0;
    transform: unset;
    bottom: -5px;
}
.map_section {
    position: relative;
    padding: 250px 0px 60px 0px;
}
/* 
.map_section .container {
    height: 100%;
    max-width: 100%;
    padding: 0;
    width: 100%;
} */
.map_section .bg-map {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}
.map_section .map_row {
    height: 100%;
    justify-content: end;
}
.map_section .bg-map iframe {
    position: relative;
    inset: 0;
    height: 100% !important;
    width: 100% !important;
    border: 0px;
}
.map_section .map_wrapper .intro {
    width: calc(60% - 12px);
    padding: 40px 0 40px 40px;
    display: flex;
    flex-direction: column;
    max-width: unset;
    margin: 0px;
}
.map_section .map_wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 24px;
    background-color: var(--white);
    /* max-width: 1170px; */
    box-shadow: 0 10px 40px 10px rgba(0, 0, 0, .05);
    /* margin-top: -350px; */
    /* margin-left: auto;
    margin-right: auto; */
    /* width: calc(100% - 40px); */
}


.map_section .map_row .map-wrapper {
    width: calc(40% - 12px);
    display: flex;
    flex-direction: column;
    height: auto;
}
.map_section .map_row .map-wrapper .map-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .map_section .map_row .map-wrapper .map-inner_info {
	position: absolute;
	bottom: 30px;
	left: 50%;
	right: 30px;
	z-index: 1;
	color: var(--white);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: calc(100% - 24px);
	transform: translateX(-50%);
} */
.map_section .map_row .map-wrapper .map-inner_info {
    position: absolute;
    inset: 0;
    z-index: 1;
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 30px;
}
.map_section .map_row .map-wrapper .map-inner_info .map-inner_logo {
    max-width: 200px;
    height: auto !important;
}
.map_section .map_row .map-wrapper .map-inner_info .map-inner_title_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.map_section .map_row .map-wrapper .map-inner_info .main_btn {
    margin-top: 20px;
}
.map_section .map_row .map-wrapper .map-inner_info .map-inner_title {
    margin: 0px;
}
.map_section .map_row .map-wrapper .map-inner::after {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .95) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
.map_section .map_wrapper .intro-content ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    margin-bottom: 20px;
    padding: 0;
    margin-inline: 0px;
}
.map_section .map_wrapper .intro-content ul li {
    position: relative;
    width: 100%;
    font-size: 16px;
    padding-left: 27px;
    margin: 0;
    list-style: none;
    font-weight: 300;
}
.map_section .map_wrapper .intro-content ul li:after {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: 700;
    left: 0;
    top: 0;
    content: "\f058";
    color: var(--primary);
}
.map_section .map_row .map-wrapper .map-inner {
    position: relative;
    flex-grow: 1;
}
.map_section .map_row .map-wrapper .map-inner_info .map-inner_title {
    margin: 0px;
}
.map_section .map_row .map-wrapper .map-inner_info .main_btn a:hover {
    border-color: #fff !important;
    color: #fff !important;
}
/* update */
.map_wrapper_inner {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 30px;
	height:100%;
}
.map_wrapper_inner .map_wrapper_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.map_wrapper_inner {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 30px;
	margin-top: 26px;
}
.map_wrapper_inner .intro-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* update */

/* *********************** test *************************** */
.test-sec {
    padding: 80px 0px;
}
.test-sec .test_row .test_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: flex-start;
}
.test-sec .test_row .test_inner .test_video {
    max-width: 580px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 20px;
}
.test-sec .test_row .test_inner .test_video img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 260px;
    aspect-ratio: 567/506;
}
.testimonial_list__bottm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}
.test_main_wrapper {
    overflow: auto;
    max-height: 380px;
    scrollbar-width: thin;
    max-width: 612px;
}
.testimonial_list__bottm .rating-container>a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.testimonial_list__bottm .rating-container>a:hover {
    color: #000;
}
.testimonial_list__bottm .rating-container>a .google-logo {
    width: 100%;
    text-align: center;
}
.testimonial_list__bottm .rating-container>a .google-logo img {
    max-width: 80px;
    vertical-align: middle;
    width: 100%;
}
.testimonial_list__bottm .rating-container>a .star-rating img {
    width: 22px;
    object-fit: contain;
    height: auto;
}
.testimonial_list__bottm .rating-container>a .star-rating {
    display: flex;
    width: 100%;
    margin: auto;
    gap: 3px;
}
.testimonial_list__bottm .rating-container>a .review-info {
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    color: #000;
}
.test-sec .test_wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 700px;
}
.test_main-wrapper {
    overflow: auto;
    max-height: 570px;
    scrollbar-width: thin;
    max-width: 620px;
}
.test_main-outer .main_btn {
    margin-top: 30px;
    text-align: center;
}
.test-sec .test_wrapper .test_card {
    background: #E4E4EA;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.test-sec .test_wrapper .test_card .test_card_desc p {
    margin: 0px;
    display: --webkit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.testimonial_list__bottm .main_btn {
    margin: 0;
}
/* *********************** test *************************** */
@media(max-width:1250px) {
    /* home */
    .page-template-homepage-version .container {
        max-width: 100% !important;
    }
    /* home */
}
@media(max-width:1024px) {
    .map_section .map_wrapper {
        flex-direction: column;
    }
    .map_section .map_wrapper .intro {
        width: 100%;
        padding: 40px;
    }
    .map_section .map_row .map-wrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .map_section .map_row .map-wrapper .map-inner_info {
        padding: 20px;
    }
    .map_section .map_row .map-wrapper .map-inner_info .map-inner_logo {
        max-width: 150px;
        margin-bottom: 12px;
    }
    .logo_sec .owl-carousel .owl-nav {
        left: 0;
        width: 100%;
    }
    .home_second_sec .home-image-card {
        width: 48%;
    }
    .test-sec .test_row .test_inner {
        grid-template-columns: 1fr;
    }
    .test-sec .test_row .test_inner .test_video {
        margin-top: 0px !important;
    }
    .test_main-wrapper {
        overflow: unset;
        max-height: unset;
        scrollbar-width: thin;
        max-width: 612px;
    }
    .mission_statement_row {
        grid-template-columns: 1fr;
    }
     .map_section .map_wrapper .intro-content ul li {
        width: 50%;
    }
}
@media(max-width:768px) {
    .map_section .map_row .map-wrapper .map-inner {
        height: 300px;
    }
    .map_section .map_row .map-wrapper {
        flex-direction: column;
    }
    .home_second_sec .home-image-card {
        width: 100%;
    }
    .test-sec {
        padding: 60px 0px;
    }
    .mission_statement_sec {
        padding: 60px 0;
    }
    .mission_statement_row {
        grid-template-columns: 1fr;
    }
    .mission_statement_video img:nth-child(2) {
        position: absolute;
        width: 240px;
        height: 180px;
        bottom: -20px;
        right: -16px;
    }
    .map_wrapper_inner {
	grid-template-columns: 1fr;
}

}
@media(max-width:575px) {
    .map_section .map_row .map-wrapper .map-inner {
        height: 260px;
    }
    .map_section .map_wrapper .intro-content ul li {
        width: 100%;
    }
    .map_section .map_wrapper .intro {
        width: 100%;
        padding: 30px 24px;
    }
    .map_section .intro-title {
        font-size: 28px;
    }
    .map_section .map_row .map-wrapper .map-inner_info .map-inner_title {
        font-size: 24px;
    }
    .map_section {
        padding: 180px 0px 60px 0px;
    }
    .mission_statement_video {
        width: 100%;
        position: absolute;
        width: 210px;
        height: 130px;
        bottom: 12px;
        right: -16px;
        min-height: auto;
    }
    .mission_statement_video img {
        min-height: 160px;
    }
    .mission_statement_left .mission_statement_img img {
        aspect-ratio: unset;
    }
    .map_section .map_row .map-wrapper .map-inner_info .map-inner_title_desc {
        line-height: 1.4;
        font-size: 14px;
    }
}
/* *********************** map *********************** */