/*Home Slider*/
.home-slider {
  clear: both;
}
.home-slider .img-fluid {
  /*max-width: 100%;*/
  /*height: 100%;*/
  display: block;
	width:1253px;
	height:376px;
	object-fit: cover;
	object-position: 0 50%;
}
.home-slider .container {
  display: table;
  height: inherit;
}
.home-slider .slider-left-content{
  position: absolute;
  width: 60%;
  color: #fff;
  /*padding: 50px;*/
  	padding: 50px 10px 50px 50px;
}
.home-slider .slide-buttons{
  margin-top: 20px;
  clear: both;
}
.home-slider .slider-left-content h2,.slider-left-content p{
 color: #fff;
}
.home-slider .custom-btn{
  /*padding:8px 20px;*/
	padding:8px 15px;
  background-color: #db4843;
  color: #fff;
  border:none;
  border-radius: 5px;
  cursor: pointer;
  outline: 0;
}
.home-slider .custom-btn + .custom-btn{
  /*margin-left: 10px;*/
	margin-left:5px;
	margin-top:5px; /*added by KT */
}
.home-slider .custom-btn:hover, .custom-btn:focus, .custom-btn:active{
  background-color: red;
}
/*FAQ List*/
* {
  box-sizing: border-box;
}
/* Clear floats after the columns */
.faq-list .row:after {
  content: "";
  display: table;
  clear: both;
}
/* Create three equal columns that floats next to each other */
.faq-list .column {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 10px;
}
.faq-list h5{
    margin: 0 0 0 10px;
}
/* AGILE BOARD */
.faq-list .sortable-list {
  padding: 10px 0;
}
.faq-list .agile-list {
  list-style: none;
  margin: 0;
}
.faq-list .agile-list li {
  background: #FFFFFF;
  border: 2px solid #e7eaec;
  margin: 0 0 10px 0;
  padding: 12px 8px;
  border-radius: 2px;
  border-left: 8px solid #61afbd;
  min-height: 60px;
}
.faq-list .agile-list li:hover {
  cursor: pointer;
  background: #fff;
  
}
.faq-list .agile-list li a {
    color: #61afbd;
}
.faq-list .agile-list li a:hover {
    color: #63aebd;
}
.faq-list .agile-detail {
  margin-top: 5px;
  font-size: 12px;
}
/*Signup*/
.signup .title_span{
   background-color: #61afbd;
   border-radius: 60px;
    padding: 4px;
    color: #FFFFFF;
}
.signup .banner{
    width: 100%;
}
/*About Page*/
.about.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Create three equal columns that floats next to each other */
.about .column {
  float: left;
  width: 50%;
  padding: 25px 20px;
  margin-bottom: 10px;
	background-color:rgba(255,255,255,0.8);
}
.about .m-t{
  margin-top: 20px;
}

.about-img{
  height: 458px;
  width: 550px;
}
/*Regulation*/
.articles-section .main {
  float:left; width:100%;
  border-bottom: 2px solid #000000;
  margin:20px 0;
	padding-bottom:7px;
}
.articles-section .sub {
  width: 75%; margin:0; 
  float:left;
}
.articles-section .sub-right {
  float: right;width: 20%;
  text-align:right;
}
.articles-section .accordion {
  background-color: #ffffff;
  color: #61afbd;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.articles-section .active, .accordion:hover {
  background-color: #f9f9f9;
}
.articles-section .accordion:after {
  content: '\25B2';
  color: #49a195;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.articles-section .active:after {
  content: "\25BC";
}
.articles-section .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.articles-section .m-r{
  margin-right: 40px;
}
.articles-section .custom-btn{
    padding:7px 20px;
    background-color: #49a195;
    color: #fff;
    border:none;
    border-radius: 15px;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
}
.articles-section .custom-btn + .custom-btn{
    margin-left: 15px;
}
.articles-section .custom-btn:hover, .custom-btn:focus, .custom-btn:active{
    background-color: #49a195;
}
/*related Links*/
.related-links{
                  margin: 0 auto;
                  width: 400px;
                }
.related-links h5{
    margin: 50px 0 0 0;
    font-size: 115%;
    color: #006699;
}
/* AGILE BOARD */
.related-links .sortable-list {
  padding: 10px 0;
}
.related-links .agile-list {
  list-style: none;
  margin: 0;
}
.related-links .agile-list li {
  background: #FFFFFF;
  border: 2px solid #e7eaec;
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 24px;
  border-radius: 2px;
  border-left: 8px solid #92b345;
}
.related-links .agile-list li:hover {
  cursor: pointer;
  background: #fff;
  
}
.related-links .agile-list li a {
    color: #61afbd;
}
.related-links .agile-list li a:hover {
    color: #63aebd;
}
.related-links .agile-detail {
  margin-top: 5px;
  font-size: 12px;
}
