html{
	font-size: 14px;
	height: 100%;
}

body{
	font-family: 'Montserrat', sans-serif;
	background-color: #fafbfc;
	height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.base_blank_bg_page{
  height: 100%;
  width:100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/static/incweb/images/solar-panels-roof-solar-cell.jpg');
  background-attachment: fixed;
  /*filter: brightness(0.3);*/
}

.base_blank_bg_page::after{
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
}

.base_blank_bg_box {
  width: 440px;
  max-width: 90%;
  z-index: 102;
}


.text_link{
  text-decoration: none !important;
  display: inline-block;
  padding: 5px;
  position: relative;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  font-weight: 600;
}

.text_link:hover{
  /*color: orange !important;*/
}

.text_link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: orange;
    transition: width .3s;
    position: absolute;
    bottom:-2px;
    left:0;
}

.text_link:hover::after {
    width: 100%;
}


.base_blank_bg_box_img_wrapper{
	position: relative;
	top: 20px;
	z-index: 101;
}
.base_blank_bg_box img{
	padding: 20px;
	background: #d2e2eb;
	border-radius: 10px;
	/*box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 10%);*/
}
.hidden{
	display: none;
}

.no-padding{
	padding: 0 !important;
}

.padding-20{

}
/* BOX STARTS */
.box, .box-solid{
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 36, 90, 0.1);
  padding: 1rem;
  margin-bottom: 0.9375rem;
  overflow: hidden;
  display: block;
  text-decoration: none !important;
  z-index: 100;
}
.box-solid{
  padding:0;
}

.box-solid .box-header{
  padding: 15px;
  padding: 0.666rem;
  border-bottom: 1px solid #ddd;

}
.box-solid .box-body{
  padding:15px;
}
.bg-gray {
    background: #edf1f3;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
}
.box-header{
  text-transform: uppercase;
  border-bottom: 2px solid #edf4f7;
  padding : 1.2rem;
  color: #263843;
}

 .box-header h3{
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}

.box-tools{
  text-align: right;
  color: #beced7;
  float: right;
  cursor: pointer;
  font-size : 0.9375rem;
  font-weight: 700;
}

.box-tools a {
  color: #adbec7;
}

.box-body a{
  word-break:break-word;
}
.box-body{
  padding: 15px;
}

.box_footer_btn:first-child {
    border-right: 1px solid #e0e0e0;
}
.box_footer_btn {
    padding: 17px 5px;
    background: #edf1f3;
    font-size: 14px;
    /* text-transform: uppercase; */
    color: #5a6a73;
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

/* Box Ends */


.form-loader{
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 40px;
  z-index: 1001;
}
.form-loader  .fa{
  font-size: 42px;
}
.form-loader p{
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 18px;
  -webkit-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

.form-loader.white {
    background: rgba(255,255,255,0.6);
    color: #888;
}


/* Form Loader Ends  */


/* Main CSS Starts */

.main_container{
  background: #fff; 
}
.brand-logo{
  height: 80px;
}
.top-navbar{

}
.top-navbar .icon{
  width: 20px;
}

.top_language_btn{
  text-decoration: none !important;
  color: #000 !important;
}

.custom_modal .modal-content{
  border-radius: 20px;
}
.custom_modal .modal-header{
  border-bottom: 0px;
  padding: 2rem 2rem;
}
.custom_modal .close{
  /*position: absolute;*/
  /*top: 0px;*/
  /*right: 0px;*/
  font-size: 2.5rem;
  /*padding: 7px 15px 0px 15px;*/
}
.custom_modal .close:focus{
  border: 0;
  outline: none !important;
}
/* Main CSS Ends  */


/* btn Starts  */
.btn-danger{
  background-color: #ef5726;
}

.btn-danger:hover{
  background-color: #d54719;
}
.btn-danger.focus, .btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active, 
.btn-danger:not(:disabled):not(.disabled):active, 
.show>.btn-danger.dropdown-toggle{
     background-color: #d54719;
}


.btn-info{
  background-color: #29a9e0;
}
.btn-info:hover{
  background-color: #1a92c5;
}
.btn-info.focus, .btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active, 
.btn-info:not(:disabled):not(.disabled):active, 
.show>.btn-info.dropdown-toggle{
     background-color: #1a92c5;
}
/* btn Ends */



.help-text{
  color: red;
}

.main_container{
  min-height: 1000px;
}

.flat_form .form-control{
  height: 52px;
  border-radius: 8px;
  border-color: #bbb;
}
.flat_form .form-group{
  margin-bottom: 30px;
}

.flat_form .form-control:focus{
  border-color: #29a9e0;
  box-shadow: none;
}

.flat_form label{
  color: #000;
}
.font_weight_600{
  font-weight: 600;
}
.flat_form .otp_fields_wrapper .form-control{
  height: 52px;
  border-radius: 0px;
  border: 0;
  border-color: #000;
  width: 50px;
  display: inline-block;
  font-size: 1.55rem;
  text-align: center;
  border-bottom: 1px solid #000;
  margin: 0px 10px;
}

.icon_24{
  width: 24px;
  height:  24px;
}

.icon_32{
  width: 32px;
  height:  32px;
}

.highlight_box{
  padding:  2px;
  /*border: 10px solid;*/
  /*border-image-slice: 1;*/
  border: 0px;
  border-radius: 10px;
  /*border-image-source: linear-gradient(to left, #743ad5, #d53a9d);*/
   /*background: linear-gradient(to right,  #743ad5, #d53a9d);*/
   /*background: linear-gradient(254.11deg, rgba(239, 87, 38, 0.55) 1.84%, rgba(41, 169, 224, 0.55) 52.36%, rgba(2, 148, 67, 0.55) 98.84%), linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);*/

}
.highlight_box{
  display: inline-block;

  width: auto;
  margin-bottom: 1rem;
}

.highlight_box.testimonial_box{
}

.highlight_box .inner{
  /*background: #fff;*/
  border-radius: 9px;
  padding: 26px 20px;
  padding-left:  90px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  
  text-align: left;
  display: inline-block;
  width: auto;
  min-width: 250px;
}


  

.highlight_box.testimonial_box .inner{
  /*min-width: 330px;*/
  min-width: auto;
  width: 100%;
  padding-left:  0px;
}

.inner .stat_icon{
  position: absolute;
  top:  6px;
  left:  20px;
  height: 75px;
  width: 50px;
}

.highlight_box.testimonial_box .inner .stat_icon{
  width: 180px;
  height: 180px;
  max-width: 100%;
}

.stat_number {
    font-size: 2.2rem;
    font-weight: 800;
}
.stat_suffix {
    color: #777;
    font-weight: 600;
}
.stat_subheading {
    color: #000;
    font-weight: 400;
    font-size: 1.2rem;
}
.testimonial_author{
  font-weight: 600;
  margin-top: 15px;
  font-size: 1.3rem;
}
.testimonial_icon{
  width: 170px;
  max-width: 100%;
}
.testimonial_text{
  font-size:  1.3rem;
}
hr{
 border-color:  #29a9e0;
}

.certificate_name{
  position: absolute;
    top: 49%;
    left: 50%;
    transform: translateX(-50%) translateY(-15px);
    font-weight: 800;
    color: #fff;
    font-size: 1.4rem;
}

.pledge_content{
  font-size: 2.5rem;
}

.homepage_cover_pic{
  height: 550px;
/*  background-image: url(/static/incweb/images/bharat-jodo-yatra-slide-2-min.jpg);*/
  background-position: center;
  background-size: cover;

}

.homepage_cover_pic.english_text{
  background-image: url(/static/incweb/images/new/mobile-banner-english.jpg);
}

.homepage_cover_pic.hindi_text{
  background-image: url(/static/incweb/images/new/mobile-banner-hindi.jpg);
}

.homepage_take_pledge_container{
  padding: 50px 102px;
  padding: 40px 20px ;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
  position: relative;
  margin: 0px;
  margin-top: -54px;
  background: #fff;
}

.participate_text{
  font-size: 1.46rem;
}

.dots_container{
  /*padding: 40px 10px 10px 10px;*/
}
.dot{
  display: inline-block;
  width: 16px;
  height:  16px;
  border-radius: 50%;
  margin: 0px 4px;
}
.dot.red-dot{
  background: #df6038;
}
.dot.blue-dot{
  background: #52a8db;
}
.dot.green-dot{
  background: #41914c;
}

.counters_section{
  background: #ebf7ff;
}

.modal-title>img{
  /*margin-right: 10px;*/
}

.modal-title>div{
  font-size: 1.5rem; 
  color: #000; 
  font-weight: 600;
}
.modal-body {
  padding: 1rem!important;
  padding-left: 3rem!important;
  padding-right: 3rem!important;
}
.label_div{
  font-size: 1.2rem; 
  font-weight: 500; 
  color:#222;
}
.custom_modal .close span{
  background: #eee;    
  padding: 2px 13px;    
  border-radius: 23px;
}

.section_header{
  color: #222;
  font-weight: 700;
  font-size: 3rem;
}

#name_on_certificate{
  color: #000;
  position: absolute;
  z-index: 100000;
  top: 33%;
  left: 68%;
  transform: translateX(-50%);
  font-weight: 800;
  font-size: 20px;
}

.top_strip{
  height: 350px;
  background-origin: content-box;
  background-position: center;
  background-image: url('/static/incweb/images/top-bar-1.jpg');
}
.footer_logo{
  width: 90px;
}
.text-info{
  color:  #52a8db !important;
}
@media (max-width: 768px){
  .homepage_take_pledge_container{
    margin-top: -50px;
  }
  .homepage_cover_pic{
    height: 312px;
  }
  .pledge_content{
    font-size: 2rem;
  }
  .custom_modal .modal-content{
    position: fixed;
    width: 102%;
    left: -1%;
    bottom: -12px;
  }
  .custom_modal .modal-header{
    padding: 1rem;
  }
  .modal-title>div{
    font-size: 1.2rem;
  }
  .modal-body {
    padding: 1rem!important;
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
  }
  .label_div{
   font-size: 1rem; 
  }
  .custom_modal .close{
    display: none;
    position: absolute;
    right: 10px;
    top: -20px;
    opacity: 1;
  }
  .custom_modal .close span{
    background: #000;   
    color: #fff; 
    padding: 2px 6px;    
    border-radius: 23px;
  }
 
  .testimonial_icon{
    position: initial !important;
    margin-bottom: 40px;
  }
  .section_header{
    font-size: 1.6rem;
  }
  .testimonial_text{
    font-size: 1.2rem;
  }
  .testimonial_author{
    font-size: 1rem;
  }
  .footer_text{
    font-size: 1rem;
    line-height: 1.4;
    padding-bottom: 40px !important;
  }
  .follow_us_div{
    text-align: center;
  }
  .follow_us_title{
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 30px;
  }
  #name_on_certificate{
    font-size: 14px;
    top: 30%;
    white-space: nowrap;
  }
  .footer_logo{
    width: 100%;
  }



}

@media (min-width: 1400px){
  .homepage_cover_pic.english_text{
    background-image: url(/static/incweb/images/new/banner-english.jpg);
  }

  .homepage_cover_pic.hindi_text{
    background-image: url(/static/incweb/images/new/banner-hindi.jpg);
  }
  .participate_text{
    font-size: 2.6rem;
  }
}