                .rsi{
                   transition:.3s;
                    -webkit-transition:.3s;
                    -moz-transition:.3s;
                    -ms-transition:.3s;
                    -o-transition:.3s;
                }
                    .rsi .rsih img{
                        max-height:3.5rem;
                        border-radius:100%;
                        padding:.2rem 0;
                    }
                    .rsi .rsih h4{
                        min-height:3.5rem;
                        margin-bottom:0;
                        display:flex;
                        align-items:center;
                        font-size:1rem;
                        font-weight:bold;
                    }
                    .rsi .read-more .btn{
                        position:relative;
                        background:#fff;
                        color:#a53692;
                        border-radius:1rem;
                        border-width:0;
                        border-bottom-width:.2rem;
                    }
                    .rsi .read-more .btn:hover{
                        color:#fff;
                        border-color:#a53692;
                    }
                    .rsic{
                        font-size:.9rem;
                    }
                    .rsi:hover{
                        transform:scale(1.01);
                        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
                    }
                    .rssb:hover{
                        transform:scale(1)!important;
                        box-shadow:none!important;
                    }
                    .rssb .rsih h4{
                        font-size:1.4rem;
                    }
                    
/* Timeline V2 */
.timeline-item {
  margin-bottom: 30px;
}

.left-part .timeline-badge {
  left: 100%;
}

.left-part .timeline-panel {
  float: right;
  text-align: right;
  margin-right: 45px;
}

.left-part .timeline-panel:before {
  left: inherit;
  right: -27px;
  top: 15px;
  border-color: #ddd transparent transparent #ddd;
  border-right-width: 25px;
  border-top-width: 15px;
  border-bottom-width: 2px;
}

.left-part .timeline-panel:after {
  top: 16px;
  left: auto;
  right: -23px;
  width: 0;
  height: 0;
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-right-width: 26px;
  border-bottom-width: 1px;
  border-top-width: 16px;
}

.left-part .timeline-date.left-part {
  text-align: left;
}

.timeline-badge {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    content: "";
    background: #fff;
    background-image:url('../../../../images/achievments.png');
    background-size: cover;
    margin-left: -18px;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.timeline-badge.active {
  width: 28px;
  height: 28px;
  margin-left: -13px;
  border: 8px solid #FA6742;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(247, 102, 65, 0.4);
  box-shadow: 0px 10px 20px 0px rgba(247, 102, 65, 0.4);
}

.timeline-wrapper {
  position: relative;
  z-index: 2;
}

.timeline-wrapper .details {
  font-size: 16px;
  color: #000;
  line-height: 1.75;
  border: 1px solid #E5E5E5;
  padding: 30px;
}

.timeline-wrapper:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 95%;
  content: "";
  border: 1px dashed #CBCBCB;
}

.timeline-panel {
  max-width: 420px;
  position: relative;
  z-index: 2;
  background: #fff;
  margin-left: 45px;
}

.timeline-panel:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -27px;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #ddd #ddd transparent transparent;
  border-style: solid;
  transition: all 0.3s;
  border-right-width: 25px;
  border-bottom-width: 15px;
}

.timeline-panel:after {
  content: "";
  position: absolute;
  top: 11px;
  left: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #ffffff #fff transparent transparent;
  border-style: solid;
  transition: all 0.3s;
  border-right-width: 25px;
  border-top-width: 3px;
  border-bottom-width: 15px;
}

.timeline-date {
  text-align: right;
  padding-right: 20px;
}

.timeline-date .title,
.timeline-date .tagline {
  padding-left: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.timeline-date .title {
  font-size: 22px;
  color: #2f2c2c;
  margin-bottom: 0;
  font-weight: 700;
}

.timeline-date .tagline {
  color: #000!important;
  font-size: 22px;
}

.timeline-date.left-part {
  text-align: left;
}

.timeline-date.active .title,
.timeline-date.active .tagline {
  color: #FA6742;
}
.talk-bx {
    width: 100%;
    float: left;
    background: url(../images/phone-icon52.png) no-repeat 1px 1px;
    padding-left: 46px;
    font-size: 22px;
    line-height: 30px;
    padding-top: 8px;
}
.talk-bx span i {
    font-style: normal;
    color: #af0c0c;
    text-transform: uppercase;
}
.phone a:hover {
    text-decoration: none;
    color: #af0c0c;
}
.talk-bx span {
    font-size: 36px;
    display: block;
    color: #000;
}
.phone {
    width: 100%;
    float: left;
    color: #212121;
}
.phone a {
    color: #212121;
    font-size: 25px;
}
body{
	font-family:Roboto, sans-serif;
}
body p{
	text-align:justify;
}
    .banner-div {
    padding: 10px 45px;
}


#banner-title {
    color: #fff!important;
    line-height: 37px;
    font-size: 33px;
}
#banner_tag {
    font-size: 22px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 25px;
    margin-top: 13px;
    text-align:center;
}
#mbanner_tag {
    font-size: 12px !important;
    background-color:#9f398f;
    padding: 10px;
    color:#fff;
    text-align:center;
    
}
    .g-content{
    padding:10px;

    text-align:justify;
}
    .g1-content{
    padding:10px;
 
    text-align:justify;
}

#more {
    display: none;
  
    
}
#myBtn{
    color:#a63394;    
}
#more1 {
    display: none;
  
    
}
#myBtn1{
    color:#a63394;    
}
.STEcom{
    color:#fff;
    font-size:60px;
    text-transform: uppercase;
    font-weight: bolder;
    line-height:100px;
    padding-top:10px;
}
.main_head{color:white;
            font-weight: bold;
            font-size: 30px;
        }
.fade{
        transition:.8s;
    }
    #testimonial .testimonial-content{
        padding-left:40px;
        padding-right:40px;
    }
    #testimonial .testimonial-content::before{
        left:20px;
        top:0;
    }
	.gbtn{
		border:2px solid #a83c96;
		border-radius: 15px;
		padding:5px 15px;
		
	}
	.gtbtn{
		border:2px solid #eee;
		border-radius: 15px;
		padding:5px 15px;
		color:#fff;
		background:#000;
		
	}
	.ctaheading {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #a83c96;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 2px #0000002b;
}
.ctasec {
    background: #a83c96;
    text-align: center;
    padding: 60px 0px;
}

.gsbtn {
    border: 1px solid #8f297e;
    background: #a83c96;
    padding: 8px 25px;
    color: #fff;
}
.gsbtn:hover {
	color: #a83c96;
    background: #fff;
}
 .addReadMore.showlesscontent .SecSec,
    .addReadMore.showlesscontent .readLess {
        display: none;
    }

    .addReadMore.showmorecontent .readMore {
        display: none;
    }

    .addReadMore .readMore,
    .addReadMore .readLess {
        font-weight: bold;
        margin-left: 2px;
        color:#0079b8!important;
        cursor: pointer;
    }

    .addReadMoreWrapTxt.showmorecontent .SecSec,
    .addReadMoreWrapTxt.showmorecontent .readLess {
        display: block;
    }
    .filterDiv {
  float: left;
  width: 100%;
  margin: 2px;
  display: none;
}

.show {
  display: block;
}



/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
  border: 1px solid #a83c96;
}

.btn.active {
  background-color: #a83c96;
  color: white;
}

.seoresults{
    padding-bottom:10px;
}
.p20{
    padding:20px;
    }
.faqque {
    color: #a83c96;
    text-transform: uppercase;
    font-size: 18px;
    
}
.faqans {
    padding-bottom: 20px;
    border-bottom: 1px solid #a83c961f;
    
}
.float{display: none;}
.ibrs .fa{
        min-width:4rem;
        min-height:4rem;
        max-width:4rem;
        max-height:4rem;
        border-radius: 100%;
        border:1px solid rgba(165, 54, 146, .1);
        margin-right:.5rem;
        font-size:2rem;
        line-height: 4rem;
    }
    .rsib .icon {
    width: 5rem;
    text-align: center;
    border-radius: 50%;
    margin: 0.4rem auto;
    border: 1px solid #a53692;
    font-size: 2.2rem;
    color: #a53692;
    margin-bottom: 1rem;
}