.header-top-buttonleft{
	     background: #523d8a;
    border: 0;
    padding: 8px 10px;
    color: #fff;
    width: 147px;
    margin-left: 0px;
}
.header-top-buttonleft:hover{
	     background: #241154;
    color: #fff;
}
.header-top-background{
	       background: #ececec;
    border-bottom: 1px solid #d2d2d2;
}
.headicon{
	         width: 25px;
    background: #523d8a;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}
.header-top-buttoncont{
	        background: #ececec;
    border: 0;
    padding: 6px 10px;
    color: #828282;
    border-right: 0;
    border: 1px solid #d2d2d2;
    border-bottom: 0;
    border-top: 0;
}
.generation{
	    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #523d8a;
    margin-right: 8px;
    color: #fff;
    border-radius: 50%;
	    border-radius: 50%;
		    font-size: 11px;
}
.icontwo{
	      width: 25px;
    height: 25px;
    line-height: 25px;
    background: #ffffff;
    margin-right: 7px;
    color: #523d8a;
    border-radius: 50%;
    /* border: 1px solid #fff; */
    font-size: 12px;
    box-shadow: 0 0 6px #0000001f;

}
.icontwo{
	      width: 25px;
    height: 25px;
    line-height: 25px;
    background: #ffffff;
    margin-right: 7px;
    color: #523d8a;
    border-radius: 50%;
    /* border: 1px solid #fff; */
    font-size: 12px;
    box-shadow: 0 0 6px #0000001f;

}
.hittw{
	    height: 40px;
    line-height: 40px;
}
.hiticon{
	    width: 29px;
    height: 29px;
    border-radius: 50%;
    position: absolute;
    bottom: 6px;
    right: 10px;
}
.imsgfs > div > a > img{
	   width: 100%;
    /* background: 11px; */
    border: 5px solid #fff;
    margin-top: 25px;
    box-shadow: 0 0 9px 1px #00000040;
}


/*
inspired from http://codepen.io/Rowno/pen/Afykb
& https://jsfiddle.net/q0rgL8ws/
*/
.carousel-fade .carousel-inner .item {
  opacity: 0.5;
  transition-property: opacity;
    overflow:hidden;
}
.item.active img {
  
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0.5;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

#switcher-button{
	display:none;
}


.rightleftbutton {
    display: grid;
    align-items: center;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.arw {
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #2a2a2a;
}
.ptb-60{
	    padding: 60px 0 60px 0;
}
.ptb-70{
	 padding: 70px 0 70px 0;
}
.homedd > p{
	    font-size: 14px;
}
.homedd > h3{
	  font-size: 26px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.margin-top-50{
	margin-top:50px
}
.bttn{
	       border: 0;
    padding: 7px 25px;
    margin-top: 5px;
    background: #523d8a;
    color: #fff;
    border-radius: 27px;
}
.bttn{
	       border: 0;
    padding: 7px 25px;
    margin-top: 5px;
    background: #523d8a;
    color: #fff;
    border-radius: 27px;
}
.bttn:hover{
    background: #142535;
    color: #fff;
}
.serchbtn{
	    width: 100%;
    padding: 12px;
    background: #523d8a;
    border: 0;
    margin-top: 21px;
    color: #fff;
    font-size: 15px;
}
.listsubj{
	    margin-left: 0;
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}


/* The container */
.baggds {
            display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.baggds input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
     position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ddd;
}

/* On mouse-over, add a grey background color */
.baggds:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.baggds input:checked ~ .checkmark {
  background-color: #8bc746;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.baggds input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.baggds .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tabletop{
	    background: #523d8a;
    color: #fff;
    font-size: 15px;
    font-weight: 200;
}
.tabhd{
	width: 70%;  margin-bottom: 0; padding-bottom: 0;
}
.tabhdw{
	width: 30%;
}

.scrolmy{
	    background: #fff;
    height: 432px;
    overflow-y: scroll;
}
.headerr{
	    background: #fff;
    padding: 10px;
    box-shadow: 0 0 8px 2px #00000026;
}
.fggff > tr > td{
	    font-size: 15px;
    padding: 15px 10px !important;
}
.fggff > tr > td > i{
	         margin-right: 3px;
    font-size: 13px;
    color: #523d8a;
}
/* width */
.scrolmy::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.scrolmy::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.scrolmy::-webkit-scrollbar-thumb {
  background: #ddd; 
}

/* Handle on hover */
.scrolmy::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.mbbotdd{
	margin-bottom:32px
}
.swee{
	    margin-top: 27px;
    text-align: center;
    font-size: 14px;
    color: #F44336;
}
.myprobac{
	    background: #fff;
    padding: 20px;
    box-shadow: 0 0 11px 5px #0000001f;
}
.mylisttstle {
  list-style: none;
  padding: 0;
}
.mylisttstle > li {
          padding-left: 1.3em;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 14px;
    /* letter-spacing: 0px; */
    color: #7b7b7b;
}
.mylisttstle > li:before {
      content: "\f058";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #8BC34A;
    font-size: 15px;
}
.hedtw{
	    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #313131;
}
.tardd{
	    text-align: center;
    margin-top: 20px;
    padding: 20px;
    background: #6952a2;
    border-radius: 10px;
    color: #fff;
}
.tardd:hover{
	    text-align: center;
    margin-top: 20px;
    padding: 20px;
    background: #6952a2;
    border-radius: 10px;
    color: #fff;
}
.tardd > h3{
	    color: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
}
.tardd > h2{
	       color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 22px;
}
.tardd > button{
	       background: #ffdd51;
    border: 0;
    padding: 6px 20px;
    border-radius: 30px;
    color: #2b2b2b;
    font-size: 15px;
}
.tardd > button:hover {
    background: #ffffff;
    border: 0;
    padding: 6px 20px;
    border-radius: 30px;
    color: #2b2b2b;
    font-size: 15px;
}
.homeddw > p {
    font-size: 15px;
    margin-bottom: 5px;
}
.homeddw > h5 {
        margin-bottom: 13px;
    letter-spacing: 0px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 30px;
}
.clintds{
	    background: #d81b12;
    color: #fff;
    padding: 7px 20px;
    border-radius: 23px;
}
.mb-20{
	margin-bottom:20px;
}
.mt-20{
	    margin-top: 20px;
}



