/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

*{font-family: 'Roboto', sans-serif !important;}

main {
  background: #F6FAFD !important;
}

.container-fluid {
  padding: 0 !important;
}

.container {
  max-width: 1280px !important;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}




/* Hero Section */

.event-detail-hero {
  padding-top: 170px;
}

.resource-webinar-main-img {
  min-height: 610px;
  width: 100%;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  border-radius: 24px;
  margin-bottom: 35px;
}

.banner-section{
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  padding: 200px 0 70px;
}

.parent-div,
.banner-content {
  display:flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
}

.banner-text-light,.highlight-text{
  font-weight:700;
  font-size:60px;
  text-align:center;
  display:inline;
  /*   display:flex;
  justify-content:Center; */
  margin:Auto;
  line-height:1.5;
  text-transform:capitalize;
  font-family: 'Roboto', sans-serif;
}
.highlight-text{
  color:#0060A4;
}
.banner-desc{
  max-width:600px;
  width:100%;
  font-size:16px;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  color:#141F32;
  line-height:1.5;
  margin-top:10px;
  text-align:center;
}


/* Custom Card Box */
.vt-job-card-wrapper #searchResults{
  background: #fff!important;
  box-shadow: none;
  margin: 10px 6px;
}
#searchResults .cta-btn{
  margin:20px auto;
}
#searchResults h3{
  text-align:center;
}
form#searchForm {
  position: relative;
}
form#searchForm::before{
  content: "";
  position: absolute;
  top: 39%;
  left: 5%;
  bottom: 0;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background:url(//23990167.fs1.hubspotusercontent-na1.net/hubfs/23990167/raw_assets/public/child%20themes/Aquera-Header-child-theme/images/Vector%2040.svg);
}
.filter-img{
  display:none;
}

.form-title {
  display: none !important;
}

input#myInput {
  padding-left: 42px !important;
}
/* #searchResults h3{
font-family: 'Roboto', sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
} */
.category-wrap {
  display: flex;
  max-width: 250px;
  height:150px;
  overflow:auto;
  gap:5px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.category-wrap span {
  color: #0060A4;
  display: inline-block;
  height: fit-content;
  border-radius: 6px;
  padding: 5px 20px;
  margin:2px;
  background: rgba(0, 96, 164, 0.1);
}
.filter-list ul{
  padding:0;
}
.filter-list ul li{
  list-style-type:none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color:#141F32;
  line-height: normal;
  margin: 15px 0px;
  text-transform: capitalize;
}
.filter-list h1{
  color:#0060A4;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: normal;
  position:relative;
  padding-top:15px;
  border-top:1px solid rgba(20, 31, 50, 0.1); 
  text-transform: capitalize;
}
.application-list-row .left-col .filter-list:nth-child(2) h1{
  border:none;
}
/* .right-col .title{
font-size: 24px;
color:#141F32;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
} */
.info-wrap a img {
  margin-bottom: 20px;
}
/* .filter-list h1::before{
content:"";
position:Absolute;
width:100%;
max-width:200px;
top:0;
left:0;
height:2px;
opacity:0.2;
background-color:#141F32;
} */
/* application detail page */
.fe-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
  gap:30px;
  margin: 60px 0px 30px 0px;
  border-radius: 24px;
  background: #EFF8FF;
}
.long_desc{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color:#141F32;
  line-height: normal;
}
.long_desc h2{
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 61px; 
  text-transform: capitalize;
}
.fe-img-wrap img:nth-child(1){
  max-width:463px;
  width:100%;
}
.fe-img-wrap img:nth-child(2){
  max-width:117px;
  width:100%;
}
.req-form-wrap {
  background: rgba(239, 248, 255, 1);
  padding: 60px 0px;
  margin-top:150px;
  margin-bottom:75px;
  border-radius: 24px;
}
.app-form-wrapper {
  max-width: 800px;
  margin: auto;
  width: 100%;
}
.req-form-wrap h2{
  font-family: 'Roboto', sans-serif;
  font-size: 45px;
  text-align:center;
  font-style: normal;
  font-weight: 700;
  line-height: 61px; /* 135.556% */
  text-transform: capitalize;
  color:#141F32;
}
.req-form-wrap h2 span{
  color:#0060A4;
}
.req-form-wrap h6{
  text-align:center;
  font-family: 'Roboto', sans-serif;
  max-width:545px;
  width:100%;
  margin:auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.related-posts.slick-slide,.webinar-cards-parent.slick-slide {
  display: flex !important;
}
.related-posts .slick-prev.slick-arrow,.webinar-cards-parent .slick-prev.slick-arrow{
  transform: rotate(180deg);
}
.related-posts .slick-prev,.webinar-cards-parent .slick-prev{
  border: none;
  background-color: transparent;
  font-size: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  /*     background: transparent url() no-repeat center center / contain; */
  background: url("https://23990167.fs1.hubspotusercontent-na1.net/hubfs/23990167/blue-arrow.png") no-repeat center center / contain;
  cursor: pointer;
  position: absolute;
  left: unset;
  top: -28px;
  right: 50px;
}
.related-posts .slick-next,.webinar-cards-parent .slick-next{
  border: none;
  background-color: transparent;
  font-size: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  /*     background: transparent url() no-repeat center center / contain; */
  background: url("https://23990167.fs1.hubspotusercontent-na1.net/hubfs/23990167/blue-arrow.png") no-repeat center center / contain;
  cursor: pointer;
  position: absolute;
  top: -19px;
  right: 10px; 
}
.related-posts .slick-arrow.slick-disabled,.webinar-cards-parent .slick-arrow.slick-disabled {
  pointer-events: none !important;
  filter: grayscale(1) !important;
}
.slick-prev:before,.slick-next:before{
  display:none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: unset !important;
  outline: unset !important;
  background:url(https://23990167.fs1.hubspotusercontent-na1.net/hubfs/23990167/blue-arrow.png) no-repeat 50%/contain !important;
}
.slick-initialized .slick-slide{
  margin:0px 20px;
}
.slider-outer-wrap h1{
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 61px; /* 135.556% */
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  margin: 20px 0px 50px 0px;
}
.filter-close {
  z-index: 999999999;
  position: absolute;
  right: 20px;
}
display: none;
}
.related-posts #searchResults{
  margin:10px 5px !important;
}
/* detail application ends */
/* Application Template */

.app-wrap-sec {
  padding: 150px 0 70px;
}

.application-list-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.left-col {
  flex: 1;
}

.right-col {
  flex: 3;
}

.box-container{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}

.image-wrap {
  width: 130px !important;
  height: 130px;
  border-radius: 100%;
  background: #eff8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}


.image-wrap img{
  max-width: 70px !important;
  width:100%;
  object-fit:contain;
}

/* pagination */
.pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}

.pagination-wrap a img {
  width: 16px;
  object-fit: contain;
}

#pagination-numbers {
  display: flex;
  gap: 10px;
  align-items: center;
}

#pagination-numbers > button {
  border: 1px solid rgb(20 31 50 / 50%);
  border-radius: 100%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #141F32;
  opacity: 0.5;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 0;
  background-color: transparent;
}

#pagination-numbers > button.active {
  background-color: #0060A4;
  color: #fff;
  border-color: #0060A4;
  opacity: 1;
}
.pagination-container > button {
  border-radius: 100px;
  border: 1px solid rgb(20 31 50 / 50%);
  width: 26px;
  height: 26px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  background-color: transparent;
  cursor: pointer;
}
.pagination-container > button#next-button {
  background-color: #005ca3;
  color: white;
}

.box-upper{
  position:relative;
  background-color:#F9FCFE;
  border-radius:24px;
  padding:50px 20px;
  width:32%;
  margin:10px 5px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.box-upper::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius:24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
  height: 130px;
  z-index: 0;
  background-image: url(//23990167.fs1.hubspotusercontent-na1.net/hubfs/23990167/raw_assets/public/child%20themes/Aquera-Header-child-theme/images/Ellipse%203569.png);
}

.box-upper:hover{
  box-shadow: 0px 6px 53px 0px rgba(15, 23, 40, 0.08);
}

.box-upper .excerpt {
  color: #141F32;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  min-height:64px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 232px;
  margin: 12px auto 30px !important;
}

.box-container h3{
  font-family: 'Roboto', sans-serif;
  font-weight:600;
  text-transform:capitalize;
  font-size:24px;
  text-align: center;
  margin:15px 0px 10px 0px;
  line-height:28px;
}
.box-container h6{
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  text-align: center;
  text-transform:capitalize;
  font-size:16px;
  line-height:18px;
}

.cta-btn{
  max-width: 168px;
  width: 100%;
  height: 56px;
  color: #fff !important;
  margin-top:30px;
  text-decoration:none;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  display: flex;
  justify-content: center;
  align-items:center;
  border-radius: 12px;
  background: #0060A4;
  box-shadow: 0px 10px 22px 0px rgba(0, 114, 188, 0.20);
}
.cta-btn:hover {
  color:#0060A4 !important;
  text-decoration:none;
  background:#fff;
}

.cta-btn:focus {
  text-decoration:none;
  background: #0060A4;
  color: #fff;
  box-shadow: 0px 10px 22px 0px rgba(0, 114, 188, 0.20);
}

form {
  background: transparent !important;
  padding: 0 !important;
}

form input, .input input, form textarea, .input textarea, .input select {
  border-radius: 6px !important;
  border: 1px solid rgba(0, 114, 188, 0.20) !important;
  background: #FFF !important;
  padding: 20px !important;
  color: rgba(36, 61, 76, 1) !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  outline:none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 0.16px !important;
  margin: 10px 0;
}
textarea{
  resize:none !important;
  min-height:156px;
}

input:focus {
  border-color: #0060a400!important;
  box-shadow: 1px 1px 4px 3px #0060a42e !important;
  outline: none !important;
}

form label {
  display: !important;  
}

form label.hs-error-msg, form label.hs-error-msgs {
  display: block !important;  
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 0.16px !important;
  line-height: normal !important;
  margin: 0 !important;
  padding: 0 0 1.1rem !important
}

form .hs-form-field {
  margin-bottom: 0.1rem !important;
}

form .inputs-list>li {
  margin: 0 0 0.2rem !important;
}

input[type="submit"] {
  border-radius: 12px !important;
  background: #0060A4 !important;
  box-shadow: 0px 10px 22px 0px rgba(0, 114, 188, 0.20);
  min-height: 56px;
  color: #FFF !important;
  font-family: "Poppins",sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}
::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder {
  color: rgba(36, 61, 76, 0.30) !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 0.16px !important;
  opacity: 0.7 !important;
}
.submitted-message {
  border: 1px solid #259b00 !important;
  padding: 45px !important;
  background-color: #259b002b !important;
  border-radius: 8px !important;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
form .input select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url(//23990167.fs1.hubspotusercontent-na1.net/hubfs/23990167/raw_assets/public/child%20themes/Aquera-Header-child-theme/images/Vector-arrow.svg);
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
  border-radius: 6px !important;
  border: 1px solid rgba(0, 114, 188, 0.20) !important;
  padding: 20px !important;
  color: rgba(36, 61, 76, 0.30) !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  outline:none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 0.16px !important;
  margin: 10px 0;
}

.slider-outer-wrap {
  padding-bottom: 100px;
}
/* Custom File Input */

.input.custom-file-input {
  position: relative;
}

.input.custom-file-input input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  cursor: pointer;
  padding: 0 !important;
  margin: 0;
  opacity: 0;
  z-index: 20;
}

.file-upload-wrap {
  height: 200px;
  border-radius: 6px;
  border: 1px dashed #0060A4;
  background: rgba(0, 96, 164, 0.05);
}

.file-upload-wrap #inner-file-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.file-upload-wrap img {
  width: 56px;
  height: auto;
  max-width: 100%;
}

.file-upload-wrap span.highlight {
  color: #0060A4 !important;
  font-size: 16px;
  margin-top: 10px;
}

.file-upload-wrap span {
  color: #141F32 !important;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.custom-file-input #file-display {
  position: relative;
  z-index: 21;
  height: auto;
}

.auto-file-height {
  height: auto !important;
}
.full-file-height {
  height: 100% !important;
}

#file-display file-details {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#file-display .file-details {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

#file-display .file-details .remove-file {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 13px;
  height: 13px;
  object-fit: contain;
  cursor: pointer;
}

form #error-message {
  display: block!important;
  font-family: "Roboto", sans-serif!important;
  font-size: 16px!important;
  font-style: normal!important;
  font-weight: 400!important;
  letter-spacing: .16px!important;
  line-height: normal!important;
  padding: 1rem 0 1.1rem !important;
  color: #ef6b51;
}

a.header__menu-link:hover {
  color: #0060A4 !important;
}

a.header__menu-link.header__menu-link--active-link {
  color: #0060A4 !important;
  font-weight: 600 !important;
  position: relative;
}


.webinar-coming-next{
  margin-top:100px; 
}
.webinar-card{
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0px 6px 53px 0px rgba(15, 23, 40, 0.08);
  max-width: 32%;
  width:100%;
  position:relative;
  margin-bottom:20px;
  padding:20px;
  z-index:2;
}

.webinar-card.slick-slide {
  margin: 8px !important;
}

.webinar-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
  height: 130px;
  z-index: -1;
  background-image: url(//23990167.fs1.hubspotusercontent-na1.net/hubfs/23990167/raw_assets/public/child%20themes/Aquera-Header-child-theme/images/Ellipse%203569.png);
}


.webinar-coming-img{
  margin:Auto;
  display:flex;
}
.webinar-card img{
  width:100%;
  margin:auto;
  max-width: 100%;
  border-radius: 12px;
  max-height: 218px;
  object-fit: cover;
}
.webinar-card-desc p,.webinar-card-heading h2{
  margin-top:10px;
  color:#141F32;
  font-family: "Roboto", sans-serif !important;
}
.webinar-card-heading h2{
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.webinar-coming-heading span{
  color: rgba(0, 96, 164, 1);
}
.webinar-card-desc p{
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to display */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.webinar-card-hr{
  border-top:1px solid rgba(20, 31, 50, 0.1);
  margin-top:30px;
}
.webinar-coming-heading{
  font-size: 45px; 
  font-family: "Roboto", sans-serif !important;
  font-weight: bold; 
  margin:20px 0px 40px 0px;
  line-height: 61px;
  text-transform: capitalize; 
  color: rgba(20, 31, 50, 1); 
  text-align: center;
}

.webinar-card-date-regiter{
  display:flex;
  justify-content:space-between;
}
.register{
  display:flex;
  align-items:center;
}
.webinar-card-date-regiter p{
  margin:0;
  font-family: "Roboto", sans-serif !important;
}
.webinar-card-date p{
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif !important;
}
.register p{
  font-size: 16px;
  font-weight: 400;
  color:#0060A4;
}
.webinar-card-date,.register{
  margin:10px 0px;
}
.register span{
  width:15px;
  margin-left:5px;
}

/* Customer Page */

select.select-filter-list:focus-visible {
    outline: none !IMPORTANT;
}

.customer-list-wrap .cardbox-container {
  gap: 17px !important;
  margin-top: 5rem;
}

.customer-list-wrap .card-box {
  background-color: transparent !important;
  border-radius: 0px;
  margin: 10px 0;
  max-width: 100%;
  flex: 24%;
  padding: 0 !important;
}

.customer-list-wrap .card-box:hover {
  box-shadow: none !important;
}

.customer-list-wrap .card-box:before {
  display: none !important;
}

.customer-list-wrap .card-box .image-wrap {
  margin: 0 !important;
  box-shadow: 0 6px 53px 0 rgba(15,23,40,.08); 
}

.card-box .image-wrap img.customer-logo {    
  max-width: 150px !important; 
}


@media only screen and (max-width:980px){
  .webinar-card{
    max-width:45%;
  }
}
@media only screen and (max-width:768px){
  .event-detail-hero {
    padding-top: 70px;
  }
  .webinar-card{
    max-width:100%;
  }
}


/* Media Query */

@media only screen and (max-width:1024px){
  /*   .box-upper{
  width:45% !important;
}
  .related-posts .box-upper{
  width:unset !important;
} */
}

@media (min-width: 981px) {

  a.header__menu-link.header__menu-link--active-link:before {
    content: "";
    width: 13px;
    height: 2px;
    background: #0060A4;
    position: absolute;
    bottom: 10px;
    left: 16px;
  }
  #hs_cos_wrapper_header-module-1 .header__menu-item--depth-1>.header__menu-link--active-link {
    position: relative;
  }

  #hs_cos_wrapper_header-module-1 .header__menu-item--depth-1>.header__menu-link--active-link:before {
    content: "";
    width: 13px;
    height: 2px;
    background: #0060A4;
    position: absolute;
    bottom: -5px;
    left: 0;
  }
}

@media (max-width:768px){
  .customer-list-wrap .card-box .image-wrap {
    width: 170px !important;
    height: 170px;
  }
  .custom-wrapper{
    margin-top:30px; 
  }
  .box-upper{
    width:90%;
    margin:20px auto;
  }
}

/* application detail responsive */
@media only screen and (max-width:1200px){
  .vt-job-card-wrapper #searchResults{
    width:40% !important;
  }
}
@media only screen and (max-width:980px){
  .application-list-row{
    flex-direction:column;
  }
  form#searchForm{
    display:flex;
  } 
  .filter-close {
    display: inline-block;
  }
  .application-list-row .left-col .filter-list:nth-child(2) h1{
    border-top:1px solid rgba(20, 31, 50, 0.1);
  }
  .application-list-row .left-col .filter-list:nth-child(1) h1{
    border-top:none;
  }
  form#searchForm::before{
    left:2%; 
  }
  input#myInput {
    padding-left: 60px !important;
  }
  .filter-wrapper {
    background: #fff;
    height: 100vh;
    left: -40%;
    opacity: 0;
    padding: 20px;
    position: fixed;
    top: 0;
    transition: all .4s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 999999;
    overflow-y: auto;
  }
  .is-active {
    left:0;
    opacity:1;
    visibility:visible;
  }
  .filter-img {
    display: inline-flex;
    position: absolute;
    right: 2%;
    top: 39%;
  }
  .vt-job-card-wrapper #searchResults{
    width:45% !important;
  }
}
@media only screen and (max-width:768px){
  .req-form-wrap h2{
    font-size:30px;
    line-height:40px;
  }
  .req-form-wrap{
    padding:20px;
  }
  .related-posts #searchResults{
    margin:0 10px; 
  }
  .banner-text-light{
    font-size:40px;
  }
  .fe-img-wrap img:nth-child(1){
    width:50%;
  }
  .fe-img-wrap img:nth-child(2){
    width:20%;
  }
  .vt-job-card-wrapper #searchResults{
    width:100% !important;
  }
  .slider-outer-wrap h1{
    font-size:30px; 
  }
}



/* Resources Webinar Deatil CSS */
.resource-webinar-main-img img{
  max-height: 610px;
  border-radius: 30px;
  object-fit: cover;
  width:100%;
  margin:50px auto;
}
.resource-tag{
  display:flex;
  align-items:Center;
}
.resource-tag div h6{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color:#0060A4;
  margin:0;
  font-weight: 600;
  text-transform: capitalize;
}
.resource-detail-desc h3,.resource-detail-desc h5,.resource-detail-desc p,.resourse-detail-info h2{
  font-weight: 600;
  font-family: 'Roboto', sans-serif !important;
  text-transform: capitalize;
  max-width:545px;
  width:100%;
  color:#141F32;
  margin:15px 0px;
}
.resource-detail-desc h3{
  font-size: 24px;
}
.resource-detail-desc h5{
  font-size:18px; 
}
.resource-detail-desc p{
  font-size: 16px;
  font-weight: 400;
  /*   margin-top:80px; */
}
.resourse-detail-info{
  margin-top:70px;
}

.hover-cursor img {
  filter: grayscale(1);
}

.resourse-detail-info h1,
.resourse-detail-info h2,
.resourse-detail-info h3,
.resourse-detail-info h4,
.resourse-detail-info h5,
.resourse-detail-info h6,
.resourse-detail-info p,
.resourse-detail-info span,
.resourse-detail-info a {
  font-family: 'Roboto', sans-serif !important;
}

.resource-form-wrapper form .hs-button, form input[type=submit] { 
  max-width: 928px;
}

form .hs-form-field .input,
.resource-form-wrapper form label.hs-error-msg, form label.hs-error-msgs {
  margin: 0 4px !important;
}

.resourse-detail-info h2{
  font-size: 24px;
}
.resourse-detail-info h2,.resourse-detail-info p{
  max-width:915px;
  width:100%;
}
@media only screen and (max-width:768px){

  .resourse-detail-info h2,.resource-detail-desc h3{
    font-size:20px;
  }
  .resourse-detail-info{
    margin-top:20px;
  }
}
/* on demand events */
.on-demand-events-wrpper {
  display: flex;
  align-items: flex-start;
  column-gap: 70px;
  margin-top:150px;
}
.on-demand-events-wrap1 {
  flex: 2;
}

.on-demand-events-wrap1 a {
  text-decoration: none;
}

.on-demand-events-wrap1 a:hover {
  text-decoration: underline;
}

.on-demand-events-wrap2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 70px;
}
.on-demand-event-name {
  font-family: 'Roboto', sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: #141F32;
  margin:10px 0px 20px 0px;
}
.on-demand-event-description {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #141F32;
}

.on-demand-event-type-wrapper > p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px;
  font-style: normal;
  margin:0;
  font-weight: 600;
  line-height: 19px;
  text-transform: capitalize;
  color: #0060A4;
  margin-left: 12px;
}
.upcoming-events-wrapper .on-demand-event-name{
  font-size:24px;
}
.on-demand-event-date-wrapper {
  display: flex;
  margin:20px 0px;
  align-items: center;
  justify-content: space-between;
}
.on-demand-event-date {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  color: #141F32;
  margin-bottom: 0;
}

img.on-demand-event-img {
  width: 100%;
  object-fit:cover;
  max-height: 403.59px;
  border-radius:10px;
}
.on-demand-event-type-wrapper{
  display:flex;
  align-items:center;
}
.small-detail{
  display:flex;
  align-items:flex-start;
}
.small-detail .on-demand-event-name{
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to display */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.on-demand-events-wrap2-col1 {
  margin-right: 10px;
}

.on-demand-events-wrap2-col1 a,
.upcoming-events-content-wrap a {
  text-decoration: none;
}

.on-demand-events-wrap2-col1 a:hover,
.upcoming-events-content-wrap a:hover {
  text-decoration: underline;
}

.upcoming-events-img-wrap img{
  width: 196px;
  height: 167px;
  border-radius:10px;
  object-fit: cover;
}
.upcoming-events-wrap {
  display: flex;
  margin-bottom:50px;
  align-items:Center;
}
.upcoming-events-content-wrap {
  padding-left: 20px;
}
.upcoming-events-wrapper {
  max-width: 80%;
}
.upcoming-heading{
  color:#0060A4;
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif !important;
}
.upcoming-events-wrap .on-demand-event-date{
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width:980px){

  .on-demand-events-wrpper {
    display: flex;
    flex-direction: column;
  }
  .on-demand-events-wrpper{
    margin-top:50px;
  }
  .small-detail {
    flex-direction: row-reverse;
  }
  .on-demand-events-wrap2 {
    margin-top: 30px;
  }
  .on-demand-events-wrap2-col1 {
    margin-left: 20px;
  }
  .upcoming-events-wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width:768px){
  .upcoming-heading-wrapper .select-filters-form{
    flex-direction: column;
    gap: 30px;
  }
  .upcoming-heading-wrapper .select-filters-form .select-filter-list {
    width: 100% !important;
    max-width: 100% !important;
  }
  .small-detail {
    flex-direction: column-reverse;
    align-items:center;
  }
  .on-demand-event-img{
    margin-top:15px;
  }
  .small-detail .on-demand-event-type-wrapper{
    margin-top:10px;
  }
  .upcoming-events-wrap {
    flex-direction: column;
    align-items: center;
    margin-top:50px;
  }
  .upcoming-events-img-wrap {
    width: 100%;
    height: 400px;
  }
  .upcoming-events-img-wrap img {
    width: 100%;
    height: 100%;
  }
  .on-demand-events-wrap2-col2{
    width:100%;
  }
  .upcoming-heading{
    text-align:center;
  }
  .upcoming-heading{
    font-size:40px;
    line-height: 50px;
  }
  .on-demand-event-name{
    font-size:20px;
  }
  .on-demand-event-date{
    font-size:18px;
  }
  .on-demand-events-wrap2-col1{
    margin:0; 
  }
  .app-wrap-sec {
    padding: 50px 0px;
  }
  .on-demand-event-description{
    text-align:center;
  }
}
/* header remian css */
.head-social {
  display: flex;
}

.hideBox{display: none !important;}

.application-list-row .right-col .title {
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 10px;
}
.filter-list a {
  font-family: Roboto;
}
.filter-list a, .filter-list label {
  color: #141F32;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.select-filters-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  margin-bottom: 40px;
}
.select-filters-form .select-filter-list {
  background-color: transparent;
  border: none !important;
  border-radius: 0 !important;
  width: auto !important;
  padding: 0 !important;
  font-size: 1rem !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  color: #141F32 !important;
  max-width: 120px;
  cursor: pointer;
  padding-right: 25px !important;
}
.upcoming-heading-wrapper .select-filters-form {
  justify-content: flex-start;
}

@media (min-width: 981px) {
  .filter-close {
    display: none;
  }
}


@media(max-width: 600px) {
  .select-filters-form {
    flex-direction: column;
    gap: 30px;
  }
  .select-filters-form .select-filter-list {
    width: 100% !important;
    max-width: 100% !important;
  }
}