body {
  
    /* font-family: 'lato'; */
    /* font-family: '-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji' !important; */
}
body{
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333;
background-color: #fff;
-webkit-font-smoothing: antialiased;
}

:root{
    --color:#ff5e14;
    --footercolor : #151414;
    --bordercolr : #ccdeea;
}

.cli_active{
  /* color: var(--color);
  font-weight: 6000;
  background-color: #eaeaea;
  margin-bottom: 10px; */
  /* border-left: 3px solid var(--color);
  font-weight: 6000;
  background-color: #eaeaea; */
  background-color: #f6842c !important;
  color: #fff !important;
}
.cli_active a{
  /* color: var(--color); */
  color: #fff;
  font-weight: 6000;
}
.cli_active a:hover{
  /* color: var(--color); */
  color: #fff;
  font-weight: 6000;
}
.add_liclass:hover{
  background-color: #f0ece9ed;
}

/* footer styles from code *.* start ==================
====================================================*/
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  /* background: #151414; */
  border-top: 2px solid var(--bordercolr);
  border-bottom: 2px solid var(--bordercolr);


  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 16px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
      color: #000;
  line-height: 30px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #0158a7;
  font-size: 16px;
  /* margin-right: 15px; */
}
.footer-social-icon i {
  height: 40px;
  width: 25px;
  /* padding: 0px !important; */
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
/* .facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
} */
.footer-widget-heading h3 {
  color: #f48d40;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}
.trr{
  margin-bottom: 6px !important;
}
.footer-widget-heading h3::before {
  /* content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14; */
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 9px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #000;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #fff;
  color: #000;
  border-top: 1px solid var(--bordercolr);
  padding: 10px 0;
}
.footer_padd{
  padding: 18px 4px;
}
.padd_left{
  padding: 2px 24px;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}


/* footer styles from code *.* end ==================
====================================================*/


/* top bar styles start */
.stickyy{
    background-color: #fff;
    color: #000;
}
.top_strip_para{

  padding: 1px 10px;
  text-decoration: none;
  right: 80px;
  position: absolute;
/*   
  padding: 1px 10px;
    text-decoration: none; */
}


.left_options_div {
  margin-bottom: 15px;
}
.mobile_socila_div{
  margin-top: 6px;
}
@media screen and (max-width:767px) and (min-width: 280px) {

  .mobile_socila_div{
    display: block !important;
  }
  .web_socila_div{
    display: none !important;
  }

  .mobile_drop_down{
    display: block !important;
  }
  .web_container{
    display: none !important;
  }



  .right_div{
    margin-top: 15px;
  }
  .left_options_div{
    display: block !important;
  }
  .page_li_div{
    display: none;
  }

  /* .for_mbl_div{
    display: block !important;
  }
  .co_pagee{
    display: none !important;
  } */


    .left_divv{
      display: none !important;
    }
    .right_divv {
      background-color: #e8f3f9;
      padding: 2px 4px !important;
      color: #000 !important;
      font-size: 14px !important;
  }
  
  
   
}

.logo_web img{
  height: 60px;
}

@media screen and (max-width:496px) and (min-width: 280px) {
  .logo img {
    height: 40px;
  }

.logo_mobile{
  display: block !important;
}
.logo_web{
  display: none !important;
}
.logo img {
  
}

  .navbar{
    padding: 4px 0px !important;
  }
  .challeng_text{
    display: none !important;
  }
  
  
  /* .logo img {
    height: 43px !important;
} */
.entire_top_bar_2 {
  border-bottom: 2px solid var(--bordercolr);
  /* border: none !important; */
  padding: 2px;
  font-size: 10px !important;
}

}



#wpforms-submit-620{
  background-color: #f5842a;
  color: #fff;
  float: right;
  border-radius: 40px;
  padding: 10px 20px;
}
#wpforms-submit-620:hover{
  background-color: #034484;
  color: #fff;
  float: right;
  border-radius: 40px;
  padding: 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}



@media screen and (max-width:694px) and (min-width: 280px) {
  .carousel-item img{
    min-height: 250px;
    max-height: 250px;
  }
}

@media screen and (max-width:676px) and (min-width: 280px) {
  .top_strip_para{
    padding: 1px 10px;
    text-decoration: none;
    right: 20px;
    position: absolute;
 
  }

  
}

.top_strip_para:hover{
    color: #000;
    text-decoration: none;
}
.top_icons {
    font-size: 12px;
}
.social_icon_top {
  padding: 2px 8px;
    margin: 0px;
    color: #0158a7;
    border-radius: 20px;
}
.entire_top_bar_2{
    border-bottom: 2px solid var(--bordercolr);
    /* padding: 6px; */
   
}
.entire_top_strip_3{
  font-size: 13px;
  font-weight: 550;
  color: #0158a7;
  text-decoration: none;
  text-align: right !important;
}

.social_icon_top .facebook-bg{
    background: none !important;
  }
  .social_icon_top .twitter-bg{
    background: none !important;

  }
  .social_icon_top .google-bg{
    background: none !important;

  }

/* top bar styles end */


/* menu bar styles start============= */

.bg_clr {
  background-color: #fff;
}

.all_sticky{
  position: sticky;
  top: 0;
  z-index: 99;
  border-bottom: 1px solid var(--bordercolr);
}



#navbarNavDropdown ul li a {
  color: #000 ;
}


#menu-header-menu li a{
  padding: 8px 20px;
}


#menu-header-menu {
  margin-left: 160px;
}




/* .logo img{
  height: 60px;
} */

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    font-weight: 700;
    color: #0059af !important;
}

.job_board_btn{
  display: none;
}
.jbddd{
  padding: 12px 15px;
  border-radius: 12px;
  background-color: #0059af;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width:991px) and (min-width: 280px) {

  .home_mobile_img_div{
    display: block !important;
  }
  .home_img_div{
    display:  none !important;
  }

}


@media screen and (max-width:991px) and (min-width: 280px) {
  /* .job_board_btn{
    display: block !important;
  } */

  .butn_divvv{
    display: none !important;
  }
  #menu-header-menu {
    margin-left: 0px !important;
  }

}

.mobile_drop_down{
  display: none ;
}


/* 
.job_brd_btn{
  display: none !important;
} */

.job_brd_btn{
  text-decoration: none;
  background-color: #005eb5;
  color: #fff;
}

.job_brd_btn:hover{
  color: #fff;
  text-decoration: none;
  background-color: #005eb5;
}

/* menu bar styles end============ */



/* inner pages banner */

.banner_title_div {
  padding: 100px 10px;
}
.center_name {
  padding-left: 16%;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}


.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  background-color: #fff;
  font-weight: 600;
  color: #005eb5 !important;
}

/* ========================== */
.cardd{
	background-color: #fff;
}
.cardd img{
	width: 100%;
  
}


li.list-group-item.add_liclass {
  /* margin: 6px 0px; */
}
.categoey_li:hover {
  text-decoration: none;
}

.gallery_title{
	text-align: center;
    padding: 8px 10px;
    background-color: #f6842c;
    color: #fff;

}


.list-group-item{
  /* border: none !important; */
  border-top: none !important;
  border-bottom: 1px solid #c9b9b9;
  border-right: none !important;
  border-left: none;
}
.add_liclass{
  background-color: rgb(246 241 241 / 85%);
}

/* inner page styles  */
.Activities_heading_readpage{
  font-weight: 600;
  /* color: #005eb5; */
  margin-bottom: 24px;
}
.para_Activities_readpage_2 {
  line-height: 36px;
  font-size: 16px;
  text-align: justify;
  /* padding: 6px 20px; */
}


/* internal page new ui */



.event_details_img{
  /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
  margin-bottom: 20px;
}
.category_name_cls {
  font-size: 16px;
  /* font-weight: 600; */
  color: #000;
  padding: 2px 0px;
}
.top_div_cls{
  padding: 14px 10px;
  /* background-color: #e7eef3; */
}

/* internal page new ui */

/* for bold cls */
.frbldcls{
  color: #f5842a;
  font-weight: 600 !important;
}

.contact_div_card{
  /* background-color: #dee8f0; */
  border-radius: 20px;
  padding: 20px 16px;
}
.icon_cls{
  padding: 10px 4px;
}
.ffll{
  width: 224px;
  border-radius: 12px;
  background-color: #f5842a;
  color: #fff;
  padding: 10px 20px;

}

.trr_bottom{
  color: #000;
  text-decoration: none;
}
.trr_bottom:hover{
  /* text-decoration: none !important; */
  color: #f5842a;
}


/* top arrow */
.or_clr{
  color: #f5842a;
}
.details_name{
  /* background-color: #f5842a;
  padding: 10px 40px;
  font-size: 18px;
  border-radius: 20px;
  color: #fff;
  width: 230px; */
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 10px;
  box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
  border-bottom: 1px solid #d0d0d0;
  padding: 10px 40px;
}

/* .second_div{
  box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
  border-radius: 8px;
  padding: 0px 20px;
} */
.incubation_second_div .second_div{
  box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
  border-radius: 8px;
  padding: 0px 20px;
}

.card-body.chalenge_body {
  min-height: 160px;
  max-height: 160px;
}
.chale_event_heading{
  margin-bottom: 8px;
  min-height: 40px;
  max-height: 40px;
  font-size: 20px;
  color: #000 !important;
  font-weight: 600;
  text-decoration: none !important;
}
.chale_event_heading:hover{
  font-size: 20px;
  color: #000 !important;
  font-weight: 600;
  text-decoration: none !important;
}
.chale_event_para{
  font-size: 15px;
  color: rgb(77, 76, 76) !important;
}

.card-body a{
  text-decoration: none !important;
}

#to-top {

  border: 1px solid #f5842a;
  display: block;
  padding: 11px 15px;
  color: #fff;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 9;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  background-color: #f5842a;
}


.key_title_div{
  background-color: #f6842c;
  padding: 8px 5px;
  min-height: 86px;
  max-height: 86px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

}

.inc_title{
  font-size: 18px;

  text-decoration: none;
  text-align: center;
  padding: 8px 10px;
  /* padding-top: 12px; */
 
  color: #fff;

}
.inc_title:hover{
text-decoration: none !important;
}


.aigpl-album-design-1 .aigpl-img-title {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px !important;
  min-height: 80px !important;
  max-height: 80px !important;
  line-height: normal;
  margin: 15px 0 0;
  padding: 0;
}
.aigpl-gallery-album-wrp .aigpl-img-wrp::after {
border:0px !important;
	left:0px !important;
	bottom:0px !important;
}





.home_chl_card{
    min-height: 340px;
    max-height: 340px;

}

.placeholderred::-webkit-input-placeholder {
  color: red !important;

}

.placeholderred:-moz-placeholder { 
  color: red !important;
}

.placeholderred::-moz-placeholder { 
  color: red !important;
}

.placeholderred:-ms-input-placeholder {
  color: red !important;
}

.placeholderred{
  border: 1px solid red !important;
}

.dropdown_borderred {
  border-color: red !important;
}

.multiselect.dropdown_borderred {
  border-color: red !important;
}

.row-hr {
  border-bottom: 2px solid #f8f8f8;
  padding: 5px 0px;
  margin-bottom: 3px !important;
}


.sub_head {
  font-size: 15px !important;
}
.row-hr label {
  font-size: 13px;
  color: black;
  font-weight: normal;
  word-break: break-all;
}
.previw_para {
  opacity: 0.8;
  font-size: 14px !important;
  margin: 0px !important;
}

@media (min-width: 992px)
{
  #myPreviewModal .modal-lg {
    width: 1100px;
    max-width: 1100px;

}
}

.preview_heading {
  font-size: 20px;
  font-weight: 600 !important;
  color: white;
  background-color: #f5842a;
  padding:5px;
  margin: 0px!important;
  /* margin-bottom: 14px; */
}

.previewtitle{
  background-color: #f5842a;
  color:white;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  color: #fff !important;
  text-shadow: 0 1px 0 #fff;
  opacity: 1 !important;
}