 @import url( "jquery-plugins-styles.css" );    

:root {
    --white-color: #ffffff;
    --blue-color: #1f3368;
    --yellow-color: #d7a728;
    --btn-yellow-color: #d7a727;
    --text-underline: #d7a727;
  
  }
  
  *{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }

  *:focus {
    outline: none;
    box-shadow: unset;
  }
  a,a:hover
  button , button:hover  {
  transition: all 0.5s ease;
  text-decoration: none;
	  color: var(--blue-color);
  }

body {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    color: var(--blue-color);
}

ul li::marker {
	color: #d7a727;
	list-style-type: disc;
}

main.site-main {
    overflow-x: clip;
}
h1,h2,h3,h4,h5,h6{font-family: "oswald",sans-serif;}
img{max-width: 100%;display: block; height: auto;}
.tk-pv { font-family: "proxima-nova",sans-serif; }
.tk-os { font-family: "oswald",sans-serif; }
.container{
    max-width: 1638px;
    margin: 0 auto;
    padding: 0 18px;
}
h2{font-size: 44px;text-transform: uppercase;line-height: 50px;}
h2 span{color: var(--yellow-color);}
@media screen and (max-width:1366px){
    h2{font-size: 38px;line-height: 48px;}
}
@media screen and (max-width:1199px){
    h2{ font-size: 30px;  line-height: 38px;}
}
@media screen and (max-width:991px){
    .container{
        max-width: 760px;
    } 
}
@media screen and (max-width:767px){
    .container{
        max-width: 576px;
    } 
}
a.site-yellow-btn, input#gform_submit_button_1 {
    font-weight: 700;
    display: inline-block;
    width: 243px;
    text-align: center;
    padding: 14px 20px;
    height: 60px;
    font-size: 19px;
    background: var(--btn-yellow-color);
    border: 4px solid var(--blue-color);
    color: var(--blue-color);
}
a.site-yellow-btn:hover, input#gform_submit_button_1 {
    background: var(--blue-color);
    color: var(--yellow-color);
}

ul.grid-25 li {
	padding: 0 0 5px 0;
    color: #0e3069;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    list-style-image: url(/wp-content/uploads/2025/01/ul_orb.png);
}



.grid-25 {
	padding: 0px 22px;
	column-count: 2;
	width: auto;
}

.terr-list {
	max-width: 400px;
}


.alignleft {
	float: left;
	padding-right: 20px;
}


/* Header css start */
header.site-header {
    padding: 5px 45px 20px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    /* background-color: #000; */
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigation-menu {
    display: flex;
    align-items: center;
}
.site-main-menu ul,.header-contact-details ul {
    display: flex;
    list-style: none;
}
.site-main-menu ul li a {
    font-size: 20px;
    font-family: "oswald",sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 22px;
    transition: all .5s ease;
}

.site-main-menu ul li:last-child a {  padding-right: 0 ;}
.site-main-menu ul li:first-child a {  padding-left: 0 ;}
.nav-contace-menu {
    margin-right: 53px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 25px;
}
.header-contact-details ul li a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 0px 15px;
    border-right: 1px solid #ffffff;
    line-height: 15px;
    transition: all .5s ease;
}

.header-contact-details ul li:last-child a {
    padding-right: 0px;
    border-right: 0px;
}
.search-menu {
    margin: 0 20px 0 0px;
    position: relative;
    cursor: pointer;
    width: 92px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
.search-menu form {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.search-menu form input {
    height: 46px;
    width: 320px;
    border-radius: 10px;
    border: 0;
    padding: 10px 15px;
    font-size: 16px;
}

section.block--center-text.nopadding {
	padding-top: 0;
}

section.block--image-and-text.contact-padding {
	padding-bottom: 0;
}

.search-menu form.search-form-open {
    visibility: visible;
    opacity: 1;
    transition: all .5s ease;
}
.search-menu.search-close img.search-img {
    display: none;
}
.search-menu img.close-search {
    width: 38px;
    height: 36px;
    object-fit: contain;
}
.search-menu.search-close img.close-search {
    display: block !important;
}
.search-menu img{transition: all .5s ease;}
.search-menu img:hover{filter: invert(50%) sepia(64%) saturate(488%) hue-rotate(6deg) brightness(115%) contrast(93%) !important;transition: all .5s ease;}

/* drop down menu */
ul.sub-menu li a {
    font-size: 17px;
    text-transform: capitalize;
    padding: 5px 0 !important;
    display: block;
    line-height: 22px;
}
ul.sub-menu {
    flex-direction: column;
    position: absolute;
    right: 0;
}
li.menu-item.menu-item-has-children {
    position: relative;
}
ul.sub-menu {
    flex-direction: column;
    position: absolute;
    right: 22px;
    width: 260px;
	background-color: rgb(0, 0, 0, 0.4);
	padding: 35px 10px 10px 10px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    transform: translateY(10px);
}
li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility:visible;
    transition: all .2s ease;
    transform: translateY(0px);
}
ul.sub-menu li {
    display: block;
    text-align: right;
}
ul.sub-menu:before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    background: url(../image/menu-line.png) no-repeat center / cover;
    top: 20px;
    right: 0;
}
ul.sub-menu:after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    background: url(../image/menu-line.png) no-repeat center / cover;
    bottom: -15px;
    right: 0;
}
.site-main-menu ul li a:hover,.header-contact-details ul li a:hover,.site-main-menu ul li.current_page_item a{
    transition: all .5s ease;
    color: var(--yellow-color);
}
@media screen and (max-width:1536px){
    .site-main-menu ul li a {
        font-size: 18px;
        padding: 0 18px;
    }
    .search-menu {margin: 0 0 0 20px;}
    .nav-contace-menu { margin-right: 20px;}
}
@media screen and (max-width:1280px){
    header.site-header { padding: 5px 20px 5px; }
    .nav-contace-menu { margin-right: 10px; }
    .site-main-menu ul li a {   font-size: 16px;  padding: 0 12px;}
    .site-logo img {width: 150px;}
    .header-contact-details ul li a {font-size: 14px;}
}
@media screen and (max-width:991px){
    .ham-menu-icon {
        display: block !important;
        margin-left: 20px;
        cursor: pointer;
    }
    .nav-contace-menu {
        position: fixed;
        right: 0;
        width: 300px;
        background: var(--yellow-color);
        height: 100vh;
        top: 0;
        margin-right: 0;
        transition: all .5s cubic-bezier(0.4, 0, 1, 1);
        justify-content: space-between;
        flex-direction: column-reverse;
        padding: 40px 20px;
        align-items: start;
        transform: translateX(100%);
        z-index: 9;
    }
    .site-main-menu ul, .header-contact-details:not(.footer) ul {
        flex-direction: column;
    }
    .header-contact-details:not(.footer) ul li a {
        border: 0;
        padding: 5px 0;
        display: inline-block;
    }
    .header-contact-details:not(.footer) {
        padding-top: 15px;
        border-top: 1px solid #e7c988;
    }
    .site-main-menu ul li a {
        padding: 10px 0 !important;
        display: block;
    }
    .site-main-menu {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        overflow-X: hidden;
        
    }
    .header-contact-details {
        width: 100%;
    }
    .close-menu {
        display: block !important;
        position: absolute;
        top: 12px;
        right: 12px;
        cursor: pointer;
    }
    .close-menu img {
        filter: invert(1);
    }
    .nav-contace-menu.menu-open {
        transform: translateX(0px);
        transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    }
    .site-logo img {
        width: 120px;
    }
    header.site-header {
        position: relative;
        background: var(--blue-color);
        padding: 10px 18px;
    }
    .search-menu {
		width: 60px;
		height: 50px;
	}
    .search-menu img.close-search,img.search-img {
        width: 30px;
        height: 28px;
        object-fit: contain;
    }
    ul.sub-menu {
        opacity: 1;
        visibility: visible;
        position: relative;
        padding-top: 10px;
        padding-bottom: 20px;
        right: unset;
        transform: unset !important;
        /* display: none; */
    }
    ul.sub-menu:before {
        top: 0px;
    }
    ul.sub-menu:after {
        bottom: 10px;
    }
    ul.sub-menu li {
        display: block;
        text-align: left;
    }
    .site-main-menu ul li a:hover, .header-contact-details ul li a:hover, .site-main-menu ul li.current_page_item a {
        transition: all .5s ease;
        color: var(--blue-color);
    }
    .site-main-menu ul li ul.sub-menu li a {
        padding: 5px 0 !important;
    }
    li.menu-item-has-children:before {
        content: '';
        width: 36px;
        height: 36px;
        position: absolute;
        background: url(../image/plus.png) no-repeat center / 16px;
        right: 0;
        top: 5px;
        cursor: pointer;
        transition: all .2s ease;
    }
    /* ul.sub-menu.drop-down-open{
        display: block;
    } */
    li.menu-item.menu-item-has-children.drop-down-icon:before {
        transform: rotate(230deg);
        transition: all .2s ease;
    }
    li.menu-item-has-children:hover ul.sub-menu {
        opacity: unset;
        visibility: unset;
        transition: unset;
        transform: translateY(0px);
    }
    .search-menu form {
		right: 70px;
	}
}
@media screen and (max-width:767px){
    .search-menu form {
        bottom: -60px;
        top: unset;
        transform: unset;
        right: 0px;
    }
    .search-menu form input {
        width: 280px;
    }
}
@media screen and (max-width:425px){
	.search-menu form { right: -40px;}
}

/* Header css end */

/* Footer css start */
footer.site-footer {
    padding: 30px 18px;
    text-align: center;
    background: url(../image/footer-bg.jpg) no-repeat center / cover;
}
ul.footer-menu li a{
    font-size: 17px;
    font-family: "oswald", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 15px;
    transition: all .5s ease;
}
ul.footer-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 32px 0;
}
.header-contact-details.footer ul {
    justify-content: center;
    margin-top: 24px;
}
.social-lists ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 25px;
}
.social-lists ul li{
    transition: all .5s ease;
}
.social-lists ul li:hover {
    transform: translateY(-3px);
    transition: all .5s ease;
}
.footer-logo img {
    margin: 0 auto;
}
.social-lists ul li {
    margin: 0 3px;
}
.social-lists ul li img{transition: all .5s ease;}
.social-lists li a:hover img {
    filter: invert(50%) sepia(64%) saturate(488%) hue-rotate(6deg) brightness(115%) contrast(93%);
    transition: all .5s ease;
}
.footer-copy-right {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-copy-right * {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 12px;
}
.bootom-right a {
    padding: 0 8px;
    transition: all .5s ease;
    border-right: 1px solid #fff;
}

.bootom-right a:last-child { padding-right: 0; border-right: 0px;}
ul.footer-menu li a:hover,.bootom-right a:hover {
    transition: all .5s ease;
    color: var(--yellow-color);
}
@media screen and (max-width:991px){
    ul.footer-menu li a {
        font-size: 15px;
        padding: 0 10px;
    }
}
@media screen and (max-width:767px){
    ul.footer-menu {
        max-width: 476px;
        margin: 28px auto;
        flex-wrap: wrap;
    }
    ul.footer-menu li a {
        font-size: 15px;
        padding: 5px 10px;
        display: inline-block;
    }
    .social-lists ul {
        flex-wrap: wrap;
    }
    .social-lists ul li {
        margin: 5px 3px;
    }
}
@media screen and (max-width:576px){
    .footer-copy-right {
        flex-direction: column;
        gap: 10px;
    }
    .header-contact-details.footer ul {
        flex-direction: column;
    }
    .header-contact-details.footer ul li a {
        border: 0px;
        margin: 10px 0;
        display: inline-block;
        padding: 0;
    }
    ul.footer-menu {
        flex-direction: column;
        margin: 20px auto;
    }
    ul.footer-menu li a {
        font-size: 15px;
        padding: 12px 10px;
        display: inline-block;
    }
}
/* Footer css  end*/

/* Hero banner css */
.hero-banner-inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section.block--hero-banner {
    position: relative;
    height: calc(100vh + 55px);
}
.hero-play-btn {
    position: absolute;
    top: 50%;
    cursor: pointer;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.block--hero-banner h1 {
    position: absolute;
    bottom: 130px;
    font-size: 72px;
    color: #fff;
    max-width: 900px;
    text-transform: uppercase;
    line-height: 70px;
    font-family: "oswald",sans-serif;
    letter-spacing: -0.5px;
}
section.block--hero-banner h1:before {
    content: '';
    background: url(../image/text-vector.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 16px;
    top: -27px;
}
section.block--hero-banner h1:after {
    content: '';
    background: url(../image/text-vector.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: -40px;
    left: 0;
}
.vimeo-video-popup {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 67%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    flex-direction: column;
}
.vimeo_video_inner iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.vimeo_video_inner {
    max-width: 1600px;
    width: 100%;
    height: calc(100% - 150px);
    scale: 0.8;
    padding: 0 18px;
    transition: all .5s ease;
}
.vimeo-video-popup.video-popup-open {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
}
.hero-banner-inner {
    height: 100%;
}
.vimeo-video-popup.video-popup-open .vimeo_video_inner{
    scale:1;
    transition: all .5s ease;
}
.popup-close img {
    filter: invert(1);
    width: 22px;
    cursor: pointer;
}
.popup-close {
    position: absolute;
    top: -30px;
    right: 0;
}
.hero-banner-inner iframe {
    width: 100%;
    height: 100%;
}
/* .with-bg-vimeo-banner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.with-bg-vimeo-banner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px;
} */
.hero-banner-inner.with-bg-vimeo-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.with-bg-vimeo-banner iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 0px;
    z-index: 1;
} 
/* .with-bg-vimeo-banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 5px);
    background-image: url('/wp-content/uploads/2024/08/banner-img-2.png');
    top: 2px;
    left: 0;
    background-size: cover;
} */
.vp-center {
    display: block;
}
section.block--hero-banner:has(.with-bg-vimeo-banner):before {
    content: '';
   /* background: rgba(0, 0, 0, 0.651); */
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.with-bg-vimeo-banner + .container h1,.with-bg-vimeo-banner + .container .hero-play-btn{z-index: 1;}
section.block--hero-banner:has(.with-bg-vimeo-banner) {
    position: relative;
    height: calc(100vh + 55px);
    overflow: hidden;
}
.with-bg-vimeo-banner + .container h1 {
    z-index: 1;
}
@media screen and (max-width:1440px){
    section.block--hero-banner,section.block--hero-banner:has(.with-bg-vimeo-banner) {
        position: relative;
        height: calc(100vh + 0px);
    }
    .popup-close {
        position: absolute;
        top: 60px;
        right: 30px;
    }
}
@media screen and (max-width:1366px){
    section.block--hero-banner h1 {
        font-size: 62px;
        bottom: 100px;
        max-width: 750px;
        line-height: 66px;
    }
   
    
}
@media screen and (max-width:1199px){
    section.block--hero-banner h1 {
        font-size: 48px;
        bottom: 100px;
        max-width: 600px;
        line-height: 52px;
    }
    section.block--hero-banner h1:after {
        bottom: -30px;
    }
    .vimeo_video_inner {
        height: calc(80% - 150px);
    }
}
@media screen and (max-width:991px){
    section.block--hero-banner {
        height: calc(100vh - 96px);
    }
    section.block--hero-banner h1 {
        font-size: 38px;
        bottom: 100px;
        max-width: 480px;
        line-height: 45px;
        padding-right: 10px;
    }
    .hero-play-btn {
        top: 40%;
        transform: translate(-50%, -70%);
    }
}
@media screen and (max-width:576px){
    section.block--hero-banner h1 {
        font-size: 34px;
        bottom: 80px;
        max-width: 410px;
        line-height: 43px;
    }
    section.block--hero-banner h1:before,section.block--hero-banner h1:after {
        width: calc(100% - 18px);
    }
}
@media screen and (max-width:359px){
    section.block--hero-banner h1 {
        font-size: 24px;
        line-height: 32px;
    }
    section.block--hero-banner h1:before,section.block--hero-banner h1:after {
        width: calc(100% - 18px);
    }
}


/* text/image css start */
.img-text-inner {
    display: flex;
    /* align-items: center; */
    gap: 60px;
}
.block__copy {
    margin-top: 42px;
    margin-bottom: 40px;
}
.img-text-inner .block__copy, .block_iyv {
    width: 100%;
}
section.block--image-and-text {
    padding: 50px 22px;
    background: url(../image/team-grid-bg.jpg) no-repeat center / cover; 
}

section.block--center-text{
    padding: 50px 22px;
    background: url(../image/team-grid-bg.jpg) no-repeat center / cover; 
}


section.block--territories{
    padding: 50px 22px;
    background: url(../image/team-grid-bg.jpg) no-repeat center / cover; 
}

.block--territories {
    padding: 50px 0;
    background-color: #f5f5f5;
}

.territories-wrapper {
    display: flex;
    gap: 20px;
}

.territories-list {
    width: 25%;
    list-style: none;
    padding: 0;
}

.territories-list li {
    margin-bottom: 10px;
}

.territories-list a {
    display: block;
    padding: 10px;
    background: #00416a;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
}

.territories-list a:hover {
    background: #002c4a;
}

.territories-map {
    width: 75%;
}

.territories-map img {
    max-width: 100%;
    height: auto;
}

.territories-details {
    margin-top: 40px;
}

.territory-section {
    margin-bottom: 30px;
}

.territory-section h4 {
    font-size: 24px;
    color: #333;
}

.territory-items {
    list-style: none;
    padding: 0;
}

.territory-items li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}



  /* map styles */
        .map_cont{ position: relative; z-index: 2; }
            .map{ height: 800px; margin: -500px 0 0 0; }
                .jvectormap-container{ }
                .jvectormap-container svg{
                    -webkit-transform: rotate( 20deg );  /* Chrome, Opera 15+, Safari 3.1+ */
                        -ms-transform: rotate( 20deg );  /* IE 9 */
                            transform: rotate( 20deg );  /* Firefox 16+, IE 10+, Opera */ }
                .jvectormap-container text{ font-size: 15px; }
                .jvectormap-zoomin, .jvectormap-zoomout{ display: none; }

        .map_items{ position: relative; z-index: 1000; margin: 0; padding: 0 0 0 0;
      }

            .map_item{ padding: 30px 0 25px 0;
                background: url( '../image/h_bg_long_tan_terr.png' ) left top no-repeat; 
				background-repeat: repeat-x;
}
            .map_item h4{ font-size: 41px; line-height: 45px; margin: 0 0 14px 0; }
            .map_item ul{  column-count: 4; margin-left: 22px; }
            .map_item ul li{ padding: 0 0 2px 0;
break-inside: avoid;
    -webkit-column-break-inside: avoid;}

.block--territories h1{
	font-size: 46px;
}

.non-alc-title, .alc-title {
	margin: 20px 0px;
}

.block--territories p {
	font-size: 20px;
	margin: 20px 0px;
}
.vector-list h3 {
	font-size: 22px;
	line-height: 1.5;
}

a.terr_btn:hover {
	color: #d7a728;
	text-decoration: underline;
}

ul.grid-20.tablet-grid-20.mobile-grid-100.vector-list {
	padding-left: 18px;
	width: 20%;
	z-index: 2;
	position: relative;
}

.block_iyv img, .block_iyv iframe {
    width: 100%;
}
.block__copy h2 {
    font-size: 44px;
    text-transform: uppercase;
    line-height: 52px;
    margin-bottom: 28px;
    font-weight: 700;
}
.block__copy h2 span{color: var(--yellow-color);}
.block__copy p {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 32px;
    max-width: 660px;
}
span.yellow-line {
    height: 4px;
    width: 69px;
    display: block;
    background: var(--btn-yellow-color);
    margin: 30px 0px;
}

.block_iyv iframe{height: 100%;}

.flex-d-rev .img-text-inner {
    flex-direction: row-reverse;
}
@media screen and (max-width:1366px){
    .block__copy h2 {
        font-size: 38px;
        line-height: 48px;
    }
}
@media screen and (max-width:1199px){
    .block__copy h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 26px;
    }
    .block__copy p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 28px;
    }
    section.block--image-and-text {
        padding: 80px 0;
    }
    span.yellow-line {
        margin: 22px 0;
    }
    .block__copy {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
}
@media screen and (max-width:991px){
    .img-text-inner{
        gap: 28px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .flex-d-rev .img-text-inner {
        flex-direction: column-reverse;
    }
    a.site-yellow-btn {
        width: 200px;
        padding: 8px 20px;
        height: 50px;
        font-size: 18px;
    }
    .block_iyv iframe{height: 410px;}
}
@media screen and (max-width:767px){
    section.block--image-and-text {
        padding: 60px 0;
    }
    .block_iyv iframe{height: 310px;}
}
@media screen and (max-width:576px){
    .block_iyv iframe{height: 200px;}
}


/* images grid section */
.images-grid-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}
.block-img-grid-item:first-child {
    grid-column: 1/3;
}
.block-img-grid-item {
    position: relative;
    height: 560px;
}
.grid-img{
    height: 100%;
}
.grid-img img {
    height: 100%;
    width: 100%;
    opacity: 55%;
    object-fit: cover;
}
.block-img-grid-item:first-child .grid-img img {
    object-position: center -90px;
}
.grid__copy {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 585px;
    max-width: 100%;
}
.block-img-grid-item:first-child .grid__copy{
    transform: translate(-50%, -44%);
}
.grid-img {
    background: #000000;
}
.block-img-grid-item .grid-img a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
}
h2.explore-title {
    position: relative;
    font-size: 44px;
    text-transform: uppercase;
    color: #fff;
    line-height: 44px;
    margin: 20px 0;
    letter-spacing: -1px;
}
h2.explore-title:before {
    content: '';
    background: url(../image/ex-line-vec.png) no-repeat left / contain;
    position: absolute;
    width: 100%;
    height: 12px;
    top: -27px;
    left: 0;
}
h2.explore-title:after {
    content: '';
    background: url(../image/ex-line-vec.png) no-repeat left / contain;
    position: absolute;
    width: 100%;
    height: 12px;
    bottom: -27px;
    left: 0;
}
.grid__copy a {
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    margin-top: 75px;
    display: block;
    margin-top: 30px;
    display: inline-flex;
    border: 4px solid var(--btn-yellow-color);
	justify-content:center;
    padding: 19px 49px;
	min-width:252px;
}
/* .block-img-grid-item:hover .grid__copy a{color: var(--yellow-color);} */
.block-img-grid-item:hover .grid__copy a{
	background: var(--btn-yellow-color);
    
    color: var(--blue-color);
}
@media screen and (max-width:1366px){
    h2.explore-title { font-size: 38px;line-height: 44px;}
    .grid__copy {width: 500px; }
    .block-img-grid-item { height: 450px; }
    .block-img-grid-item:first-child .grid-img img {object-position: center; }
}
@media screen and (max-width:1199px){
    h2.explore-title { font-size: 30px; line-height: 38px; }
    .grid__copy { width: 400px; }
    .grid__copy a {
        font-size: 18px;
        margin-top: 55px;
    }
}
@media screen and (max-width:991px){
    h2.explore-title {
        font-size: 24px;
        margin: 10px 0;
        line-height: 28px;
    }
    h2.explore-title:before { top: -20px; }
    h2.explore-title:after { bottom: -20px; }
    .grid__copy { width: 310px; }
    .grid__copy a {font-size: 18px;margin-top: 35px;}
    .block-img-grid-item {height: 300px;}
}
@media screen and (max-width:640px){
    .block-img-grid-item:first-child {grid-column: 1/1;}
    .images-grid-inner {grid-template-columns: 1fr;}
    .block-img-grid-item:first-child .grid__copy { transform: translate(-50%, -50%);}
    
}
@media screen and (max-width:359px){
    .grid__copy { width: 280px; }
    h2.explore-title {  font-size: 22px;}
}

/* bleed image/text css start */
.bleed-blue-bg {
    display: flex;
    align-items: center;
    gap: 70px;
}
.bleed__img img {width: 100%;}
.bleed__img{ width: 50%;}
.bleed__content { width: 48.5%;}
.bleed-blue-bg {
    padding: 100px 0;
    background: url(../image/blue-bleed-bg.jpg) no-repeat center right / contain;
}
section.block--bleed-image-text {
    padding: 130px 0 145px;
    background: url(../image/bleed-bg-y.png) no-repeat center / cover;
}
.bleed__content h2 { color: #fff;}
.bleed__content p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 32px;
    line-height: 27px;
}
.bleed__content * {max-width: 65%;}
.bleed--block-inner a.site-yellow-btn:hover {
    background: #fff;
    color: var(--blue-color);
}
.image-align-right .bleed-blue-bg {
    flex-direction: row-reverse;
}
.image-align-right .bleed__content * {
    max-width: 100%;
}
.image-align-right .bleed-blue-bg {
    flex-direction: row-reverse;
    background-position: center left;
}
.image-align-right .bleed__content {
    max-width: 636px;
    padding-left: 50px;
}
.block--bleed-image-text a.site-yellow-btn {
    background: transparent;
    border-color: var(--btn-yellow-color);
    color: var(--white-color);
}
.block--bleed-image-text a.site-yellow-btn:hover {
    background: var(--btn-yellow-color);
    border-color: var(--btn-yellow-color);
    color: var(--blue-color);
}
@media screen and (max-width:1850px){
    .bleed__content * { max-width: 75%;}
    .image-align-right .bleed__content * { max-width: 100%;}
}
@media screen and (max-width:1600px){
    .bleed__content * { max-width: 90%;}
}
@media screen and (max-width:1199px){
    section.block--bleed-image-text {padding: 90px 0 90px;}
    .bleed-blue-bg { padding: 70px 0; gap: 40px;}
    .bleed__content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 28px;
    }
}
@media screen and (max-width:991px){
    .bleed-blue-bg {
        flex-direction: column;
        padding: 0 40px 40px;
        background-size: 150%;
        background-position: center bottom;
    }
    .bleed__img {
        width: 100%;
    }
    .bleed__content {
        width: 100%;
    }
    .bleed--block-inner {
        max-width: 720px;
        margin: 0 auto;
    }
    .image-align-right .bleed-blue-bg {
        flex-direction: column;
        background-position: center bottom;
    }
    .image-align-right .bleed__content {
        max-width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width:767px){
    .bleed--block-inner {
        max-width: 576px;
        margin: 0 auto;
    }
    section.block--bleed-image-text {
        padding: 140px 18px 60px;
    }
    .bleed-blue-bg {
        padding: 30px 20px 30px;
        background-size: cover;
    }
    .bleed__img {
        margin-top: -100px;
    }
}
/* bleed image/text css start */

/* Sub Page banner with img css start */

.subhero-banner-inner {
  position: relative;
  height: 822px;
  overflow: hidden;
}

.subhero-banner-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gradient-overlay-top,
.gradient-overlay-bottom {
  position: relative;
}
.gradient-overlay-top::before {
  content: "";
  display: block;
  width: 100%;
  height: 342px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  z-index: 1;
}

.gradient-overlay-bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 346px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.block--subphero-banner h1 {
  position: absolute;
  text-align: center;
  top: 50%;
  font-size: 72px;
  color: var(--white-color);
  max-width: 1006px;
  text-transform: uppercase;
  line-height: 70px;
  font-family: "oswald", sans-serif;
  letter-spacing: -0.5px;
  width: 100%;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translateY(-10px);
}

.block--subphero-banner h1::before {
  content: "";
  background: url(../image/subpage--title-vector.png) top center no-repeat;
  position: absolute;
  width: 100%;
  height: 16px;
  top: -30px;
  left: 0;
  right: 0;
}

.block--subphero-banner h1::after {
  content: "";
  background: url(../image/subpage--title-vector.png) top center no-repeat;
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: -38px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1366px) {
  .block--subphero-banner h1 {
    max-width: 85%;
    font-size: 62px;
    line-height: 66px;
  }
}
@media screen and (max-width: 1199px) {
  .block--subphero-banner h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .subhero-banner-inner {
    height: 700px;
  }
}
@media screen and (max-width: 991px) {
  .block--subphero-banner h1 {
    font-size: 38px;
    line-height: 45px;
    top: 40%;
    transform: translateY(0px);
  }
  .subhero-banner-inner {
    height: 450px;
  }
  .gradient-overlay-top::before,
  .gradient-overlay-bottom::before {
    height: 100px;
    opacity: 0.5;
  }
  .block--subphero-banner h1::before {
    top: -25px;
  }
  .block--subphero-banner h1::after {
    bottom: -28px;
  }
}
@media screen and (max-width: 576px) {
  .block--subphero-banner h1 {
    font-size: 34px;
    max-width: 100%;
    line-height: 43px;
  }
  .subhero-banner-inner {
    height: 350px;
  }
  .block--subphero-banner h1:before,
  .block--subphero-banner h1:after {
    width: calc(100% - 18px);
    margin: 0 auto;
  }
}

/* Sub Page banner with img css end */

/* Sub Page Container 1600px with Background css start */

.site-inner {
  background: url(../image/career--bg-pattern.jpg) top center no-repeat;
  background-size: cover;
  padding-top: 65px;
}
.site-inner .max-1600 {
  max-width: 1600px;
  background: url(../image/career--inner-bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 0;
}
.site-inner .container-inner {
  padding: 54px 50px 54px 50px;
}
@media screen and (max-width:767px) {
  .site-inner .container-inner {
    padding: 54px 20px 54px 20px;
  } 
}
/* Sub Page Container 1600px with Background css end */

/* Text and Image Block css start */

.block--text-image .block__copy {
  margin-top: 25px;
  margin-bottom: 0;
}

.block--text-image .block__copy h2 {
  padding-right: 20px;
  letter-spacing: -0.3px;
}

.block--text-image span.yellow-line {
  margin: 18px 0;
}

.block--text-image .block__copy p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  max-width: 100%;
  margin-bottom: 24px;
}

.block--text-image .block__copy p strong {
  color: var(--btn-yellow-color);
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  max-width: 100%;
  text-transform: uppercase;
  display: block;
}

.block--text-image a.site-yellow-btn {
  width: auto;
  padding: 16px 37px;
  color: #354777;
  background: transparent;
  height: auto;
}

.block--text-image a.site-yellow-btn:hover {
  width: auto;
  padding: 16px 37px;
  color: var(--btn-yellow-color);
  background: var(--blue-color);
  height: auto;
}

/* Text and Image Block css end */

/* Six Box Block css start */

.block--six-box {
  margin-top: 108px;
}

.block--six-box h2 {
  text-align: center;
  letter-spacing: -0.4px;
}

.six-box-main {
  display: flex;
  column-gap: 1.5%;
  row-gap: 25px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.six-box-item {
  background: var(--white-color);
  width: 32.3%;
  display: flex;
  padding: 35px 30px 30px 32px;
  column-gap: 18px;
  min-height: 268px;
}

.six-box-item .box-text p,
.six-box-item .box-text li {
  font-size: 22px;
  line-height: 28px;
}

.six-box-item .box-text h3 {
  font-family: "proxima-nova", sans-serif;
  color: var(--btn-yellow-color);
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
}

.six-box-item .box-icon {
  min-width: 70px;
}

.six-box-item .box-text ul {
  margin-left: 25px;
}

.six-box-text {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 35px;
}

.six-box-text p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.six-box-text strong {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

@media (max-width:1024px) {
  .six-box-item {
      padding: 25px 20px 20px 22px;
  }
  .six-box-item .box-text p,
  .six-box-item .box-text li {
    font-size: 18px;
    line-height: 27px;
  }
  .six-box-item .box-text h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .six-box-item .box-icon {
    min-width: 60px;
  }
}
@media (max-width:991px) {
  .six-box-item {
    width: 49.1%;
  }
}
@media (max-width:767px) {
  .six-box-item {
    width: 100%;
  }
  .six-box-item{
    min-height: auto;
  }
}
@media (max-width:575px) {
  .six-box-item{
    flex-direction: column;
    gap: 20px;
  }
}
/* Six Box Block css end */

/* Image Grid block css start */

.block--img-grid {
  margin-top: 95px;
}
.block--img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-wrapper{
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.block--img-grid .box:first-child {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.block--img-grid .box:nth-child(2){
  grid-column: 3 / 5;
  grid-row: 1;
}
.block--img-grid .box:last-child{
  grid-column: 4 / 6;
}
@media screen and (max-width:991px){
  .box-wrapper {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .block--img-grid .box:first-child {
    grid-column: 1 / 4;
    grid-row: 1 / 3;
  }
  .block--img-grid .box:nth-child(2) {
    grid-column: 1 / 3;
    grid-row: unset;  
  }
  .block--img-grid .box:last-child {
    grid-column: 2 / 4;
  }

}
/* Image Grid block css end */

/* Blue CTA block css start */

.block--blue-cta {
    margin-top: 54px;
    background: url(../image/cta-bg.jpg) top center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    padding: 90px 30px 75px 30px;
}
.block--blue-cta h2 {
    color: #fff;
    line-height: 52px;
    letter-spacing: -0.1px;
    margin-bottom: 15px;
}
.block--blue-cta p {
    color: #fff;
    font-size: 20px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    width: 100%;
    line-height: 30px;
    font-weight: 600;
}
.block--blue-cta p a{ color: var(--yellow-color);}
.block--blue-cta .blue-cta {
    margin-top: 43px;
    display: flex;
    column-gap: 10px;
}
.block--blue-cta .site-yellow-btn{
    width: auto;
    /* height: 67px; */
    /* padding: 14px 35px 14px 35px; */
    min-width: 252px;
    border-color: var(--yellow-color);    
    padding: 20px 35px 18px 35px;
    height: auto;
}
.block--blue-cta .site-yellow-btn:hover{
    background: var(--white-color);    
    color: var(--blue-color);
    border-color: transparent;
}
.block--blue-cta .site-yellow-btn.white-border{
    width: auto;
    height: 67px;
    padding: 14px 35px 14px 35px;
    min-width: 252px;
    background: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
	    line-height: 30px;
}
.block--blue-cta .site-yellow-btn.white-border:hover{
    background: var(--white-color);   
    color: var(--blue-color);     
}
@media screen and (max-width:767px) {
  .block--blue-cta .blue-cta{
    flex-direction: column;
    column-gap: 10px;
  }
  .block--blue-cta .site-yellow-btn{
    margin-bottom: 10px;
  }
  .block--blue-cta h2 {
    line-height: 39px;
  }
  .block--six-box {
    margin-top: 50px;
  }
}
/* Blue CTA block css end */

/* Team archive page */
.with-sidebar-template {
    padding: 67px 0 55px;
    background: url(../image/sidebar-temp-bg.jpg) no-repeat center / cover #a7a2a2;
    background-blend-mode: overlay;
}
.with-sidebar-inner {
    display: grid;
    grid-template-columns: 75.15% auto;
    gap: 23px;
}
.team-archive-grids {
    padding: 50px 40px;
    background: url(../image/team-grid-bg.jpg) no-repeat center / cover;
}
.team-grid-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}
.team-popup-details {
    display: none;
}
.team-item img {
    height: 430px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
section.model__popup-team-details {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9;
    top: 0;
    left: 0;
    background: url(../image/popup-bg.jpg) no-repeat center / cover;
}
a.member-link:empty {
    display: none;
}
.model__popup-team-details{display: none;}
.team-item {
    position: relative;
}
.team-details {
    position: absolute;
    bottom: 30px;
    left: 25px;
}
.team-details {
    position: absolute;
    bottom: 30px;
    left: 25px;
    z-index: 3;
}
h3.t-name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 26px;
}
p.t-position {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    line-height: 17px;
    margin-top: 5px;
}
.team-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--blue-color);
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .4s ease;
}
.team-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #1f3368 20%, transparent 50%);
    top: 0;
    left: 0;
    opacity: 0.9;
    transition: all .2s ease;
    background-image: linear-gradient(to top, #1f3368, #5b608ce6, #9291b100, #c8c6d700, #ffffff00);
}
.team-item:hover:before, .team-item:has(a.member-link:hover):before{opacity: 0.8;transition: all .4s ease;}
.team-item:hover:after, .team-item:has(a.member-link:hover):after{opacity: 0;transition: all .2s ease;}
.team-item a.member-link:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    left: 0;
    top: 0;
    z-index: 1;
}
.popup_close {
    position: absolute;
}
.modep__popup-inner {
    display: flex;
    padding: 60px 50px;
    background: orange;
    height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    background: url(../image/team-grid-bg.jpg) no-repeat center / cover;
}
.model_popup-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.popup_close {
    cursor: pointer;
    position: absolute;
    right: 34px;
    top: 40px;
    z-index: 2;
}
.popup_left {
    margin-right: 70px;
    flex: 0 0 351px;
    max-width: 351px;
}
.team__popup-img img {
    height: 420px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
ul.popup_social-link {
    display: flex;
    align-items: center;
    list-style: none;
    margin-top: 10px;
    padding: 0;
}
ul.popup_social-link li:not(:last-child) {
    margin-right: 5px;
}
p.popup_team-position {
    font-size: 44px;
    font-weight: 700;
    color: var(--yellow-color);
    line-height: 40px;
    font-family: "oswald", sans-serif;
}

.aligncenter {
	margin: 0 auto;
}

.blue-line {
    width: 70px;
    height: 4px;
    background: var(--blue-color);
    margin: 35px 0;
}
a.popup-phone {
    font-size: 20px;
    font-weight: 700;
    color: var(--blue-color);
    display: block;
    line-height: 26px;
}
a.popup-email {
    font-size: 20px;
    font-weight: 700;
    color: var(--yellow-color);
    display: block;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.popup_team-desc {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 40px;
}

.popup_team-desc p {
	margin-bottom: 1.2em;
}

.popup_right h3 {
    font-size: 20px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 20px;
}
.popup_exp {
    font-size: 17px;
    color: #000;
    padding-bottom: 40px;
}
.all-news-wrap .parent-page{padding-top: 0px  !important;border-top: 0px !important;}
ul.popup_social-link li img {
    filter: invert(91%) sepia(30%) saturate(6155%) hue-rotate(211deg) brightness(129%) contrast(95%);
}
ul.popup_social-link li a:hover img {
    filter: invert(47%) sepia(64%) saturate(488%) hue-rotate(6deg) brightness(115%) contrast(93%);
    /* transition: all .5s ease; */
}
.team-archive-grids > p {
    font-size: 20px;
    font-weight: 700;
    max-width: 842px;
    color: var(--blue-color);
    line-height: 26px;
}
.cpt-pagination {
    margin-top: 37px;
}
.cpt-pagination ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
}
.cpt-pagination ul li a {
    width: 47px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--blue-color);
    margin: 0 2.5px;
    font-size: 14px;
    font-weight: 700;
    color: var(--blue-color);
}
.cpt-pagination ul li a:hover , .cpt-pagination ul li a.current{background-color: var(--blue-color);color: var(--white-color);}
li.pagination-item img {
    width: 24px;
    filter: invert(40%) sepia(31%) saturate(3306%) hue-rotate(206deg) brightness(26%) contrast(88%);
}
.cpt-pagination ul li a:hover img {
    filter: unset;
}
@media screen and (min-width:1800px){
    .popup_team-desc {
        padding-right: 200px;
    }
}

@media screen and (max-width:1365px){
    .team-item img {
        height: 380px;
    }  
    p.popup_team-position {
        font-size: 38px;
        line-height: 48px;
    } 
}
@media screen and (max-width:1199px){
    .team-item img {
        height: 300px;
    }
    .team-archive-grids > p {
        font-size: 16px;
        line-height: 24px;
    }
    .team-archive-grids {
        padding: 40px 30px;
    }
    .with-sidebar-inner {
        gap: 16px;
    }
    p.popup_team-position {
        font-size: 30px;
        line-height: 38px;
    }
    .modep__popup-inner {
        padding: 40px 30px;
        height: 85vh;
    }
    .popup_left {
        flex: 0 0 300px;
        max-width: 300px;
        margin-right: 40px;
    }
    .popup_close img {
        width: 36px;
    }
    .popup_close {
        right: 20px;
        top: 20px;
    }
    .popup_team-desc {
        font-size: 16px;
        padding-bottom: 30px;
    }
    .team__popup-img img {
        height: 360px;
    }
}
@media screen and (max-width:991px){
    .with-sidebar-inner {
        grid-template-columns: 100%;
        gap: 30px;
    }
    .team-grid-inner {
        grid-template-columns: 1fr 1fr;
    }
    .team-item img {
        height: 400px;
    }
    .blue-line {
        margin: 22px 0;
    }
    a.popup-phone {
        font-size: 18px;
        line-height: 22px;
    }
    a.popup-email {
        font-size: 18px;
        line-height: 26px;
    }
}
@media screen and (max-width:767px){
    .team-item img {  height: 320px; }
    .modep__popup-inner {
        flex-direction: column;
        padding-top: 50px;
    }  
    .popup_left {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .team__popup-img img {
        height: 390px;
    }
    .popup_exp {
        font-size: 16px;
        color: #000;
        padding-bottom: 10px;
    }
    .popup_close {
        right: 6px;
        top: 6px;
    }
    .popup_close img {
        width: 30px;
    }
}
@media screen and (max-width:576px){
    .team-item img {
        height: 280px;
    }
    .team-archive-grids {
        padding: 30px 20px;
    }
    .team-grid-inner {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 30px;
    }
    .team-item img {
        height: 450px;
    }
}
@media screen and (max-width:430px){
    .team-item img,.team__popup-img img {
        height: 400px;
    }
    .modep__popup-inner {
        padding: 50px 20px 30px;
        height: 85vh;
    }
}
@media screen and (max-width:360px){
    .team-item img,.team__popup-img img {
        height: 350px;
    }
}

/* Products slider css */
.products-row {
    display: flex;
    align-items: stretch;
    height: 535px;
}
.products-banner {
    flex: 0 0 59.642%;
    max-width: 59.642%;
    align-content: center;
}
.product-slider_copy {
    flex: 0 0 40.358%;
    max-width: 40.358%;
    align-content: center;
}
.product-slider_copy {
    flex: 0 0 40.358%;
    max-width: 40.358%;
    align-content: center;
    padding: 20px 70px 20px 64px;
    background: url(../image/product-blue-bg.jpg) no-repeat center / cover;
}
.product-slider_copy .title {
    position: relative;
    line-height: 52px;
    color: #fff;
    display: inline-block;
}
.product-slider_copy h2.sub-title {
    margin-top: 26px;
    color: var(--yellow-color);
}
.product-slider_copy .title::after {
    content: '';
    background: url(../image/slide-text-bg.png) repeat-x;
    position: absolute;
    width: 100%;
    height: 12px;
    bottom: -15px;
    left: 0;
}
.product-slider_copy .title::before {
    content: '';
    background: url(../image/slide-text-bg.png) repeat-x;
    position: absolute;
    width: 100%;
    height: 12px;
    top: -15px;
}
.product-slider_copy p {
    font-size: 20px;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 20px;
    max-width: 470px;
}
.products-slide.slick-slide {
    height: unset !important;
}   
section.full-width-heading.center h2 {
    
    text-align: center;
    max-width: 1140px;
    margin: 0 auto;
}
section.full-width-heading{
    padding: 70px 0;
    background: url(../image/heading-bg-w.jpg) no-repeat center / cover;
}
.product-slider_copy a:hover {
    background: var(--white-color);
    color: var(--blue-color);
}
.products-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.products-carousel button.slick-next.slick-arrow {
    right: 64px;
    width: 61px;
    height: 61px;
}
.products-carousel button.slick-next.slick-arrow:before {
    content: '';
    opacity: 1;
    z-index: 1;
    background: url(../image/next-icon.png) no-repeat center /cover;
    width: 61px;
    height: 61px;
    display: block;
}
.products-carousel button.slick-prev.slick-arrow {
    left: 70px;
    z-index: 1;
    width: 61px;
    height: 61px;
}
.products-carousel button.slick-prev.slick-arrow:before{
    content: '';
    background: url(../image/prev-icon.png) no-repeat center / cover;
    width: 61px;
    height: 61px;
    display: block;
    opacity: 1;
}
.products-carousel .slick-dots li button:before{
    font-size: 20px;
    transition: all .5s ease;
    color: var(--blue-color);
}
.products-carousel .slick-dots li.slick-active button:before{
    font-size: 20px;
    opacity: 1;
    transition: all .5s ease;
    color: var(--blue-color);
}
section.block--products-full-slider {
    padding-bottom: 120px;
    background: url(../image/superior-bg-min.png) no-repeat center / cover;
}
.products-carousel ul.slick-dots {
    bottom: -50px;
}

@media screen and (max-width:1536px){
    .products-row {
        display: flex;
        align-items: stretch;
        height: 450px;
    }
    .products-carousel button.slick-prev.slick-arrow {
        left: 20px;
        z-index: 1;
        width: 40px;
        height: 40px;
    }
    .products-carousel button.slick-next.slick-arrow {
        right: 20px;
        width: 40px;
        height: 40px;
    }
    .product-slider_copy {
        padding: 20px 40px 20px 40px;
    }
    .products-carousel button.slick-next.slick-arrow:before,.products-carousel button.slick-prev.slick-arrow:before{width: 40px;height: 40px;}
}
@media screen and (max-width:1365px){
    .products-row {
        height: 440px;
    }
    
}
@media screen and (max-width:1199px){
    .products-banner {
        flex: 0 0 56%;
        max-width: 56%;
        align-content: center;
    }
    .product-slider_copy {
        flex: 0 0 44%;
        max-width: 44%;
    }
    .product-slider_copy p {
        font-size: 16px;
    }
}
@media screen and (max-width:991px){
    .products-row {
        flex-direction: column;
        height: auto;
    }
    .products-banner,.product-slider_copy {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-slider_copy {
        padding: 60px 20px 40px;
    }
    .products-carousel button.slick-next.slick-arrow:before,.products-carousel button.slick-prev.slick-arrow:before{display: none;}
    .product-slider_copy p {
        max-width: 100%;
    }
    section.block--products-full-slider {
        padding-bottom: 80px;
    }
}

/* product slider css end */



/* Three image grid section */
.three-img-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    
}
.three-img_img {
    background-color: #000;
    position: relative;
}
.three-img_img:before {
    content: '';
    background: url(../image/bg-black.png) no-repeat center / cover;
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: red; */
    z-index: 1;
}

.three-img-item img {
    width: 100%;
    object-fit: cover;
    opacity: 0.9;
}
.three-img-item {
    position: relative;
    max-height: 370px;
    animation-delay: var(--animate-delay);
}
.three-img_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.three-img_title a {
    color: #fff;
}
.three-img_title a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
}
.three-img_title h2 {
    position: relative;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-image: url(../image/t-img-line.png) 30 stretch;
    max-width: 296px;
    width: 396px;
    text-align: center;
    padding: 10px 0;
}
.three-img-item:nth-child(2) .three-img_title h2:before {
    content: '';
    content: "";
    position: absolute;
    top: -75px;
    right: 50px;
    height: 68px;
    width: 72px;
    background: url(../image/pattern-icon.png) left top / contain no-repeat;
    z-index: 1;
}
.three-img-grid .three-img-item{
    border-bottom: 1px solid var(--white-color);
}
.three-img-grid .three-img-item:first-child {
    border-right: 1px solid var(--white-color);
}
.three-img-grid .three-img-item:last-child {
    border-left: 1px solid var(--white-color);
}
@media screen and (max-width:1365px){
    .three-img-item img,.three-img_img {
        height: 100%;
    }
    .three-img-item {
        height: 300px;
        max-height: unset;
    }
}
@media screen and (max-width:991px){
    .three-img_title h2 {
        max-width: 100%;
        width: 220px;
    }
    .three-img-item {
        height: 260px;
        max-height: unset;
    }
    .three-img-item:nth-child(2) .three-img_title h2:before {
        top: -48px;
        right: 50px;
        height: 38px;
        width: 42px;
    }
}
@media screen and (max-width:767px){
    .three-img-grid {
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
    .three-img-item {
        height: 300px;
    }
    .three-img-grid .three-img-item:first-child {
        border-right: 0px;
    }
    .three-img-grid .three-img-item:last-child {
        border-left: 1px;
        border-bottom: 0px;
    }
    .three-img-grid .three-img-item {
        border-bottom: 2px solid var(--white-color);
    }
}
@media screen and (max-width:360px){
    .three-img-item {
        height: 250px;
    }
}

/* Three grid img css end */

/* News css start */
body.news header.site-header,body.archive header.site-header, body.wp-singular.tribe_events-template-default header.site-header{
  background: url(../image/news/black-header-bg.jpg);
}

body.news,body.archive {
  padding-top: 170px;
}

body.archive.tax-product-sections {
	padding-top: 0px;
}

@media screen and (max-width:1280px){
  body.news,body.archive {
      padding-top: 103px;
  }
}


.grid-container {
	display: grid;
	grid-template-columns: auto auto;
    justify-content: space-evenly;
    justify-items: center;
	text-align: center;
	row-gap: 20px;
}


.grid-container h2 {
	margin-bottom: 10px;
}


/* News sidebar style start */
.news-content-wrap{
  padding: 60px 0px;
  background: url(../image/news/news-bg.jpg) left top / cover no-repeat;
}
.all-news-wrap {
  padding: 37px 30px;
}
.all-news-wrap ul {
  list-style-type: none;
}
.news-row {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  justify-content: space-between;
}
.all-news-wrap ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.all-news-wrap ul li{
  position: relative;
  width: 100%;
}
.all-news-wrap ul li:first-child>a{
  border-top: 1px solid var(--white-color);
}
.all-news-wrap ul li a {
  position: relative;
  padding: 15px 0px;
  font-size: 20px;
  font-weight: bold;
  color: var(--white-color);
  border-bottom: 1px solid var(--white-color);
  display: flex;
}
.all-news-wrap ul li a:hover,
.all-news-wrap ul li a.link.active{
  color: var(--btn-yellow-color);
}
.all-news-wrap ul li a.link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 18px;
  width: 12px;
  background: url(../image/news/right-arrow-icon.png) left top / cover no-repeat;
  z-index: 1;
}
.all-news-wrap ul li a.link:hover::before {
  opacity: 0.8;
}
.bottom-img-wrap {
  padding-top: 38px;
  display: flex;
  justify-content: center;
}


/* News sidebar style End */

.sidebar-items {
  position: relative;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 35px;
  background-size: cover;
}
.whats-new-section a {
  position: relative;
  z-index: 1;
  padding: 4px 0px;
  font-family: "oswald", sans-serif;
  font-size: 44px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--white-color);
  max-width: 300px;
  display: flex;
  justify-content: center;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-image: url(../image/news/common-pattern.png) 30 stretch;
}
.whats-new-section .whats-bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.sidebar-items.pattern-added::before {
  content: "";
  position: absolute;
  top: -17px;
  right: 80px;
  height: 68px;
  width: 72px;
  background: url('../image/news/pattern-icon.png') left top / contain no-repeat;
  z-index: 1;
}
.whats-new-section.sidebar-items:hover a{
  color: var(--yellow-color);
}
.whats-new-section .no-anchor {
    position: relative;
    z-index: 1;
    padding: 4px 0px;
    font-family: "oswald", sans-serif;
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--white-color);
    /* max-width: 300px; */
    display: flex;
    justify-content: center;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-image: url(../image/news/common-pattern.png) 30 stretch;
}
/* upcommig event style start */
.upcomming-events-wrap{
  padding: 35px 30px  ;
  background: url('../image/news/event-bg.jpg') left top / cover no-repeat;
}
.upcomming-events-wrap div:last-child{
  margin-bottom: 0px;
}
.upcomming-events-wrap ul {
  margin-bottom: 50px;
  list-style-type: none;
}
.upcomming-events-wrap h3 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 12px;
  font-family: "oswald", sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--white-color);
}
.upcomming-events-wrap h3::after {
  content: "";
  position: absolute;
  background: url(../image/news/up-comming-pattern.png) bottom left / contain no-repeat;
  height: 100%;
  width: 100%;
  left: 0px;
  bottom: 0px;
}
.upcomming-events-wrap li{
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.upcomming-events-wrap li .date {
  font-size: 22px;
  line-height: 1.1;
  font-weight: bold;
  color: var(--yellow-color);
}   
.upcomming-events-wrap li a{
  font-size: 18px;
  color: var(--white-color);
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
}
.upcomming-events-wrap li a:hover,
.upcomming-events-wrap li a:focus{
  color: var(--yellow-color);
}
.view-more-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-more-wrap a{
  background: url(../image/news/view-all-circle.png) center center / cover no-repeat;
  background-size: 100%;
  height: 121px;
  width: 121px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 900;
  color: var(--btn-yellow-color);
  text-transform: uppercase;
}
.view-more-wrap a:hover,
.view-more-wrap a:focus{
  color: var(--white-color);
}
.view-more-wrap{
  background: url(../image/news/read-more-pattern.png) center center / contain no-repeat;
}
@media screen and (max-width:575px){
  .whats-new-section a,
  .whats-new-section .no-anchor{
      max-width: 100%;  
      font-size: 34px;    
  }   
}

.upcomming-events-wrap h3::after{
  height: 10px !important;
  background-repeat: repeat-x  !important;
}
.view-more-wrap a:after {
  content: '';
  background: #0a2f63;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.view-more-wrap a {
  position: relative;
  z-index: 5;
}
@media screen and (max-width:1600px){
  .sidebar-items {
      margin-bottom: 20px;
      padding: 42px 35px;
  }
  .whats-new-section .no-anchor,
  .whats-new-section a {
      font-size: 32px;
  }
  .upcomming-events-wrap h3 {
      font-size: 30px;
      text-align: center;
  }
}
@media screen and (max-width:1365px){
  .upcomming-events-wrap h3 {
      font-size: 26px;
      text-align: center;
      margin-bottom: 20px;
  }
  .upcomming-events-wrap li .date {
      font-size: 18px;
  }
  .sidebar-items {
      margin-bottom: 20px;
      padding: 32px 25px;
  }
  
  
}
@media screen and (max-width:1199px){
  
  .all-news-wrap ul li a {
      padding: 12px 0px;
      font-size: 16px;
  }
  .bottom-img-wrap img {
      width: 150px;
  }
  .upcomming-events-wrap h3 {
      font-size: 24px;
  }
  .whats-new-section .no-anchor,
  .whats-new-section a {
      font-size: 24px;
  }
  
}
@media screen and (max-width:991px){
  .whats-new-section {
      text-align: center;
      padding: 60px 30px;
  }
  .whats-new-section .no-anchor,
  .whats-new-section a {
      margin: 0 auto;
      width: 300px;
      max-width: 100%;
  }
}
/* News css end */

.bg-heading {
  margin-bottom: 20px;
  padding: 33px 20px;
  background: url(../image/heading-bg.jpg) left top / cover no-repeat;
  text-align: center;
}
.bg-heading h2{
  color: var(--white-color);
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.text-center{
  text-align: center;
}
.text-400{
  font-weight: 400;
}
.mb-20{
  margin-bottom: 20px;
}

/* Video gallery style start */
body.career .site-inner {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 107px;
}
.video-gallery-wrap{
  padding: 125px 0px 22px;
}
.video-gallery-list-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  grid-row-gap: 40px;
}
.video-gallery-list-wrapper .video-list-items{
  width: calc(25% - 22px);
}
.video-gallery-list-wrapper .video-thumbnail{
  position: relative;
  margin-bottom: 17px;
  overflow: hidden;
  border-radius: 6px;
}
.video-gallery-list-wrapper .video-thumbnail a.thumb-wrp{
  display: flex;
}
.video-gallery-list-wrapper .video-thumbnail a.thumb-wrp>img{
  width: 100%;
}
.video-gallery-list-wrapper .video-list-items .video-thumbnail>a.thumb-wrp::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #0000009b;
  z-index: 1;
  opacity: 0;
}
.video-gallery-list-wrapper .video-list-items:hover .video-thumbnail>a.thumb-wrp::before{
  opacity: 1;
}
.video-title a {
  font-size: 22px;
  color: var(--blue-color);
  font-weight: bold;
}
.video-gallery-wrap h2 {
  margin-bottom: 55px;
}
.video-gallery-list-wrapper .video-list-items a.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.video-gallery-list-wrapper .video-list-items:hover .video-title a,
.video-gallery-list-wrapper .video-list-items:focus .video-title a{
  color: var(--yellow-color);
}
.blue-cta.browse-more-wrapper {
  padding-top: 55px;
  display: flex;
  justify-content: center;
}
.video-gallery-wrap .browser-more {
  background: transparent;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  padding: 16px 37px;
  height: auto !important;
  font-size: 19px;
  line-height:1.1 !important;
  border: 4px solid var(--blue-color);
  color: var(--blue-color);
	line-height:30px;
}
.video-gallery-wrap .browser-more:hover {
  color: var(--btn-yellow-color);
  background: var(--blue-color);
}

@media screen and (max-width:1024px) {
  body.career .site-inner{
    padding-bottom: 80px;
  }
  .video-gallery-list-wrapper .video-list-items {
    width: calc(33.33% - 22px);
  }
  .video-gallery-wrap {
    padding: 80px 0px 26px;
}
}
@media screen and (max-width:991px) {
  .video-gallery-list-wrapper .video-list-items {
    width: calc(50% - 22px);
  }
}
@media screen and (max-width:767px) {
  .video-gallery-wrap{
    padding: 60px 0px;
  }
  body.career .site-inner {
    padding-bottom: 60px;
  }
  .video-gallery-list-wrapper .video-list-items {
    width:100%;
  }
  .video-gallery-wrap {
    padding: 60px 0px 6px;
  }
}

/* Video gallery style End */

/* Popup Styles */
.video-popup {
  padding: 0 15px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
/*   animation: fadeIn 0.3s ease-in-out; */
  z-index: 9;
}
.video-popup .popup-content {
  max-width: 1600px;
  margin: 80px auto;
  position: relative;
	height:100%;
}
.video-popup iframe #player{
  height: 100% !important;
  width: 100% !important;
}
.video-popup .close-popup-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: none;
  border: none;
  font-size: 24px;
  color: #000;
  cursor: pointer;
  background: #fff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
} 

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* Video Item Styles */
.video-gallery-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.video-list-items {
  width: calc(25% - 20px);
  box-sizing: border-box;
}

.video-thumbnail img {
  width: 100%;
  border-radius: 8px;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-title h3 {
  font-size: 16px;
  margin-top: 10px;
}
.blue-cta {
  text-align: center;
  margin-top: 20px;
}
.blue-cta button {
  padding: 10px 20px;
  background: #0056b3;
  color: #fff;
  border: none;
  cursor: pointer;
}
.blue-cta button:disabled {
  background: #ccc;
}
#popup-video{
  width: 100%;
}
.video-popup .vimeo_video_inner {
  max-width: 1600px;
  width: 100%;
  height: calc(100% - 150px);
  padding: 0 18px;
  transition: all 3s ease;
}
.video-popup iframe{
  opacity: 1;
  visibility: visible;
  transition: all 1s ease;
  scale: 0.8;
background: #000000;
}
.video-popup.video-popup-open .vimeo_video_inner iframe{
  scale:1;
  transition: all 1s ease;
}


/* Products gallery sections */
section.block--product-gallery {
    padding: 68px 0;
    padding-bottom: 14px;
    background: url(../image/popup-bg.jpg) no-repeat center / cover;
}
.product-gallery {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 14px;
}
.product-gallery-item img {
    height: 390px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.product-gallery-item {
    position: relative;
    overflow: hidden;
    animation-delay: var(--animate-delay);
}
.product-gallery-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px ;
    left: 0px;
    background: url(../image/black-shade.png) no-repeat center bottom / contain;
}
.product-gallery-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px ;
    transition: all .5s ease;
    left: 0px;
    opacity: 0;
    background: url(../image/overlay-blue.png) no-repeat center bottom / cover;
}
.product_title a {
    font-size: 40px;
    font-family: "oswald", sans-serif;
    color: #fff;
    line-height: 42px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-image: url(../image/t-img-line.png) 30 stretch;
    width: 320px;
    display: block;
    font-weight: 700;
    text-align: center;
    padding: 6px 0 32px;
    text-transform: uppercase;
}
.product_title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    transition: all .5s ease;
    z-index: 1;
}
.product-gallery-item:hover .product_title{
    bottom: 50%;
    transition: all .5s ease;
    transform: translateX(-50%) translateY(50%) ;
}
.product-f-img a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    z-index: 1;
    left: 0;
    top: 0;
}
.product-gallery-item:hover .product_title a{padding: 6px 0 12px;}
.product-gallery-item:hover:after{opacity: 1;transition: all .5s ease;}
section.block--blue-cta.containered-cta {
    max-width: 1600px;
    margin: 0 auto 64px;
    padding: 68px 30px;
    position: relative;
}
section.block--blue-cta.containered-cta:before {
    content: '';
    background: url(../image/popup-bg.jpg) no-repeat center bottom / cover;
    position: absolute;
    width: 100vw;
    height: calc(100% + 70px);
    z-index: -1;
    top: 0;
    left: calc(50% - 50vw);
}
@media screen and (max-width:1600px){
    .product-gallery-item img {
        height: 350px;
    }
    .product_title a {
        font-size: 34px;
        width: 260px;
    }
    section.block--blue-cta.containered-cta {
        margin: 0 18px 60px;
    }
}
@media screen and (max-width:1365px){
    .product-gallery-item img {
        height: 320px;
    }
    
}
@media screen and (max-width:1199px){
    .product-gallery-item img {
        height: 280px;
    }
    .product_title a {
        font-size: 28px;
        width: 200px;
    }    
    .product-gallery-item img {
        height: 240px;
    }
}
@media screen and (max-width:991px){
    .product-gallery {
        grid-template-columns: repeat(2,1fr);
    }
    .product-gallery-item img {
        height: 280px;
    }
}
@media screen and (max-width:576px){
    .product-gallery {
        grid-template-columns: repeat(1,1fr);
    }
    .product-gallery-item img {
        height: 260px;
    }
    .product_title a {
        font-size: 24px;
        width: 260px;
        padding-bottom: 14px;
    }
}
/* end products csss */

/* Product category temp css */
section.block--specialty-categories {
    padding: 55px 0 60px;
    background: rgb(0 0 0 / 45%);
    margin-top: -209px;
    z-index: 1;
    position: relative;
}
.specialty-categoriesinner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1450px;
    margin: 0 auto;
}
.specialty-categoriesinner a {
    color: #fff;
    position: relative;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-image: url(../image/slide-text-bg.png) 30 stretch;
    width: 330px;
    text-align: center;
    padding: 10px 0;
    animation-delay: var(--animate-delay);
}
.specialty-categoriesinner a:hover,.specialty-categoriesinner a.current-cat  {
    color: var(--yellow-color);
}
.specialty-categoriesinner a:nth-child(2):before {
    content: '';
    content: "";
    position: absolute;
    top: -75px;
    right: 70px;
    height: 68px;
    width: 72px;
    background: url(../image/pattern-icon.png) left top / contain no-repeat;
    z-index: 1;
}
@media screen and (max-width:1366px){
    .specialty-categoriesinner a {
        width: 280px;
    }
}
@media screen and (max-width:1199px){
    .specialty-categoriesinner a {
        width: 220px;
    }
}
@media screen and (max-width:991px){
    .specialty-categoriesinner a {
        width: 160px;
    }
    section.block--specialty-categories {
        background: url(../image/product-blue-bg.jpg) no-repeat center / cover; 
        margin-top: 0;
        padding: 50px 0 30px;
    }
    .specialty-categoriesinner {
        flex-wrap: wrap;
    }
    .specialty-categoriesinner a {
        width: 40%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width:576px){
    .specialty-categoriesinner {
        flex-direction: column;
    }
    .specialty-categoriesinner a:nth-child(2) {
        margin-top: 20px;
    }
    .specialty-categoriesinner a:nth-child(2):before {
        top: -48px;
        right: 50px;
        height: 48px;
        width: 42px;
    }
    .specialty-categoriesinner a {
        width: 80%;
    }
}

/* End */

/* start prodcuts grid css */
.block--subphero-banner h1 {
    background: url(../image/sub-banner-text-bg.png) no-repeat center / contain;
    background-size: 41%;
}
section.block--category-products {
    padding: 45px 0 150px;
    background: url(../image/sidebar-temp-bg.png) no-repeat center / cover;
}
.cat-products-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 50px 10px;
}
.prodcut-f-img {
    background: #fff;
    margin-bottom: 14px;
    position: relative;
}
.prodcut-f-img img {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    height: 258px;
    transition: all .5s ease;
}
.cat-product-item a {
    color: var(--blue-color);
    font-weight: 700;
    font-size: 20px;
    max-width: 300px;
    display: block;
    line-height: 24px;
}
.cat-product-item {
    position: relative;
    overflow: hidden;
    /* animation-delay: var(--animate-delay); */
}
.prodcut-f-img{overflow: hidden;}
.cat-product-item:hover .prodcut-f-img img{
    transition: all .5s ease;
    transform: scale(1.05);
}
.cat-product-item a:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 2;
}
.prodcut-f-img:before {
    content: 'View';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(31 51 104 / 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    opacity: 0;
    transition: all .5s ease;
    font-weight: 600;
    z-index: 1;
}
.cat-product-item:hover .prodcut-f-img:before{
    opacity: 1;
    transition: all .5s ease;
}
.bread-crumb p, .bread-crumb a {
    font-size: 18px;
    font-weight: 600;
    color: var(--blue-color);
    line-height: 28px;
}
.bread-crumb p.products-count{
    font-weight: 400;
}
.products-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.prodcut-search input {
    width: 478px;
    font-family: "proxima-nova", sans-serif;
    height: 66px;
    padding: 20px 26px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: var(--blue-color);
    background: transparent;
    border: 1px solid var(--blue-color);
}
input#product-serach::placeholder {
    color: var(--blue-color);
    font-weight: 500;
        font-family: "proxima-nova", sans-serif;
    opacity: 1; /* Ensure opacity is set to 1 for full visibility */
}

input#product-serach::-moz-placeholder {
    color: var(--blue-color);
    font-weight: 500;
        font-family: "proxima-nova", sans-serif;
    opacity: 1;
}
input#product-serach:-ms-input-placeholder {
    color: var(--blue-color);
    font-weight: 500;
        font-family: "proxima-nova", sans-serif;
}

input#product-serach::-ms-input-placeholder {
    color: var(--blue-color);
    font-weight: 500;
        font-family: "proxima-nova", sans-serif;
}
section.block--category-products .cpt-pagination {
    margin-top: 80px;
}
@media screen and (max-width:1536px){
    .prodcut-f-img img {
        height: 220px;
    }
    .cat-product-item a {
        font-size: 18px;
        line-height: 22px;
    }
}
@media screen and (max-width:1400px){
    .prodcut-f-img img {
        height: 200px;
    }
}
@media screen and (max-width:1365px){
    .prodcut-f-img img {
        height: 180px;
    }
}
@media screen and (max-width:1199px){
    .prodcut-f-img img {
        height: 220px;
    }
    .cat-products-grid {
        grid-template-columns: repeat(4,1fr);
        gap: 30px 10px;
    }
    .prodcut-search input {
        width: 360px;
        height: 50px;
        font-size: 18px;
    }
    section.block--category-products {
        padding: 45px 0 80px;
    }
    section.block--category-products .cpt-pagination {
        margin-top: 60px;
    }
}
@media screen and (max-width:991px){
    .cat-products-grid {
        grid-template-columns: repeat(3,1fr);
    }
    .prodcut-f-img img {
        height: 200px;
    }
    .prodcut-search input {
        width: 280px;
        height: 48px;
        font-size: 16px;
        padding: 10px 15px;
    }
}
@media screen and (max-width:767px){
    .cat-products-grid {
        grid-template-columns: repeat(2,1fr);
    }
    .prodcut-f-img img {
        height: 220px;
    }
    .prodcut-search input {
        width: 100%;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .products-top-bar {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .prodcut-search {
        width: 100%;
    }
}
@media screen and (max-width:576px){
    .prodcut-f-img img {
        height: 180px;
    }
    .cat-product-item a {
        font-size: 16px;
        line-height: 20px;
    }
}
@media screen and (max-width:425px){
    .prodcut-f-img img {
        height: 160px;
    }
}
@media screen and (max-width:375px){
    .prodcut-f-img img {
        height: 140px;
    }
}
@media screen and (max-width:359px){
    .cat-products-grid {
        grid-template-columns: repeat(1,1fr);
    }
    .prodcut-f-img img {
        height: auto;
    }
}
.sidebar-items.all-news-wrap {
    background-image: url(../image/news/all-news-bg.jpg);
}
/* end prodcuts grid css */

/* Products details page css start */
.search-and-btn {
    display: flex;
    align-items: center;
    gap: 30px;
}
section.products-details-top .products-top-bar {
    padding-top: 32px;
    margin-bottom: 0;
}
section.products-details-top + .with-sidebar-template {
    padding-top: 130px;
}
section.products-details-top {
    margin-bottom: -100px;
}
.product-details-content {
    padding: 60px 18px 50px;
    background: url(../image/team-grid-bg.jpg) no-repeat center / cover;
}
.product-details-content-inner {
    max-width: 775px;
    margin: 0 auto;
}
.product-details-content-inner > a {
    font-size: 20px;
    line-height: 24px;
    color: var(--yellow-color);
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin: 12px 0 25px;
}
.product-feature-img img, .product-feature-img {
    width: 100%;
    height: auto;
}
.product-feature-img {
    margin-bottom: 30px;
}
.produt-details_copy * {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 25px;
}
.products-attribute-table h2 {
    font-size: 32px;
	float: left;
	width: 100%;
    color: var(--yellow-color);
    border-top: 4px solid var(--yellow-color);
    border-bottom: 4px solid var(--yellow-color);
    padding: 10px 0;
    margin-top: 35px;
    margin-bottom: 25px;
    line-height: 38px;
}
.attribute-table table {
    width: 100%;
}
.attribute-table table th {
    text-align: left;
    color: var(--yellow-color);
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding: 10px 30px 10px 0;
    width: 36%;
}
.attribute-table table td {
    text-align: left;
    color: var(--blue-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 6px 0;
}
.attribute-table {
    border-bottom: 4px solid var(--yellow-color);
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.additional-images--block {
    margin-top: 50px;
}
.additional-images--block img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.bottom-yellow-line img {
    margin-top: 50px;
    margin-bottom: 0;
}
.products-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-top: 28px;
}
.products-pagination ul li {
    margin: 0 3px;
}
.products-pagination ul li:hover img{
    filter: invert(47%) sepia(64%) saturate(488%) hue-rotate(6deg) brightness(115%) contrast(93%);
}
@media screen and (max-width:1199px){
    .product-details-content {
        padding: 40px 18px 30px;
    }
    
}
@media screen and (max-width:991px){
    section.products-details-top .products-top-bar {
        flex-direction: column-reverse;
        gap: 25px;
        justify-content: flex-start;
        align-items: flex-start;
    }
    section.products-details-top + .with-sidebar-template {
        padding-top: 190px;
    }
    section.products-details-top {
        margin-bottom: -160px;
    }
    .products-pagination ul li img {
        width: 36px;
    }
    .attribute-table table th {
        width: auto;
    }
}
@media screen and (max-width:767px){
    .search-and-btn {
        gap: 15px;
        flex-direction: column;
        align-items: unset;
        width: 100%;
    }
    section.products-details-top .products-top-bar input#product-serach {
        margin-bottom: 0;
    }
    section.products-details-top {
        margin-bottom: -220px;
    }
    section.products-details-top + .with-sidebar-template {
        padding-top: 240px;
    }
    .produt-details_copy * {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .attribute-table table th {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 10px 10px 0;
        width: auto;
    }
    .attribute-table table td {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        padding: 5px 0;
    }
    .products-attribute-table h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .bread-crumb p, .bread-crumb a {
        font-size: 16px;
        line-height: 22px;
    }
    .product-details-content-inner > a {
        font-size: 18px;
        line-height: 22px;
        margin: 8px 0 20px;
    }
}
@media screen and (max-width:420px){
    .attribute-table {
        overflow-x: scroll;
    }
    .attribute-table table {
        min-width: 400px;
    }
}

/* Products details page css end */

/* News Style start */
.left-news-grid {
    padding: 50px 40px;
    background: url(../image/team-grid-bg.jpg) no-repeat center / cover;
}
.news-grid-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}
.news-grid-inner .blog-news-items img{
    width: 100%;
}
.news-grid-inner .blog-news-items .post-desc a {
    font-size: 22px;
    color: var(--blue-color);
    font-weight: bold;
    display: flex;
}
.news-grid-inner .blog-news-items:hover .post-desc a,
.news-grid-inner .blog-news-items:focus .post-desc a {
    color: var(--yellow-color);
}
.news-grid-inner .na-height-fixed {
    position: relative;
    margin-bottom: 17px;
    overflow: hidden;
    border-radius: 6px;
}

/* News details page style */
.block-news-detail__body p {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.block-news-detail__img {
    margin-top: 50px;
    padding: 0px 20px 20px 20px;
    text-align: center;
}
.block-news-detail__img img {
    margin: auto;
    width: 100%;
    max-width: 775px;
}
.blog-detail-page .yellow-line.yellow-line-full{
    margin: 30px auto;
    height: 12px;
    width: 100%;
    max-width: 775px;
    background: url('/wp-content/uploads/2024/12/news-border-img-pattern.png') center top / contain no-repeat;
}
.blog-detail-page .post-navigation {
    max-width: 775px;
    margin: 30px auto 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.blog-detail-page .post-navigation>div a, .nav-close .close-button {
    display: flex;
    height: 53px;
    width: 53px;
    align-items: center;
    justify-content: center;
    font-size: 0px;
    border-radius: 50%;
    border: 0;
    background: 0;
    cursor: pointer;
}
.blog-detail-page .post-navigation>div a:hover,
.nav-close .close-button:hover,
.blog-detail-page .post-navigation>div a:focus,
.nav-close .close-button:focus{
    opacity: 0.6;
}
.blog-detail-page .post-navigation>div.nav-previous a{
    background: url('../../assets/image/prev-post.png') center center / cover no-repeat;
}
.blog-detail-page .post-navigation>div.nav-next a{
    background: url('../../assets/image/next-post.png') center center / cover no-repeat;
}
.nav-close .close-button{
    background: url('../../assets/image/close-y.png') center center / cover no-repeat;
}
@media screen and (max-width:991px) {
    .news-grid-inner {
        grid-template-columns: 1fr 1fr;
    }
    .left-news-grid {
        padding: 30px 30px;     
    }
}
@media screen and (max-width:767px) {
    .news-grid-inner {
        grid-template-columns: 1fr;
    }
    .blog-detail-page .post-navigation {
        margin: 20px auto 0px;
    }
    .blog-detail-page .post-navigation>div a, .nav-close .close-button {
        height: 43px;
        width: 43px;
    }
}

/* News Style End */
/* body.single-post .with-sidebar-template {
    padding-bottom: 200px;
} */
body.single-post {
    padding: 170px 0 0px;
}
body.single-post header.site-header {
    background: url(../../assets/image/heading-bg.jpg) no-repeat center / cover;
}
.products-carousel a.site-yellow-btn {
    font-weight: 700;
    display: inline-block;
    width: 243px;
    text-align: center;
    padding: 19px 20px;
    height: auto;
    font-size: 19px;
    background: transparent;
    border: 4px solid var(--btn-yellow-color);
    color: var(--white-color);
}
.products-carousel a.site-yellow-btn:hover,
.products-carousel a.site-yellow-btn:focus{
    background: var(--btn-yellow-color);
    color: var(--blue-color);
}

@media screen and (max-width:1280px){
    body.single-post {
        padding: 104px 0 0px;
    }    
    body.archive{
        padding-top: 0px;
    }
    body.archive.category.category-news {
        padding-top: 90px;
    }
}
@media screen and (max-width:1199px){
    /* .with-sidebar-inner {
        grid-template-columns: 72.15% auto;
    } */
}
@media screen and (max-width:991px){
    body.single-post {
        padding: 0px 0px;
    }
    body.archive.category.category-news{
        padding-top: 0px;
    }
}


/* Product page style changes start*/
body.tax-product-categories {
    padding-top: 0px;
}
.prodcut-search ::placeholder {
    font-weight: 600 !important;
}

/* Media */

@media screen and (min-width:992px){
	body.tax-product-categories .site-header{
		background:transparent !important;
	}
	
		body.tax-product-sections .site-header{
		background:transparent !important;
	}
	
}
@media screen and (max-width:991px){
	body.tax-product-categories header.site-header {
		background: var(--blue-color);
		padding: 10px 18px;
	}	
}
/* Product page style changes End*/


/* Supplier Page Gallery Start */

.supplier-carousel{
    margin-bottom: 20px;
    position: relative;
    display: flex;
}
.supplier-carousel .slick-slide {
    margin: 0px 8px;
}
.supplier-carousel button.slick-prev.slick-arrow {
    left: 25px;
    z-index: 1;
    width: 61px;
    height: 61px;
}
.supplier-carousel button.slick-next.slick-arrow {
    right: 25px;
    width: 61px;
    height: 61px;
}
.supplier-carousel button.slick-next.slick-arrow:before {
    content: '';
    opacity: 1;
    z-index: 1;
    background: url(../image/carousal-right-icon.png) no-repeat center /cover;
    width: 61px;
    height: 61px;
    display: block;
}
.supplier-carousel button.slick-prev.slick-arrow:before {
    content: '';
    background: url(../image/carousal-left-icon.png) no-repeat center / cover;
    width: 61px;
    height: 61px;
    display: block;
    opacity: 1;
}
.supplier-carousel .slick-track {
    display: flex;
}
.supplier-carousel .slick-slide {
    background: #fff;
	height:auto;
}
.supplier-carousel .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
body .team-archive-grids .preg p{
    font-size: 20px;
    font-weight: 700;
    max-width: 842px;
    color: var(--blue-color);
    line-height: 26px;
    margin:0 auto 20px;
}
body .team-archive-grids .preg .supplier-carousel{
	margin:15px 0;
}
.sidebar-items.all-news-wrap.top-image .bottom-img-wrap {
    padding-top: 0;
    padding-bottom: 20px;
}

@media screen and (max-width:1199px){
    .supplier-carousel button.slick-arrow,
    .supplier-carousel button.slick-prev.slick-arrow:before,
    .supplier-carousel button.slick-next.slick-arrow:before,
    .supplier-carousel button.slick-arrow{
        height: 41px !important;
        width: 41px !important;
    }    
}

@media screen and (max-width:767px){
    
    .supplier-carousel button.slick-prev.slick-arrow {
        left: 15px;
    }
    .supplier-carousel button.slick-next.slick-arrow {
        right: 15px;
    }
    .supplier-carousel button.slick-arrow {
        width: 41px !important;
        height: 41px !important;
    }
}

/* Supplier Page Gallery End */

/* Product Finder */
#f_submit{ 
	cursor:pointer;
}
#f_submit:hover{
	background:var(--btn-yellow-color);
}
.block--blue-cta p a:hover{
	text-decoration:underline!important;
}
.form_third label{ 
	font-size:22px!important;
	font-weight:bold;
}
.form_third {
    padding-top: 29px;
}
.f_brand, .f_zip {
    padding-left: 0;
}
#finder_results {
    padding: 10px 0 0 0;
    display: flex;
    column-gap: 1.5%;
    flex-wrap: wrap;
    row-gap: 25px;
}
.finder_location {
    padding: 0 0 15px 0!important;
    position: relative;
    font-size: 0;
    line-height: 0;
    display: flex;
    width: 23.5%;
}
.finder_location_padding {
    padding: 0 10px;
    width: 100%;
}
.finder_location_inner{
	height:100%;
}
.f_supplier, .f_miles {
    padding-right: 0px!important;
}
.form_third {
    padding-left: 15px!important;
}
body #f_zip { 
	width:50%!important; 
	height:35px;
	padding-left: 14px;
	border: 1px solid #767676;
}
.f_zip{
	background:none!important;
}
#f_submit {
    width: auto!important;
    line-height: 18px!important;
    padding: 9px 30px!important;
    margin-top: 5px!important;
}
#finder_nav {
    text-align: center;
    display: flex!important;
    justify-content: center;
	margin:30px 0 0;
}
body .finder_location_inner .circle{
	width:32px!important;
	padding-bottom:30px!important;
}
#finder_nav a,
#finder_nav .current-post-page.current {
    display: flex!important;
    color: #fff;
    height: 52px!important;
    width: 47px!important;
    align-items: center;
    justify-content: center;
	margin:0 2.5px;
	font-size:14px;
}
.grid-30 select,
.grid-40 select{
	/*appearance: menulist-button;*/
	height: 35px;
	padding:0 5px;
	-webkit-border-radius:none!important;
}
/* Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
.grid-30 select,
.grid-40 select{
	background:#ffffff!important;
	border:1px solid #000000;
	-webkit-border-radius:none!important;
}
}}

.f_miles .customSelect {
	max-width: 49% !important;
	margin: 3px 0 0 0;
}
#finder_mapCont{
	display:flex;
	width: 100%;
	padding:20px 10px!important;
}
div#results_info {
    margin-bottom: 15px;
	padding:0 10px;
}
div#results_info_total {
    font-size: 18px;
    font-weight: bold;
	margin-bottom:15px;
}
	
@media screen and (min-width: 1024px) {
	.grid-30 select,
	.grid-40 select{
		width: 62%;
	}
    .grid-40 {
        float: left;
        width: 40%;
    }
	.grid-30{
        float: left;
        width: 30%;
    }	
}
@media screen and (max-width: 1023px){
	#finder_form{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
	  max-width: 100%!important;
	  padding: 20px 0px 20px 0px!important;
	}
	.form_third {
      padding-top: 10px!important;
	  width: 100%!important;
    }
	.f_miles select {
		width: 100%!important;
	}
	#f_supplier_label {
		width:100%;
	}
	.form_third select,
	.form_third .customSelect {
       width: 100%!important;
    }
	.f_miles #f_zip_of {
		float:left!important;
		margin-top:10px;
	}
	#f_zip_label{
		width:100%!important;
	}
	body #f_zip{
		float:left!important;
		margin-top:8px!important;
		width:100%!important;
	}
}
@media screen and (max-width: 900px) {
	.finder_break.grid-100.tablet-grid-100.mobile-grid-100 {
       display: none;
	}
	.finder_location{
		width:31.5%!important;
	}
}
@media screen and (max-width: 768px) {
	.finder_location{
		width:49%!important;
	}
	body .finder_location_inner .circle{
		width:36px!important;
	}
}
@media screen and (max-width: 679px) {
    .finder_location{
		width:100%!important;
	}
	.circle .circle_inner{
		font-size:16px!important;
	}
}


.tribe-events-view {
	background: url(../image/sidebar-temp-bg.jpg) no-repeat center / cover #a7a2a2;
 	background-blend-mode: overlay;
}


.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	background-color: #d7a727;
	color: #1f3368;
	border: 1px solid #1f3368;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
		background-color: #1f3368;
		color: #d7a727;
}


.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
	background-color: #d7a727;
	color: #1f3368;
	border: 1px solid #1f3368;
}

.tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover, .tribe-events button.tribe-events-c-search__button:focus, .tribe-events button.tribe-events-c-search__button:hover {
	background-color: #1f3368;
		color: #d7a727;
	border: 1px solid #1f3368;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month {
	background-color: #fff;
	padding: 10px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list {
	background-color: #fff;
	padding: 10px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day {
	background-color: #fff;
	padding: 10px;
}

.gform_heading {
	display: none!important;
}

legend.gfield_label.gform-field-label {
	font-size: 20px;
}

a.parent-page {
	position: relative;
    padding: 15px 0px;
    font-size: 20px;
    font-weight: bold;
    color: var(--white-color);
    border-bottom: 1px solid var(--white-color);
    display: flex;
}


.all-news-wrap .parent-page:hover, .all-news-wrap .parent-page:active {
	    color: var(--btn-yellow-color);
}

div#input_1_8 {
	flex-direction: row;
	gap: 25px;
}

div#input_1_9 {
	align-items: flex-start;
}

.social-media {
	background: #1f3368;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px 0px;
}

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
	fill: #1f3368;
}

#tribe-events-pg-template {
	margin: 150px auto 0px auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: 50px;
}

.ppw-description.ppw-pcp-pf-desc {
	font-size: 22px;
	margin: 20px 0;
}

.ppw-input label.ppw-pcp-password-label {
	font-size: 22px;
	display: flex;
	gap: 20px;
	margin: 20px 0px;
	align-items: center;
}

.ppw-form input[type='submit'] {
    font-weight: 700;
    display: inline-block;
    width: 200px;
    text-align: center;
    padding: 10px 20px;
    height: 50px;
    font-size: 19px;
    background: var(--btn-yellow-color);
    border: 4px solid var(--blue-color);
    color: var(--blue-color);
}


.ppw-form input[type='submit']:hover {
	background: var(--blue-color);
	color: var(--btn-yellow-color);
	transition: all 0.5s ease;
}

input.ppw-password-input.ppw-pcp-pf-password-input {
	height: 30px;
	padding: 0px 5px;
    width: 200px;
	font-size: 22px;
}

ul.employee-links {
	padding: 0px 24px;
	font-weight: 600;
}

ul.employee-links li {
	margin: 10px 0;
	font-size: 22px;
}

ul.employee-links li a:hover {
	color: #d7a727;
}

 /* fancybox css */
    .fancybox-wrap{ }
    .fancybox-wrap .fancybox-skin{ }
    .fancybox-wrap .fancybox-skin .fancybox-outer{ }
    .fancybox-wrap .fancybox-skin .fancybox-inner{ }
    .fancybox-wrap .fancybox-skin .fancybox-close{ }
    .fancybox-nav span{ }
    .fancybox-prev span{ }
    .fancybox-next span{ }
    .fancybox-prev:active, .fancybox-next:active{ position: absolute; }
    .fancybox-close{ }
    .fancybox-close:active{ position: absolute; top: -9px !important; }

    /* fancybox mobile css */
    .jsMobileLightbox{ margin: 0; width: 100% !important; height: 100% !important; z-index: 999; position: fixed !important; }
    .jsMobileLightbox .fancybox-outer{ padding: 2%; width: 96% !important; height: 96% !important; }
    .jsMobileLightbox .js-inset-shadow{ display: none; }
    .jsMobileLightbox .fancybox-skin, .jsMobileLightbox .fancybox-inner, .jsMobileLightbox .fancybox-image{
        height: 100% !important; width: 100% !important; }
    .jsMobileLightbox .fancybox-image img{ max-width: 100%; height: auto; }
    .jsMobileLightbox .fancybox-close{ top: 5px; right: 5px; }
    .jsMobileLightbox .fancybox-close:active{ top: 6px !important; right: 5px; }

    /* fancybox ageGate */
    .ageGate{ z-index: 10001; width: 771px !important; height: 646px !important; /*height: 100% !important; width: 100% !important;*/ }
    .ageGate .fancybox-close{ display: none; }
    .ageGate .fancybox-skin{ }
    .ageGate .fancybox-skin .fancybox-outer{ }
    .ageGate .fancybox-skin .fancybox-outer .fancybox-inner{ /*background-image: url( '../img/ageGate_bgDelete.jpg' );*/ }
    .ageGate .fancybox-skin .fancybox-outer .fancybox-inner #age_gate{ padding: 0; position: relative;
        width: 771px; height: 646px; /*width: 100%; height: 100%;*/ /*opacity: 0.5;*/ }

        .ageGate_bgImg{ max-width: 100%; height: auto; }
        .age_gate_cont{ position: absolute; top: 0; left: 0; text-align: center; padding: 17% 34% 0 0;
            display: block; }
        .age_gate_cont p{ font-size: 21px; max-width: 380px; display: inline-block; color: #000;
            line-height: 30px; margin: 0 0 47px 0; }
            .ageGate_logo{ display: block; margin: 0 0 50px 0; }
            .ageGate_logo img{ max-width: 100%; height: auto; }
            .ageGate_enter{ display: block; }
            .ageGate_enter img{ max-width: 100%; height: auto; }

       #age_gate{ display: none; }

@media screen and (min-width: 1025px) {
    .grid-100:after {
        clear: both;
    }
}

@media screen and (min-width: 1025px) {
    .grid-100 {
        clear: both;
    }
}

