/*
Theme Name: Profound-Itsolutions
Theme URI: https://profoundprojects.com/
Author: Profound Projects
Author URI: https://profoundprojects.com/
Description: 
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentythree
Text Domain: profounditsolutions
Tags: blog, news, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, wide-blocks, accessibility-ready, block-patterns, block-styles, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-site-editing, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, style-variations, template-editing, theme-options, threaded-comments, translation-ready, 
*/
/* Apply smooth scrolling behavior to the entire page */
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
	color: white!important;
}
html {
    scroll-behavior: smooth;
  }
*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
:where(.wp-site-blocks) > *, :where(body .is-layout-flow) > *{
    margin-block-start:0 !important;
}
.wp-site-blocks{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    background: #121212 !important;
}
footer > .wp-block-group{
    background-position: bottom center;
}
footer .wp-block-media-text{
    grid-template-columns: 7.1% auto !important;
}
.hero-block{
    position: relative;
    width: 100%;
}
.hero-block .wp-block-column{
    position: relative;
    z-index: 2;
}
.hero-block::after{
    content:'';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('https://itsolutions-new.mystagingwebsite.com/wp-content/uploads/2024/01/OG.svg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 100%;
    pointer-events: none;
}
/* .hero-block::before{
    content:'';
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('https://itsolutions-new.mystagingwebsite.com/wp-content/uploads/2024/01/Vector-3.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 100%;
    pointer-events: none;
} */
.hero-left{
    padding-left: calc((100% - 1160px)/2) !important;
}
.hero-left-medium{
    padding-left: calc((100% - 970px)/2) !important;
}
.serv_blk{
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}
.partners{
    padding: 40px 0;
}
.mq_mobile {
	display:none !important;
}
.partners .slick-track{
    display: flex;
    align-items: center;
} 
.partners .img{
    text-align: center;
}
.full_width_img, .full_width_img img{
    width: 100%;
}
.full_width_img img{
	max-height:687px;
	object-fit:cover;
}
.full_width_img.min_ht_800 img{
	min-height:800px;
	max-height:800px;
}
.full_width_img.min_ht_800.con img{
	object-position:left;
}
.schema-faq-question{
    position: relative;
    padding:0 15px 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.27px;
    width: 100%;
    font-family: var(--wp--preset--font-family--verdana);
    display: block;
    cursor: pointer;
    border-bottom: 1.5px solid #757575;
}
.schema-faq-question.active::after,.rein_item .title.active::after{
    transform: rotate(180deg);
}
.schema-faq-question::after,.rein_item .title::after{
    content:'';
    background-image:url('./assets/img/faq-down.svg');
    background-size:15px auto;
    width: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.schema-faq-section{
    margin-bottom: 20px;
}
.schema-faq-answer{
    font-family: var(--wp--preset--font-family--verdana);
    letter-spacing: -0.24px;
}
.hm_info{
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.hm_info .arrow{
    position: absolute;
    top: 30px;
    right: 30px;
}
.hm_info .hover_blk, .hm_info:hover .hm_nrml, .hm_info:hover .arrow{
    display: none;
}
.hm_info:hover{
    background: #087F5D;
}
.serv_lst.wp-block-cover .wp-block-cover__image-background{
	object-fit:contain !important;
	left:50% !important;
	transform: translatex(-50%);
	max-width:560px !important;
}
.hm_info:hover .hover_blk, .hm_info .hm_nrml{
    display: block;
}
.hm_info .hover_blk{
    background-size: 50% auto !important;
    height: 100%;
    background-position: center right;
    background-repeat: no-repeat;
}
.hm_info.inverse {
    align-items: flex-end;
    padding: 50px 30px;
}
.hm_info.inverse:hover .hover_blk{
    padding: 0 !important;
}
.team_mem{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.team_mem_item.disabled{
    display: none;
}
.team_mem_item {
    width: 25%;
    display: flex;
    align-items: flex-end;
    background: #1E1D1D;
    min-height: 325px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 20px;
    border: 1px solid #121212;
    background-position: center center;
}
.team_mem_item .color{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.team_info{
    opacity: 0;
    font-family: var(--wp--preset--font-family--teko);
    font-weight: 700;
    letter-spacing: -0.24px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.team_info h4{
    font-family: var(--wp--preset--font-family--teko);
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -0.48px;
    line-height: 1;
}
.view_all_btn{
    text-align: center;
    margin-top: 50px !important;
}
.view_all_btn a,.event_btn a{
    font-family: var(--wp--preset--font-family--verdana);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
}
.team_mem_item:hover .team_info, .team_mem_item:hover .color{
    opacity: 1;
}
.career_btns a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.career_btns a::after{
    content:'';
    background-image: url('https://itsolutions-new.mystagingwebsite.com/wp-content/uploads/2023/12/Vector-6-1.svg');
    background-size: 13px auto;
    width: 13px;
    height: 13px;
    opacity: 0;
}
.career_btns a:hover,.career_btns .wp-block-button.active a{
    background-color: #087F5D !important;
    font-weight: 700;
}
.career_btns a:hover::after,.career_btns .wp-block-button.active a::after{
    opacity: 1;
}
.career_item{
    display: none;
}
.career_item.active{
    display: block;
}
.serv_btn a{
    display: inline-flex;
    align-items: center;
}
.serv_btn a::after{
    content:'';
    background-image: url('https://itsolutions-new.mystagingwebsite.com/wp-content/uploads/2023/12/Vector-7.svg');
    background-size: 12px auto;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    margin-top: -5px;
}
.contact_info .wp-block-media-text{
    grid-template-columns: 7.1% auto !important;
}
.contact_info .wp-block-media-text__content{
    padding: 0 20px !important;
}
.gform_required_legend{
    display: none !important;
}
.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend,
.gform_wrapper.gravity-theme .gfield_label{
    font-family: var(--wp--preset--font-family--verdana) !important;
    font-size: 18px !important;
    margin-bottom: 12px !important;
    text-transform: capitalize !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}
.gform_wrapper.gravity-theme .ginput_complex label.active, .gform_wrapper.gravity-theme .ginput_complex legend.active,
.gform_wrapper.gravity-theme .gfield_label.active{
    color: #FFD136 !important;
}
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){
    padding-left: 10px !important;
}
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){
    padding-right: 10px !important;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
    background-color: #121212 !important;
    border-radius: 6px !important;
    border: 1.5px solid #757575 !important;
    min-height: 54px !important;
    font-size: 18px !important;
    font-family: var(--wp--preset--font-family--verdana);
}
.gform_wrapper.gravity-theme .gfield textarea.small{
    height: 103px !important;
}
.gform_wrapper.gravity-theme input[type=color]:focus-visible, .gform_wrapper.gravity-theme input[type=date]:focus-visible, .gform_wrapper.gravity-theme input[type=datetime-local]:focus-visible, .gform_wrapper.gravity-theme input[type=datetime]:focus-visible, .gform_wrapper.gravity-theme input[type=email]:focus-visible, .gform_wrapper.gravity-theme input[type=month]:focus-visible, .gform_wrapper.gravity-theme input[type=number]:focus-visible, .gform_wrapper.gravity-theme input[type=password]:focus-visible, .gform_wrapper.gravity-theme input[type=search]:focus-visible, .gform_wrapper.gravity-theme input[type=tel]:focus-visible, .gform_wrapper.gravity-theme input[type=text]:focus-visible, .gform_wrapper.gravity-theme input[type=time]:focus-visible, .gform_wrapper.gravity-theme input[type=url]:focus-visible,
.gform_wrapper.gravity-theme input[type=week]:focus-visible, .gform_wrapper.gravity-theme select:focus-visible, .gform_wrapper.gravity-theme textarea:focus-visible{
    outline: 1px solid #FFD136 !important;
}
.gform_button.button{
    padding: 20px 30px !important;
    background-color: #087F5D !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.42px !important;
    font-family: var(--wp--preset--font-family--verdana) !important;
    border: 0 !important;
    color: #fff !important;
}
.gform_footer.top_label{
    justify-content: center !important;
}
.part_col .wp-block-column{
    min-height: 100px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.acf-map{
	width:100%;
	height:500px;
}
.upcoming_events{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.upcoming_event{
    display: flex;
    align-items: center;
    padding: 40px 45px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.48px;
    width: 100%;
    justify-content: space-between;
    font-family: var(--wp--preset--font-family--verdana);
    background: var(--Dark-Mode-2, #1E1D1D);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}
.upcoming_event_btn.view_all_btn{
    margin-top: 32px !important;
}
.past_event_btn.view_all_btn{
    margin-top:40px !important;
}
.upcoming_event .flex-row{
    display: flex;
    width: 100%;
    gap:32px;
    align-items: center;
    font-size: 20px;
    font-family: var(--wp--preset--font-family--teko);
    letter-spacing: -0.3px;
    text-transform: uppercase;
    font-weight: 700;
}
.upcoming_event h5,.past_event h5{
    margin: 0 0 30px;
    line-height: 1;
    font-size: 30px;
    font-family: var(--wp--preset--font-family--teko);
    letter-spacing: -0.45px;
}
.past_event p{
    margin: 0;
}
.upcoming_event p{
    margin: 24px 0 0;
}
.upcoming_event .col{
    display: flex;
    gap:10px;
}
.upcoming_event .event_info{
    max-width: 630px;
    width: 100%;
}
.upcoming_event.disabled,.past_event.disabled{
    display: none;
}
.past_events{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.past_event{
    max-width: calc(33.33% - 9.33px);
    width: 100%;
    background: var(--Dark-Mode-2, #1E1D1D);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    font-family: var(--wp--preset--font-family--verdana);
}
.past_event a.link{
    margin-top: 16px;
    font-family: var(--wp--preset--font-family--teko);
    color: #FFD136;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.27px;
    text-decoration: none;
}
.past_event a.link svg{
    margin-top: -5px;
}
.event_row{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.event_row .col{
    border: 1px solid #fff;
    padding: 30px 46px;
    display: flex;
    flex-wrap: wrap;
    max-width: 33.33%;
    width: 100%;
    gap:24px;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 32px;
    line-height: 1;
    font-family: var(--wp--preset--font-family--teko);
    font-weight: 700;
    letter-spacing: -0.48px;
    text-transform: uppercase;
}
.event_row .col.location{
    letter-spacing: -0.36px;
    font-size: 24px;
}
.past_event img{
    width: 100%;
    height: 215px;
    object-fit: cover;
}
.past_event .past_info{
    padding: 40px 35px 25px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.48px;
}
.evt_desc{
    font-family: var(--wp--preset--font-family--verdana);
    padding: 34px 0;
}
.evt_desc.learn{
    padding: 62px 0;
}
.evt_desc h2,.event_gal h2,.event_footer h2{
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.54px;
    font-family: var(--wp--preset--font-family--teko);
}
.evt_desc .two_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.evt_desc .left_col p,.event_footer p{
    margin: 0;
}
.evt_desc .left_col{
    max-width: 402px;
}
.event_speak_item{
    display: flex !important;
    background-color: #087F5D;
    flex-wrap: wrap;
}
.event_speak_item .img,.event_speak_item .info{
    max-width: 50%;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-family: var(--wp--preset--font-family--verdana);
}
.event_speak_item .info{
    padding: 65px 60px 60px 50px;
}
.event_speak_item .info h3, .event_speak_item .info h4{
    margin: 0;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--wp--preset--font-family--teko);
}
.event_speak_item .info h3{
    font-size: 48px;
    letter-spacing: -0.72px;
}
.event_speak_item .info h4{
    font-size: 24px;
    letter-spacing: -0.36px;
}
.event_speaker_slider .slick-dots,.event_gallery_slider .slick-dots{
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 40px 0 0;
    gap: 8px;
}
.event_speaker_slider .slick-dots li button,.event_gallery_slider .slick-dots li button{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: #1E1D1D;
    font-size: 0;
    padding: 0;
}
.event_speaker_slider .slick-dots li.slick-active button,.event_gallery_slider .slick-dots li.slick-active button{
    background-color: #fff;
}
.event_speaker_slider .slick-arrow,.event_gallery_slider .slick-arrow{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 0;
    padding: 0;
    background-image: url('/wp-content/uploads/2024/02/Vector-1.svg');
    background-color: transparent;
    background-size: 32px auto;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
}
.event_gal{
    padding-bottom: 96px;
}
.event_gallery_slider .slick-arrow{
    background-image: url('/wp-content/uploads/2024/02/Vector-2.svg');
    right: 0;
    top: -70px;
}
.event_gallery_slider .slick-arrow.slick-prev{
    transform: rotate(180deg);
    right: 60px;
    z-index: 1;
}
/* .event_speaker_slider .slick-arrow.slick-prev{
    transform: rotate(180deg);
    right: 90px;
    z-index: 1;
} */
.event_speaker_slider  .slick-slide img {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}
.event_gallery_slider .slick-slide img {
    display: block;
    width: 100%;
    max-height: 365px;
    object-fit: cover;
}
.event_gallery_slider{
    margin-top: 20px;
}
.event_speaker_slider p:empty,.event_gallery_slider p:empty{display:none; width: 0 !important;}
.event_footer{
    text-align: center;
    letter-spacing: 0.54px;
    font-family: var(--wp--preset--font-family--verdana);
}
.event_footer .buttons_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-top: 24px;
}
.event_footer .buttons_wrap.upcoming p:first-child a{
    background-color: #087F5D;
}
.event_footer .buttons_wrap.past a,.event_footer .buttons_wrap.upcoming p:last-child a{
    background-color: #CF1C66;
}
.event_footer .buttons_wrap a{
    padding: 20px 30px;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    font-family: var(--wp--preset--font-family--verdana);
    letter-spacing: 0.42px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
}
.event_row .col span {
    display: block;
    width: 100%;
}
@media screen and (max-width:1160px){
	.hero-left{
		padding-left:20px !important;
	}
	.wp-block-social-links, .wp-block-social-links.has-normal-icon-size{
		font-size:21px !important;
	}
}
@media screen and (max-width:1000px){
	header .wp-block-site-logo img{
		max-width:110px !important;
	}
	header .wp-block-navigation ul,header .wp-block-navigation ul li{
		font-size:13px !important;
	}
	header .wp-block-navigation ul{
		gap:10px !important;
	}
	header .wp-block-button__link{
		padding:10px !important;
	}
}
@media screen and (max-width:780px){
	footer .wp-block-media-text{
		grid-template-columns:20px auto !important;
	}
	.wp-block-media-text .wp-block-media-text__content{
		padding:0 20px !important;
	}
	.full_width_img.min_ht_800 img {
		min-height: 500px;
		max-height: 500px;
	}
	.wp-container-core-group-layout-6.wp-container-core-group-layout-6 > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
		margin-left:0 !important;
	}
	.hm_info{
		min-height:247px !important;
	}
	.hm_info:not(:last-child){
		border-bottom:1px solid #FFF !important;
	}
	.hm_info .hover_blk{
		background-size:30% auto !important;
	}
	.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){
		padding-left: 0 !important;
	}
	.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){
		padding-right:0 !important;
	}
    .evt_desc .two_row{
        gap: 20px;
    }
    .evt_desc .left_col{
        max-width: 100%;
    }
    .event_speak_item .info{
        padding: 30px;
    }
    .upcoming_event{
        padding: 20px;
    }
    .upcoming_event{
        flex-wrap: wrap;
    }
    .upcoming_event .event_info{
        width: 100%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:600px){
	.mq_mobile {
		display:block !important;
	}
	header .wp-block-buttons{
		display:none !important;
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{
		grid-column:unset !important;
		grid-row:unset !important;
	}
	footer .wp-block-media-text.is-stacked-on-mobile{
		grid-template-columns:20px auto !important;
	}
	footer ul.wp-block-navigation{
		gap:20px !important;
	}
	footer ul.wp-block-navigation li{
		width:100% !important;
	}
	.team_mem_item{
		width:100%;
	}
	.wp-block-button__link{
		padding-left:10px !important;
		padding-right:10px !important;
	}
    .event_row .col{
        max-width: 100%;
        padding: 20px;
    }
    .event_speak_item .img, .event_speak_item .info{
        max-width: 100%;
    }
    .event_speaker_slider  .slick-slide img{
        max-height: 300px;
    }
    .event_gallery_slider .slick-arrow{
        top: -40px;
    }
    .upcoming_event .flex-row{
        flex-wrap: wrap;
        gap: 10px;
    }
    .upcoming_event .col{
        width: 100%;
    }
    .past_event{
        max-width: 100%;
    }
}