body{
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
}
.container {
    max-width: 1140px;
}

.conversion-baner {
    position: relative;
    border-top: 3px solid #903f7d;
}
.conversion-baner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(156,39,172,0.7), rgba(63,81,181,0.7));
    top: 0;
}
.banner-img {
    width: 100%;
    height:200px;
    position: relative;
}
.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lead-header h1 {
    color: #903f7d;
    font-size: 35px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
    margin: 20px 0;
    text-transform: uppercase;
}
.lead-header {
    text-align: center;
}
.lead-content {
    position: absolute;
    z-index: 1;
    top: 0;
    margin: 35px auto;
    height: 96px;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.lead-content p {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.lets-face-main {
    /* border: 1px solid #d5d5d5; */
    padding: 0 25px;
}
/* .lets-face-content:first-child {
    padding: 13px 0;
    border-bottom: 1px solid #d5d5d5;
    font-size: 20px;
    color: #903f7d;
    font-weight: 500;
}
.lets-face-content p {
    margin: 0;
}
.lets-face-content:nth-child(2) {
    padding-top: 14px;
    color: #030303;
    font-size: 16px;
    line-height: 27px;
} */
.lets-face .btn.btn-link {
    font-size: 20px;
    font-weight: 600;
	text-decoration:none;
    color: #903f7d!important;
	position:relative;
	text-align:left;
	width:100%;
}
.lets-face .btn.btn-link.collapsed {
    color: #272627!important;
}
.lets-face .btn.btn-link:focus{
	background:transparent;
}
.lets-face .btn.btn-link.collapsed:after,
.lets-face .btn.btn-link.collapsed:before{
    transform: rotate(180deg);
	border-bottom-color: #000;

}
.lets-face .btn.btn-link.collapsed:before{
    top:19px;
    border-bottom-color: #fff;
}
.lets-face .btn.btn-link:after, .lets-face .btn.btn-link:before{
	content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 6px solid #903f7d;
    position: absolute;
    top: 22px;
    right: 0px;
    display: inline-block;
    transition: all .5s ease-in-out;
}
.lets-face .btn.btn-link:before{
	border-bottom-color: #fff;
    top: 25px;
    z-index: 9;
}
.lets-face .btn.btn-link:hover {
    text-decoration: none;
    color: #903f7d;
}
.lets-face .card-header {
    background-color: transparent;
    padding: 0.5rem 1.25rem;
}
.lets-face .card-body {
    font-size: 16px;
    padding: 13px 33px;
    line-height: 30px;
    font-weight: 500;
    color: #030303;
}
.lets-face .card {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.lets-face .card-two {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;;
}
.lets-face .card-two .btn.btn-link {
    color: #272627;
    font-size: 20px;
}
.lets-face .card-two .btn.btn-link:focus {
    text-decoration: none;
    background :none;
}
.lets-face {
    margin: 50px 0;
}

.get-in-touch-main {
    background-image: url(../images/form-banner.jpg);
    background-size: cover;
    position: relative;
}
.get-in-touch-main:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to right, rgba(156,39,172,0.7), rgba(63,81,181,0.7));
}
.get-in-touch-content p{
    padding: 36px 9px 36px 63px;    
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding-top: 165px;
    position: relative;
    z-index: 1;
    font-style: italic;
    font-weight: 600;
}
.get-in-touch-form h3 {
    text-align: center;
}
.main-form {
    padding: 50px;
    position: relative;
    z-index: 1;

}
.get-in-touch-form {
    background-color: rgba(149,115,115,0.7);
    border-radius: 10px;
    padding-top: 20px;
}
.get-form {
    padding: 0px 30px 14px;
    border-radius: 10px;
}
.get-in-touch-form h3 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin: 8px 0 17px 0;
}
.touch-btn {
    width: 100%;
}

.touch-btn .btn.btn-primary {
    width: 100%;
    background-color: rgba(180,64,153,0.5) !important;
    border: none;
    padding: 16px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.get-form .form-control {
    font-size: 13px;
    color: #747474;
    font-weight: 500;
    height: 50px;
    border: none;
    padding: 10px 16px;
    border-radius: 3px;
}
#exampleFormControlTextarea1 {
    height: 120px;
}
.get-in-touch {
    margin-bottom: 80px;
}


.what-do {
    background-color: #edf5ff;
    padding-bottom: 30px;
}
.what-do-heading {
    text-align: center;
    padding: 24px 0;
}
.how-we-do {
    text-align: center;
    padding: 15px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    margin-bottom: 24px;
    border-radius: 5px;
    position: relative;
    min-height: 270px;
    background-color: #fff;
}
.what-do-main p {
    font-weight: 600;
}
.what-do-heading h1 {
    font-size: 30px!important;
    font-weight: 600;
    margin-top: 15px;
}
.what-do-heading p {
    font-size: 15px;
    font-weight: 500;
    color: #383838;
}
.what-do-main p {
     font-size: 20px;
    font-weight: 600;
    color: #242424;
    margin-top: 16px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 15px;
	left: 0;
}
.what-overlay {
position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(145,43,173,0.9);
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    left: 0;
    justify-content: center;
    visibility: visible;
    opacity: 0;
    transition: all 0.5s;
    font-weight: 500;
    line-height: 27px;
}
.what-overlay p{
	margin-bottom:0;
}
.how-we-do:hover .what-overlay {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}
.succecc-img {
    height: 200px;
    border-top: 3px solid #903f7d;
}
.succecc-img img {
    width: 100%;
}
.success-main {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    border-radius: 5px;
}
.succecc-content {
    padding: 10px 15px;
}
.succecc-content h5 {
    font-size: 17px;
}
.our-success {
    margin-bottom: 50px;
}
.succecc-content p {
    color: #424242;
    font-size: 15px;
    margin-top: 16px;
}
.read-more-btn {
    width: 100%;
    text-align: right;
    margin-bottom: 13px;
}
.readmore {
    padding: 8px 15px;
    background-color: #903f7d;
    color: #fff !important;
    border-radius: 7px;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;

}
.readmore:hover {
    text-decoration: none;
    background-color: #753165;
}

.roi-bpo {
    background-image: url(../images/hand.png);
    background-size: cover;
    position: relative;
}
.roi-bpo:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to right, rgba(156,39,172,0.7), rgba(63,81,181,0.7));
}
.roi-bpo .get-in-touch-content p{
    padding: 39px 12px 36px 0px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding-top: 165px;
    position: relative;
    z-index: 1;
    font-style: italic;
    font-weight: 600;
    font-size: 28px;
}
.height-performance {
    background-color: #dcb5d3;
    padding: 20px 0;
}
.height-performance .what-do-heading h1 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 15px;
    color: #802e6d;
}
.height-performance .what-do-heading p {
    font-size: 20px;
    font-weight: 500;
    color: #181818;
    margin-top: 21px;
}
.what-do-main img {
    max-width: 100%;
    max-height: 100%;
    width: 30%;
}

/**********************about us-cass*******/
.company-infofanel, .about-bnrpanel{
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.about-bnrinfo {
    height: 300px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: space-evenly;
}
.about-bnrinfo h1 {
    color: #fff;
    font-size: 38px!important;
    margin: 0;
}

.overlaybox{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(156,39,172,0.8), rgba(63,81,181,0.8));
    top: 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .5s ease-in-out;
}
.overlaybox p{
    font-size: 16px;
    color: #fff;
}
.frameBox {
    padding: 22px;
    position: relative;
    overflow: hidden;
}
.image-frameBox {
    border-radius: 5px;
    background: #4692a7;
    width:100%;
    position: relative;
    z-index: 10;
}
.image-frameBox img {
    width: 100%;
    border-radius: 5px;
}
.frameBox:after {
    background: linear-gradient(to right, rgba(156,39,172,0.7), rgba(63,81,181,0.7));
    content: '';
    right: 0;
    bottom: 0;
    position: absolute;
    width: 90%;
    height: 90%;
    z-index: 0;
    border-radius: 5px;
}
.main-about-vision-text{
    flex-direction: column;
    padding: 0px 15% 0 5%;
    display: flex;
    height: 100%;
    align-items: end;
    justify-content: center;
}
.main-about-vision-text p {
    font-weight: 400;
    font-size: 19px;
}

.vision-section{
    padding:45px 0;
  }
  .company-infobox {
    text-align: center;
    padding: 10px;
}
.company-infobox h2 {
    font-size: 50px!important;
    font-weight: 100!important;
    color: #fff;
    margin: 25px 0 15px;
}
.company-infobox p {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
.company-infoinnre {
    padding: 10px 40px;
}
.company-infofanel {
    padding: 45px 0;
}
.top-heading{
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;  
}

.company-infofanel .top-heading {
    color: #fff;
}
.lesdership-panel {
    padding: 45px 0;
}
.sub-text {
    text-align: center;
    font-size: 18px;
    width: 60%;
    font-weight: 400;
    color: #6b6969;
    margin: 0 auto 30px;
}
.lesder-mamberbox{
    width: 100%;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(0,0,0,.4);
}
.lesder-imgbox {
    width: 100%;
    height: 350px;
    position: relative;
}
.lesder-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lesder-infobox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 20px 15px;
}
.text-box p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    color: #2d2d2d;
}
.text-box span {
    font-size: 15px;
    font-weight: 400;
    font-family: sans-serif;
    line-height: 15px;
    display: block;
}
.socal-box a {
    font-size: 14px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    height: 30px;
    background:#745cf4;
}
.lesder-mamberbox .overlaybox{
    visibility: hidden;
    opacity: 0;
 }
.lesder-mamberbox:hover .overlaybox{
   visibility: visible;
   opacity: 1;
}
.advisory-panel{
    background: #edf5ff;
}
.page-id-536 .wp-block-columns {
    max-width: 100%!important;
}



@media (max-width: 1200px){
    .banner-img {
        width: 100%;
        position: relative;
    }
    .lead-content {
        position: absolute;
        top: 20%;

    }
}



@media (max-width: 992px){
    .lead-header h1 {
        font-size: 28px;
    }    
    .lead-content p {
        color: #fff;
        font-size: 19px;
    }
}



@media (max-width: 767px){
    .lets-face .card-header {
        background-color: transparent;
        padding: 0.5rem 0rem;
        overflow: hidden;
    }
    .lets-face .btn.btn-link {
        font-size: 15px;
    }
    .lets-face .card-two .btn.btn-link {
        font-size: 15px;
    }
    .lead-content p {
        color: #fff;
        font-size: 15px;
    }
    .banner-img {
        height: 170px;

    }
    .lets-face {
        margin: 26px 0;
    }
    .lets-face-main {
        padding: 0 0px;
    }
    .lets-face .card-body {
        font-size: 14px;
        padding: 13px 12px;
        line-height: 20px;
        font-weight: 500;
    }
    .get-in-touch-content {
        padding: 0px 1px 0px 0px;
        font-size: 17px;
        color: #fff;
        text-align: center;
        padding-top: 29px;
    }
    .main-form {
        padding: 15px;
    }
    .get-in-touch-form h3 {
        text-align: center;
        font-size: 20px;
    }

    .get-form {
        padding: 0px 16px 14px;
    }
    .get-form .form-control {
        font-size: 13px;
        color: #747474;
        font-weight: 500;
        height: 35px;
        border: none;
        padding: 10px 9px;
        border-radius: 3px;
    }
    #exampleFormControlTextarea1 {
        height: 80px;
    }
    .touch-btn .btn.btn-primary {
        padding: 8px;
        font-size: 16px;
    }
    .get-in-touch {
        margin-bottom: 30px;
    }
    .what-do-heading h1 {
        font-size: 21px;
        font-weight: 600;
        margin-top: 0px;
    }
    .what-do-heading p {
        font-size: 15px;
    }
    .what-overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(145,43,173,0.9);
        color: #fff;
        padding: 92px 15px;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s;
        font-weight: 500;
        line-height: 21px;
    }
    .what-do-main p {
        font-size: 17px;
		margin-top: 38px;
		padding:0 5px;
    }
    .success-main {
        margin-bottom: 25px;
    }
    .readmore {
        font-size: 12px;
    }
    .lead-header h1 {
        font-size: 22px;
    }
    .driven-bpo {
        padding-top: 25px;
    }
    .roi-bpo .get-in-touch-content p {
        font-size: 17px;
    }
    .height-performance .what-do-heading h1 {
        font-size: 20px;
        margin-top: 0;
    }

    .height-performance .what-do-heading p {
        font-size: 13px;
        margin-top: 5px;
    }
    .what-do-heading {
       padding: 30px 0 0 0;
    }
    .roi-bpo .get-in-touch-content {
        padding: 39px 12px 20px 0px;
        padding-top: 10px;
    }
	.lead-content {
    padding: 0 15px;
}
	





}
@media (max-width: 580px){
    .how-we-do {
    min-height: 185px;
}
	.get-in-touch-content p {
    padding: 10px;
    font-size: 25px;
    padding-top: 20px;
	margin-bottom:0px;
}
	.lets-face .btn.btn-link:after, .lets-face .btn.btn-link:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #903f7d;
    top: 21px;
    right: 8px;

}
	.lets-face .btn.btn-link:before {
    top: 23px;
	border-bottom-color: #fff;
}
	.roi-bpo .get-in-touch-content p {
    padding: 10px;
    padding-top: 0px;
  
}
}

span.wpcf7-not-valid-tip {
    color: 
    #000;
    font-size: 15px;
    display: block;
    padding-top: 5px;
}