/*Fonts for web*/

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}








/*2nd font*/

@font-face {
    font-family: 'minion_probold';
    src: url('../fonts/minionpro-bold-webfont.woff2') format('woff2'),
         url('../fonts/minionpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}




@font-face {
    font-family: 'minion_probold_cond';
    src: url('../fonts/minionpro-boldcn-webfont.woff2') format('woff2'),
         url('../fonts/minionpro-boldcn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}




@font-face {
    font-family: 'minion_probold_cond_italic';
    src: url('../fonts/minionpro-boldcnit-webfont.woff2') format('woff2'),
         url('../fonts/minionpro-boldcnit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}




@font-face {
    font-family: 'minion_probold_italic';
    src: url('../fonts/minionpro-boldit-webfont.woff2') format('woff2'),
         url('../fonts/minionpro-boldit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'minion_proitalic';
    src: url('../fonts/minionpro-it-webfont.woff2') format('woff2'),
         url('../fonts/minionpro-it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}




@font-face {
    font-family: 'minion_promedium';
    src: url('../fonts/minionpro-medium-webfont.woff2') format('woff2'),
         url('../fonts/minionpro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}




@font-face {
    font-family: 'minion_promedium_italic';
    src: url('../fonts/minionpro-mediumit-webfont.woff2') format('woff2'),
         url('../fonts/minionpro-mediumit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}




@font-face {
    font-family: 'minion_proregular';
    src: url('../fonts/minionpro-regular-webfont.woff2') format('woff2'),
         url('../fonts/minionpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}




@font-face {
    font-family: 'minion_prosemibold';
    src: url('../fonts/minionpro-semibold-webfont.woff2') format('woff2'),
         url('../fonts/minionpro-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}




@font-face {
    font-family: 'minion_prosemibold_italic';
    src: url('../fonts/minionpro-semiboldit-webfont.woff2') format('woff2'),
         url('../fonts/minionpro-semiboldit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}



body {
    font-family: 'Avenir LT Std';
    overflow-x: hidden;
}

.button span {
    display: inline-block;
    line-height: inherit;
}



.nav {
    align-items: center;
    display: inline-block;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: flex-end;
}

/*
.menuMain .submenu-nav {
    width: 1150px;
}
*/



.header-nav-main li a, .header-nav-main li a:hover {
    color: #000;
    font-weight: 500;
}
#logo img {
    max-height: 90px;
    transform: unset !important;
}


/*.nav-dropdown ul.submenu-nav {margin-left: 5%;}*/

.nav-dropdown ul.submenu-nav li {
    margin-right: 4%;
    font-size: 18px;
}

.nav-dropdown ul.submenu-nav li a {
    text-transform: capitalize;
}

li.current-menu-item a {
    padding: 0;
    border-bottom: 1px solid #000;
}


.bannerHolder h1 {
    font-family: 'minion_proregular';
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 44px;
}


.bannerHolder a {
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 1px;
}

.buttonIntroHolder a {
    padding: 4px 20px 0px 20px;
    text-align: center;
    border-color: #4C5054!important;
    color: #4C5054!important;
}

.buttonIntroHolder a:hover {
    color: #fff!important;
}


.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
    border: 1px solid;
}

a.dbutton {
    font-size: 15px;
}

.imgSilder a.button {
    font-size: 15px;
    color: #4C5054;
}

.buttonIntroHolder a {
    font-size: 15px;
    min-width: 160px;
}


.introTxt p {
    color: #4C5054;
    font-size: 18px;
    line-height: 25px;
}


.gccH h3 {
    position: relative;
    top: 55px;
    z-index: 999;
    background: #fff;
}

.otherHeadings h3 {
/*    font-family: 'minion_proregular';*/
        font-family: 'minion_promedium';
    line-height: 44px;
    font-size: 36px;
    font-weight: 200;
}

.otherHeadings h4 {
    font-family: 'minion_proregular';
    line-height: 44px;
    font-weight: 500;
    font-size: 25px;
}


.otherHeadings2 h4 {
    font-family: 'minion_proregular';
    line-height: 44px;
    font-weight: 500;
    font-size: 28px;
}


.proSpotlight h2 {
    font-family: 'minion_proregular';
    font-weight: 100;
    color: #4C5054;
    font-size: 30px;
}


.proSpotlight h3 {
    color: #4C5054;
    font-weight: 600;
    font-size: 20px;
}

.awardTxt span.awardH {
    font-family: 'Avenir LT Std';
    font-weight: 800;
    font-size: 16px;
    line-height: 25px;
}

.minusbtn {
    width: 130px;
}

.borderBottom {
    border-bottom: 1px solid #868381;
}

.borderTop {
    border-top: 1px solid #868381;
}


.getInTouchHolder {
    background: url(../images/Brand-Mark.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.getInTouchHolder input , 
.getInTouchHolder textarea {
    background: transparent;
    box-shadow: none;
        font-family: 'Avenir LT Std';
    border: none;
    resize: none;
    border-bottom: 2px solid #4C5054;
}

.getInTouchHolder input:focus,
.getInTouchHolder input:target,
.getInTouchHolder textarea:target
{
    background: transparent;
    box-shadow: none;
}

.get_in_touch_form .gform_footer.top_label {
    margin-top: 25px!important;
}

.formCTAHolder .gform_footer.top_label {
    justify-content: center;
    padding-top: 40px;
}

.message_field {
    padding-top: 25px;
}

.formCTAHolder .gform_button {
    padding: 5px 40px 0px 40px;
    font-weight: 100;
    letter-spacing: 4px;
    font-size: 15px;
}

.minusbtn {
    margin-top: -27px!important;
}

.formCTAHolder .get_in_touch_form .validation_message {
    padding: 1px 8px;
    font-size: 13px;
}

.footerLinks .nav-left li a {
    font-weight: 100;
    font-size: 15px;
}


.footerLinks .nav-left {
    justify-content: end;
}
.icfooter {
    margin-top: 25px;
}

.footerLinks {
    margin-top: -15px;
}


.newsletter-text h1 {
    font-family: 'minion_proregular';
    font-weight: 500;
    font-size: 33px;
    color: #000000;
}

.newsletter-text p {
    padding: 0px 35px;
    color: #4C5054;
}


.newsletter_form .ginput_container_email input {
    background: #eee;
    box-shadow: none;
    border: none;
    height: 50px;
    padding-left: 15px!important;
}

.newsletter_form .gform-button {
    height: 50px!important;
    font-weight: 100;
    letter-spacing: 1px;
    padding: 7px 16px;
}

.gform_wrapper.gravity-theme .gform_fields {
    align-items:start;
}

.gfield_description.validation_message {
    padding: 4px 8px 2px 8px!important;
    text-align: left;
    font-size: 12px!important;
}


.newsletter-text .gform_confirmation_message_2.gform_confirmation_message {
    margin-bottom: 23px;
    border: 1px solid #4C5054;
    padding: 8px;
    font-size: 13px;
}

#popup-form button.mfp-close {
    background: #4C5054;
    opacity: 1;
    mix-blend-mode: darken;
    color: #fff;
    font-weight: 100!important;
}













/*Studio page css start*/


.thinfont h5 {
    font-weight: 100;
    margin: 35px 0;
    letter-spacing: 1px;
}

.otherHeadings2 h3 {
/*    font-family: 'minion_proregular';*/
        font-family: 'minion_promedium';
color: #4C5054;
    line-height: 44px;
    font-size: 35px;
    font-weight: 200;
}









/*Studio page css end*/








/*Contact page css start*/


.contactAddress a {
    color: #334862;
}

.contactAddress a:hover {
    border-bottom: 1px solid #334862;
    color: #334862;
}

.exploreHeadings h4 {
    font-family: 'minion_promedium';
    font-weight: 500;
    font-size: 24px;
}



.getInTouchHolder2 {
    background: url(../images/Brand-Mark-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.getInTouchHolder2 input , 
.getInTouchHolder2 textarea {
    background: transparent;
    box-shadow: none;
        font-family: 'Avenir LT Std';
    border: none;
    resize: none;
    border-bottom: 2px solid #4C5054;
}

.getInTouchHolder2 input:focus,
.getInTouchHolder2 input:target,
.getInTouchHolder2 textarea:target
{
    background: transparent;
    box-shadow: none;
}







/*Contact page css end*/





/*About us page css Start*/


/*
.cardAccordion {
    padding: 70px 180px;
    font-size: 18px;
    color: #4C5054;
}
*/

.cardAccordion2 {
    padding: 70px 180px;
    font-size: 18px;
    color: #4C5054;
}

.otherHeadings2 h2 {
   font-family: 'minion_promedium';
   color: #4C5054;
   line-height: 44px;
   font-size: 35px;
   font-weight: 200;
}

.milestone-slider .carousel-cell.is-selected.is-nav-selected {
    font-weight: 800;
}

.milestone-slider .carousel-cell {
    font-size: 18px;
}

.milestone-slider h3.timelineHeading {
    font-size: 36px;
    font-family: 'minion_promedium';
    line-height: 44px;
}

.quotesIC p {
    font-family: 'minion_promedium';
    font-size: 35px;
    margin-bottom: 0px;
}

p.testimonial_name {
    text-align: center;
}

p.testimonial_name span {
    font-size: 22px;
    font-family: 'minion_promedium';
}


.carousel-nav .flickity-slider > div:not(.col), .carousel-nav .carousel-cell {
    height: 40px;
    width: 80px !important;
    color: #fff;
    cursor: pointer;
}





/*About us page css end*/






/*Team page css */


.team-members img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    /* Firefox */
    -moz-transition: all 0.4s ease-in;
    /* WebKit */
    -webkit-transition: all 0.4s ease-in;
    /* Opera */
    -o-transition: all 0.4s ease-in;
    /* Standard */
    transition: all 0.4s ease-in;
}


.team-members
 img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

div#bio_info {
    background: #4C5054;
    background-image: url(../images/pop-up-bg.svg);
    color: #D9D9D9;
    padding: 0 30px!important;
    background-repeat: no-repeat;
    background-size: 315px;
    background-position: 12vw 0px;
}

.team-members h4 {
    font-family: 'minion_promedium';
    font-size: 22px;
    font-weight: 100;
}

.team-members p {
    font-size: 16px;
    font-family: 'Avenir LT Std';
}



.page-id-1086 .lightbox-content button.mfp-close {
    color: #fff;
    mix-blend-mode: plus-lighter;
    position: absolute;
    right: -13px;
}

.bio_info_details {
    padding: 35px 0 0 0;
    color: #D9D9D9;
}

.bio_info_details h3 {
    font-family: 'minion_promedium';
    color: #D9D9D9;
    font-size: 28px;
    font-weight: 500;
}



/*Project page css*/
.project-gallery .col.is-selected a:before {
    content: "";
    background-image: url(../images/enlarge.svg);
    display: block;
    position: absolute;
    z-index: 1;
	top: 5px;
    right: 8px;
    width: 40px;
    height: 37px;
    background-size: cover;
}

.projectImgholder span.pactive {
    font-size: 24px;
}


.Mapholder .bg.bg-loaded {
    background-size: 83%!important;
}


.mpH h4 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 0;
}







/*Studio page css - 8Nov2023*/

.studio_bannerHolder h1 {
    font-family: 'minion_proregular';
    font-size: 35px;
    font-weight: 100;
}

a.intrombutton {
    padding-top: 3px!important;
}

.stock_explore h4 {
    font-family: 'Avenir LT Std';
    font-weight: 500;
    font-size: 17px;
    margin-top: 20px;
    letter-spacing: 1px;
}

.StockP h2 {
    font-family: 'minion_promedium';
    font-weight: 100;
    font-size: 36px;
}

.StockP h3 {
    font-weight: 100;
}

.StockP h4 {
    font-size: 16px;
    font-weight: 100;
}


.gform_confirmation_message {
    text-align: center;
    padding: 60px 0;
}























/* NJ Mobile Media RULES */

@media (min-width: 0px) and (max-width: 690px) {
    
    .footerLinks .nav-left {
    justify-content: center;
}

   .footerLinks .nav-left li {
    margin-right: -7px;
}
    
    .footerLinks .nav-left li a {
    font-weight: 100;
}
    
    
.icfooter {
    margin-bottom: -45px;
}

.absolute-footer.dark.medium-text-center.text-center {
    display: none;
    }
    
    .intro-m-txt p {
    font-size: 14px;
    }
    
    
    
    .borderTop, .borderBottom {
    display: none!important;
    }
    
    
    .bannerHolder h1 {
    font-family: 'minion_proregular';
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
    }
    
    
    .otherHeadings h3 {
    font-family: 'minion_proregular';
    line-height: 40px;
    font-size: 28px;
    font-weight: 500;
    }

    .otherHeadings h4 {
    font-family: 'minion_proregular';
    font-size: 22px;
    }


    .proSpotlight h2 {
    font-family: 'minion_probold_cond';
    font-weight: 100;
    color: #4C5054;
    font-size: 28px;
    }
    
    .mbutton {
    font-size: 15px;
    }
    
    a.button.intrombutton {
    width: 155px;
    }
    
    .mobile-sidebar a {
    font-weight: 100!important;
    font-size: 20px!important;
    color: #000!important;
    }
    
    .icfooter {
    margin-top: 0px;
    }
   
    
    .footerLinks {
    margin-top: 0;
    }

    .message_field {
    padding-top: 0px;
    }
    
    
    .newsletter-text h1 {
    font-size: 25px;
    }
    
    
    
    .newsletter_form_wrapper div#field_submit {
    width: 100%!important;
    display: block!important;
    }

    .newsletter_form_wrapper input#gform_submit_button_2 {
    width: 100%;
    }
    
  
    .newsletter-text p {
    padding: 0px 0px;
    color: #4C5054;
    }
    
    #popup-form button.mfp-close {
    background: #4C5054;
    opacity: 1;
    mix-blend-mode: hard-light;
    color: #fff;
    font-weight: 100!important;
    z-index: 1;
    right: 0px;
}
   
    
    .showData .col-inner {
    margin-bottom: -84px;
    margin-top: -10px;
}
   
    .mpTxt p {
    font-size: 14px;
}
    
    
    
    
    
    
/* studio mobile */
    
    
    .micplacement {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    }

    .micplacement .plain {
    flex: 1 0 50%;
    margin-bottom: 30px!important;
    }    
    
    li.current-menu-item a {
    border-bottom: none;
    }
    
    .eachMic img {
    width: 55%;
    margin-bottom: -19px;
    }
    
    .eachMic h5 {
    font-size: 15px;
    }
    
    
   
    
    
/* about page us css*/
    
    
    .cardAccordion {
    padding: 30px 20px;
    font-size: 18px;
    color: #4C5054;
    }
    
   .milestone-slider h3.timelineHeading {
    font-size: 20px;
    font-family: 'minion_promedium';
    line-height: 25px;
}
    
    .cardAccordion2 {
    padding: 50px 20px;
    font-size: 18px;
    color: #4C5054;
}
    
    .otherHeadings2 h2 {
    font-family: 'minion_promedium';
    color: #4C5054;
    line-height: 30px;
    font-size: 25px;
    font-weight: 200;
}
    
    
  
    
    .img_transion_horizontal, .img_transion_vertical {
        width: auto;
    }
    
    
    
    .project_map {
    box-shadow: 0 0 7px #d8d8d8;
    padding: 10px 20px;
    text-transform: capitalize;
    margin-bottom: 21px;
}
    
    
    
     
        .project_map h3 {
    font-size: 24px;
}
    
    .mobileMapcap h4 {
    font-family: 'minion_proregular';
    line-height: 34px;
    font-weight: 500;
    font-size: 22px;
}
   
    .carousel-nav {
    bottom: -5px!important;
    left: 15%;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15%;
    text-align: center;
    z-index: 5;
}
    
    
    
    .studio_bannerHolder h1 {
    font-family: 'minion_proregular';
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 30px;
}
    
    
    .flickity-page-dots .dot {
    border: 3px solid #111;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 0 5px;
    opacity: .4;
    transition: opacity .3s;
    width: 8px;
}
    
    
    
    .TmBmtxt h1 {
    position: relative;
    bottom: -29px;
}
    
    .msts h3 {
    margin-bottom: 0;
}
    
    
    
    
    
}












@media only screen and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: portrait) 
    and (-webkit-min-device-pixel-ratio: 2) {

        
        .Mapholder .bg.bg-loaded {
    background-size: 99%!important;
}
        
       
        
        
         .micplacement {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.micplacement .plain {
    flex: 0 0 20%;
    margin-bottom: 30px!important;
}
        
    
        
.absolute-footer.dark.medium-text-center.text-center {
    display: none;
}        
    
        
        .cardAccordion {
    padding: 50px;
    font-size: 18px;
    color: #4C5054;
}
   
        
        .bio_info_details {
    padding: 12px 0 0 0;
    color: #D9D9D9;
}
        
        .bio_info_details h3 {
            margin-bottom: 0;
        }
        
        
        
.img_transion_vertical {
    width: 445px;
}
        
      .cardAccordion2 {
    padding: 70px 50px;
    font-size: 18px;
    color: #4C5054;
}  
        
        
        
        
        
        
        
        
        
}












