/* 
Theme Name: icri
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

*{
	scroll-behavior: smooth;
	
}
/* .elementor-widget-text-editor,
.elementor-widget-heading .elementor-heading-title {
	font-family: "Proxima Nova", Sans-serif !important;
} */
.page-title{
	color: #fff !important;  
}
.breadcrumbs-text {
	line-height:20px;
	
}

.post-slider .esz_post_title {
    border-bottom: 2px solid #6D6E6E;
    margin: 0px 35px;
    padding: 12px 0px 20px 0px !important;
}

.post-slider .esz_post_excerpt {
    padding-top: 25px !important;
}

.post-slider .slick-dots {
    margin-top: 45px !important;
}

.post-slider .slick-dots li button:before {
    width: 52px !important;
    border-radius: 0px !important;
}

.post-sidebar .elementor-post__title {
    border: none !important;
    padding-bottom: 0px !important;
}

.post-slider .esz_post_link a,
.post-slider .elementor-post__read-more {
    background-color: #1581be;
    padding: 7px 70px;
    border-radius: 50px;
}

.post-slider .esz_post_link a:hover,
.post-slider .elementor-post__read-more:hover {
    background-color: #EC9322;
}
.search-lines:after{
	content: '';
    position: absolute;
    width: 1.71px ;
    height: 16.1px;
    background: #acadae;
    top: 5px;
    left: 10px;
}
.search-lines:before{
	content: '';
    position: absolute;
    width: 1.71px;
    height: 16.1px;
    background: #acadae;
    top: 5px;
    right: -10px;
}


/* ABout Us */

.about-us-block:hover .about-box-contain a {
    color: #ffffff !important;
}

.about-box-contain a {
    color: #1581BE;
}

.swiper-slide-bg {
    border-radius: 26px;
}


.chapter-states a {
    display: block;
    font-weight: 400 !important;
}

/* Chapters */

.chapter-main-section {
    display: flex;
}

.sidebar-title {
    color: #1581BE !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.sidebar-content {
    margin-bottom: 30px;
}

.sidebar_url {
    font-weight: 400 !important;
}

.sidebar_url:hover {
    color: #1581BE !important;
}

.officer-section {
    color: #5d5d5d !important;
}

.chapter-content h2 {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.3px;
}

.wfa-filter-form-container {
    border-bottom: none !important;
}

/* heading with line */
.title-withline {
    display: flex;
    align-items: center;
    gap: 18px;
}

.title-withline h2 {
    font-size: 13px;
    color: #595b5d;
    font-weight: 500;
    margin: 0;
}

.title-withline .divider {
    flex: 1;
}

/* introduction slider */
.introduction-details {
    position: relative;
}

.intro-content {
    position: absolute;
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 0 60px;
    gap: 18px;
    top: 0;
    flex-flow: column;
    color: #fff;
}

#introduction-slider {
    position: relative;
	height:450px;
	margin-top:30px;
}

#introduction-slider .owl-nav {
    position: absolute;
    top: 50%;
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: space-between;
    left: 0;
    right: 0;
}

#introduction-slider .owl-item.active .intro-content {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
#introduction-slider .item .intro-image img{
	height:450px;
	object-fit: cover;
    border-radius: 20px;
}

#introduction-slider .owl-next:after,  #introduction-slider .owl-prev:after {
    content: '';
    background: url(http://icri.flywheelsites.com/wp-content/uploads/2023/11/angle-right.png) no-repeat center center;
    width: 25px;
    height: 25px;
    position: absolute;
    background-size: contain;
    right: 10px;;
}
#introduction-slider .owl-prev:after {
	transform: rotate(180deg);
	left:10px;
}
#introduction-slider .owl-nav button span{
	font-size:0;
}
#introduction-slider .owl-nav{
	margin-top:-10px;
}
.intro-content h2 {
    color: #fff;
    font-size: 35px;
    line-height: 48px;
    margin: 0;
}
.intro-content p {
    font-size: 17px;
    line-height: 28px;
}
.learn-more a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid;
    padding: 10px 40px;
    border-radius: 19px;
}
/* sponser slider */
#sponser-logos .item img {
    height: 100px;
    object-fit: contain;
    width: 160px !important;
    margin: auto;
}

#sponser-logos {
    padding: 25px 0 35px;
}

/* search-line  */
.search-line {
    position: relative;
}

.search-line:after {
    content: '';
    position: absolute;
    width: 1.71px;
    height: 16.1px;
    background: #acadae;
    top: 8px;
    left: 10px;
}

.search-line:before {
    content: '';
    position: absolute;
    width: 1.71px;
    height: 16.1px;
    background: #acadae;
    top: 8px;
    right: 0;
}

.csmt-form .select-caret-down-wrapper svg {
    display: none !important;
}

.csmt-form .select-caret-down-wrapper:after {
    content: '';
    background: url(../../../wp-content/uploads/2023/09/arrow.png);
    width: 14px;
    height: 14px;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -6px;
}

.csmt-form .select-caret-down-wrapper:before {
    top: -15px;
    content: '';
    position: absolute;
    width: 2px;
    height: 30px;
    left: -21px;
    z-index: 9999;
    background: #a8aaad;
}

.footerMenus a {
    position: relative;
    color: #ffffff;
    font-weight: 400;

}

.footerMenus a:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background: #ffffff;
    bottom: -4px;
    transition: all .4s ease;
}

.footerMenus a:hover:before {
    width: 100%;
}
/* CSRT PAGE  */

/* .csrt .csmt .elementor-shortcode{
	border: 2px solid #1581BE;
} */
.dataTables_length {
    display: none;
}
/* div#tablepress-12_filter {
    display: none;
} */
.tablepress .sorting {
    background-color: #1490d5;
	color: #ffff;
	padding: 20px;
}
div.dataTables_info {
    display: none;
}
.tablepress {
	--padding: 17px;
}
/* forms  */
.elementor-3781 .elementor-element.elementor-element-e89d9d2 .eael-gravity-form .gfield select {
/* 	background: transparent !important; */
    border-radius: inherit;
}
.elementor-3781 .elementor-element.elementor-element-e89d9d2 .eael-gravity-form .gfield input[type="text"]{
    border-radius: inherit;
}


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  .wpDataTableContainerSimpleTable  {
    scrollbar-width: auto;
    scrollbar-color: #ddd #ffffff;
  }

  /* Chrome, Edge, and Safari */
  .wpDataTableContainerSimpleTable::-webkit-scrollbar {
    width: 10px;
  }

  .wpDataTableContainerSimpleTable::-webkit-scrollbar-track {
    background: #ffffff;
  }

  .wpDataTableContainerSimpleTable::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 10px;
    border: 6px solid #ffffff;
  }
	.wpDataTableContainerSimpleTable tr:nth-child(1) td {
		background-color: #3b92d4 !important;
		color: #fff;
		font-weight: 600;
		padding: 12px !important;
	}
	h3.wpdt-c{
		font-size: 32px;
		font-weight: 600;
		letter-spacing: 1px;
		padding-bottom: 10px;
		color: #000;
	}
	.wpDataTableContainerSimpleTable{
		box-shadow: 0 0 15px #0003;
	}
	.wpDataTableContainerSimpleTable td{
		text-align:left !important;
	}

/* ===== Sidebar Menu ===== */
    
/* 	.sidebar_menu .menu .sub-menu li:last-child{
		border-bottom:0;
	} */
/* 	.sidebar_menu .menu .sub-menu {
		margin-bottom: -15px;
	} */
#resources_menu .sub-menu ul{
    border-top: 2px solid #a8aaad;
    margin-top: 15px
}
#resources_menu .sub-menu ul:nth-child(2) li:nth-child(1) {
    border-top: none;
    margin-top: 0;
}
#resources_menu  ul.sub-menu li:nth-child(3){
    border-bottom: 2px solid #a8aaad;
     padding-bottom: 15px;
   
}
#resources_menu .sub-menu li:last-child{
		border-bottom:0;
		padding-bottom: 0
} 
#news_menu .sub-menu ul:nth-child(2) {
    border-top: 2px solid #a8aaad;
    margin-top: 15px;
}
#news_menu .sub-menu ul:nth-child(2) li{
    border-bottom: none ;
    padding-bottom: 0
}

#awards-menu .sub-menu ul:nth-child(2) li:nth-child(6){
	border-bottom: none;
    padding-bottom: 0px;
}
#awards-menu .sub-menu ul:nth-child(2) li:nth-child(1){
	 border-top: none;
    padding-top: 15px;
}
#awards-menu .sub-menu ul:nth-child(2){
	 border-top: 2px solid #a8aaad;
    margin-top: 15px;
}
#awards-menu .sub-menu ul:nth-child(2) li:nth-child(2){
	border-bottom: 2px solid #a8aaad;
	padding-bottom: 15px;
    }
#awards-menu  .menu .sub-menu li:last-child{
		border-bottom:0;
	} 

ul.sub-menu {
    padding-left: 15px;
}

/* .sub-menu ul:nth-child(2) li:nth-child(2){
    border-bottom: none;
    padding-bottom: 0px;
} */

/* Tabs */
.e-n-tabs-heading > :first-child {
	border-radius: 18px 0px 0px 0px;	
}
.e-n-tabs-heading > :last-child {
	border-radius: 0px 18px 0px 0px;
}
@media (max-width:1024px) {

    .menuStyle .e-con-inner .e-child:nth-child(2),
    .menuStyle .e-con-inner .e-child,
    .menuStyle .e-child:nth-child(2) .elementor-element,
    .menuStyle .e-child:nth-child(2) .elementor-widget-container {
        position: unset
    }

    .menuStyle nav {
        position: absolute;
        width: 100%;
        top: 80px;
        left: 0px;
        border-radius: 5px;
        box-shadow: 0px 0px 10px;
    }

    .menuStyle .elementor-menu-toggle {
        margin: unset !important;
        margin-left: auto !important;
    }
	
	.chapter-main-section{
		flex-flow:column;
	}
	.chapter-content, .chapter-sidebar {
		width: 98% !important;
	}

    .footerstyle .e-con-inner .footerMenus {
        flex: 0 0 20%;
    }
	.page-title{
		color: #fff !important;
		line-height: initial !important;
		font-size: 42px !important;
		padding: 0 7px;	
	}
	.elementor-nav-menu ul {
		font-family: "Proxima Nova", Sans-serif;
		font-size: 17px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.3px;
	}	
	.elementor-sub-item.highlighted {
		background: #eee;
	}
	.post-slider .elementor-post__read-more {
		padding: 7px 45px !important;
	}
}

@media (max-width:767px) {
    .menuStyle .e-con-inner {
        flex-wrap: nowrap !important;
        position: relative;
    }

    .menuStyle .e-con-inner .e-child:nth-child(1) {
        flex: 0 0 50%;
    }

    .menuStyle .e-con-inner .e-child:nth-child(1) img {
        width: 165px;
    }
	.intro-content h2 {
		font-size: 28px;
		line-height: 35px;
	}
	.e-n-tabs-heading > :first-child {
	border-radius: 0px;	
	}
	.e-n-tabs-heading > :last-child {
		border-radius: 0px;
	}

}

@media (max-width:767px) and (min-width:600px) {
    .footerstyle .e-con-inner .footerMenus {
        flex: 0 0 49%;
    }
}

@media (max-width:600px) {
    .footerstyle .e-con-inner .footerMenus {
        flex: 0 0 100%;
    }
	.page-title {
	color: #fff !important;
	line-height: initial !important;
	font-size: 42px !important;
    padding: 0 10px;
}
}

/*small screen mobiles */

@media (max-width: 359px) {
	.program-btn {
		width: 50%;
	}
	.program-txt {
		padding: 0px 42px;
	}
	.elementor-2047 .elementor-element.elementor-element-2207c7d > .elementor-widget-container,
	.elementor-4115 .elementor-element.elementor-element-235f4bd > .elementor-widget-container {
		padding: 0px 5px 10px 5px !important
	}
	.program-card > .e-con-inner {
		padding: 14x;
	}
}

a.winner-btn {
	background: #1581BE;
	width: fit-content;
	padding: 15px;
	border-radius: 15px;
	color: #fff;
}

/* bOARD AND STAAF PAGE */

.elementor-post__thumbnail__link,
.elementor-post__title {
	pointer-events: none;
} 

/* Homapge CSMT gravity form */

#input_5_16,
#input_5_19,
#input_5_22 {
	border: 0px solid #666;
    background: #EAEAEA;
    border-radius: 50px;
	-webkit-border-radius: 50px; /* Safari-specific prefix */
	font-size: 12px !important;
	width: 95%;
	height: 33px;
	-webkit-appearance: none;
	padding-inline-start: 12px;
}
#gform_fields_5 .spacer.gfield,
div#field_5_24 {
	display: none !important;
}

#gform_5 .gform_footer.top_label {
	display: none;
}

/* .elementor-slideshow__share-links a:first-child {
    display: none;
}
.elementor-slideshow__share-links a:nth-child(2) {
    display: none;
}
.elementor-slideshow__share-links a:nth-child(3) {
    display: none;
} */
#SpContent_Container {
    padding: 15px;
}
#CustomPageBody {
    width: auto;
    clear: both;
}
#CustomPageBody {
    overflow: auto;
    overflow-x: auto;
    overflow-y: visible;
}
/* Concrete repair terminology */

#sp-main #right { 
	display:none; 
}
#sp-main #left { 
	float:none; 
	width:auto; .
}

.ScoreControl {
	display:block;
	float:left;
}

.icri_Fellows{
	display:flex;
	gap : 250px;
}

br.clear {
    clear: both;
}
