@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700&display=swap');

body {
	font-family: 'Plus Jakarta Sans', sans-serif;
}

h1,h2,h3,h4,h5 {
	font-family: 'Plus Jakarta Sans', sans-serif;
}



.b {
	font-weight: 700;
}

.big-font {
	    font-size: 1.25rem;
}

.top {
	background-color:#4c2e88;
}

.top-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.top-list li {
	display: inline-block;
	color: #fff;
	padding: 10px 10px 15px 15px;
	font-size: 14px;
}

.top-list li:first-child {
    padding-left: 0;
}

.top-social {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

.top-social li {
	display: inline-block;
}


.top-social li a {
	display: block;
	padding: 10px 15px;
	color: #fff;
}

.top-social li:last-child a {
    padding-right: 0;
}

.navbar {
	border-bottom: 1px solid #ebebeb; 
}

.nav-link {
	font-size: 15px;
    text-decoration: none;
    padding: 20px 12px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    color: #353535 !important;
    opacity: 0.8;
}


.nav-link:focus {
	outline: none;
}

.dropdown-menu {
	top: 98%;
}

.dropdown-item {
 font-size: 13px;
color: #353535 !important;
}


.banner {
    background-color: #F6F1FF;
    padding: 100px 0px;
}


.home-banner {
	padding: 70px 0px;
	background-color: #F6F1FF;
}

.banner-btn {
    color: #fff;
    background: #4C1A88;
    border: 1px solid #4C1A88;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.2s; 
}


.banner-btn:hover {
	color: #fff;
	background: #c31F5D;
	border-color: #c31F5D;
 }

 .banner-btn:focus,.banner-btn:active,.banner-btn:visited  {
    box-shadow: none;
 }


 .banner-btn2 {
    border: 1px solid #4C1A88;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    border: 1px solid #4C1A88;
    color: #4C1A88;
    margin-left: 15px;
    transition-duration: 0.2s;
}

.banner-btn2:hover {
    color: #fff;
    background-color: #4C1A88;
 }

 .banner-btn2:focus {
    box-shadow: none;
 }


 .banner-caption {
 	padding-top: 100px;
 }

.banner-caption h2 {
    font-size:40px;
}

.gap {
	padding: 50px 0px;
}

.promo-box {
	background-color: #fff;
	box-shadow: 0 3px 20px 0 rgb(0 0 0 / 12%);
    border-radius: 1.5rem !important;
    padding: 3rem;
    text-align: center;
    transition: all .2s ease-out;
    will-change: transform;background-color: #fff;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 12%);
    border-radius: 1.5rem !important;
    padding: 3rem;
    margin-bottom: 25px;
}

.promo-box:hover {
	   transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
}

.promo-box p {
	color: #707070;
}


.promo-icon {
 width: 80px;
 height: 80px;
 background-image: url('../img/promo-icon-bg.svg');
 display: block;
 background-size: 100%;
 background-repeat: no-repeat;
 margin: 0 auto;
 position: relative;
 margin-bottom:15px;
}


.promo-icon img {
	width: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.home-about-section {
	background-color: #f9e9ef;
}

.pink {
	color: #c31F5D;
}

.purple {
	color: #4C1A88;
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #c31F5D;
    overflow: hidden;
    margin-top: 15px;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}


@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}


.list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list li{
	display: block;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;  
    letter-spacing: 0.3px;
}

.list li:before {
	content: '\f101';
	font-family: fontAwesome;
	position: absolute;
	left: 0;
	color: #c31F5D;
}

.project-list-box {

}

.project-list-box h1 {
	margin: 0;
	padding: 0;
	color: #c31F5D;
}


.common-btn {
    color: #fff;
    background: #4C1A88;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 13px;
    transition-duration: .2s;
    
}




.common-btn:hover {
	color: #fff;
	background-color: #c31F5D;
 }


 .common-btn2 {
    border: 1px solid #4C1A88;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    border: 1px solid #4C1A88;
    color: #4C1A88;
    margin-left: 15px;
    transition-duration: 0.2s;
}


.common-btn2:hover {
	color: #fff;
	background-color: #4C1A88;
 }

.p-color {
	color: #707070;
}

.home-service-box {
        padding: 25px;
	    /* padding: 2rem !important; */
	    background-color: #f9e9ef;
	    text-align: center;
	    transition: all 0.3s ease-in;
        position: relative;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
        height: 100%;
        margin: 0 auto;
}

.home-service-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

.home-service-box:hover {
	transition: all 0.3s ease-in;
    background-color: #4C1A88;
    color: #fff;
}


.s-2 {
	display: none;
}


.home-service-icon img {
	margin: 0 auto;
}


.home-service-box:hover .s-2 {
	display: block;
}

.home-service-box:hover .s-1 {
	display: none;
}


.home-service-icon {
	text-align: center;
	display: block;
}


.home-service-button {
	margin-top: 20px;
}

.service-link {
	margin-top: 20px;
	color: #707070;
}

.service-link span {
	color: #c31F5D;
}

.home-service-box:hover .service-link {
	color: #fff;
}

.home-service-box:hover .service-link span {
	color: #fff;
}

.service-link:hover {
	text-decoration: none;
}

.home-service-box:after {
    position: absolute;
    content: url('../img/service-bottom-shape.png');
    right: 0;
    bottom: -8px;
}

.ash {
	background-color: #F6F1FF;
}


.process-box{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
    content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0 #00000036;
    z-index: 1;
}
.process-right:after{
    content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0 #0000001a;
    z-index: 1;
}
.process-step-number{
    background: #c31F5D;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 15px;
    position: relative;
    top: -36px;
    border-radius: 0 0 10px 10px;
    box-shadow: -6px 8px 0 0 #00000014;
}
.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #c31F5D;
    box-shadow: 0 0 0 4px #4C1A88;
    margin: auto 0;
    position: absolute;
    bottom: 53px;
    left: -60px;
}
.process-point-right:before{
    content: "";
    height: 157px;
    width: 11px;
    background: #4C1A88;
    display: inline-grid;
    transform: rotate(31deg);
    position: relative;
    left: -53px;
    top: -0px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #c31F5D;
    box-shadow: 0 0 0 4px #4C1A88;
    margin: auto 0;
    position: absolute;
    bottom: 70px;
    right: -60px;
}
.process-point-left:before {
    content: "";
    height: 175px;
    width: 11px;
    background: #4C1A88;
    display: inline-grid;
    transform: rotate(-31deg);
    position: relative;
    left: 53px;
    top: 0;
}

.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-step-number h2{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.process-step-number:after{
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #c31F5D;
    border-left: 8px solid #04889800;
    border-right: 8px solid #c31F5D;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step-number:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #c31F5D;
    border-left: 8px solid #c31F5D;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l{
    background: #c31F5D;
    height: 4px;
    position: absolute;
    width: 130px;
    right: -147px;
    top: 70px;
    z-index: 9;
}
.process-line-r{
    background: #c31F5D;
    height: 4px;
    position: absolute;
    width: 130px;
    left: -147px;
    top: 80px;
    z-index: 9;
}

@media (min-width: 320px) and (max-width: 1199px){
    .process-line-l, .process-line-r, .process-point-left, .process-point-right{
        display: none;
    }
    .process-none{
        display: none;
    }
    .process-width.col-lg-5{
        margin-top: 40px;
        width: 100% !important;
        max-width: 100% !important;
        flex: auto;
    }
    .process-right:after, .process-left:after{
        display: none;
    }

}


.counter {
	background-color: #c31F5D;
	padding: 30px 0px;
	color: #fff;
}

.counter-box {
	text-align: center;
	color: #fff;
}

.box1 {
	position: relative;
}

.box1:after {
	content: '';
	display: block;
	width: 1px;
	height: 100px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}


.box2 {
	position: relative;
}

.box2:after {
	content: '';
	display: block;
	width: 1px;
	height: 100px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.box3 {
	position: relative;
}

.box3:after {
	content: '';
	display: block;
	width: 1px;
	height: 100px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.no-padding {
	margin: 0 !important;
	padding: 0 !important;
}


 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #fff;
        border-color: #fafafa;
        border: 1px solid #fafafa;
        margin-bottom: 10px;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
        color: #000;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }


    .blog-box {
    	background-color: #ffff;
    	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    }

    .blog-text {
    	padding: 15px;
    }

    .blog-text h4 {
    	font-size: 18px;
    }

    .blog-text span {
    	margin-bottom: 10px;
    	color: #c31F5D;
    	display: block;
    }

    .blog-btn {
    	padding: 15px;
    	text-align: right;
    }

    .blog-btn a {
    	text-decoration: none;
    	color: #c31F5D;
    }

    .blogs .owl-nav {
    	text-align: right;
    	margin-top: 25px;
    	font-size: 16px;
    }

    .owl-nav .fa-chevron-left {
       display: inline-block;
       width: 30px;
       height: 30px;
       line-height: 30px;
    }

     .owl-nav .fa-chevron-right {
       display: inline-block;
       width: 30px;
       height: 30px;
       line-height: 30px;
    }

    .owl-prev:focus {
    	outline: none;
    }

     .owl-next:focus {
    	outline: none;
    }


.testimonial-section {
background: url('../img/testimonial-bg.png') no-repeat center center / cover;
color: #fff;
padding: 80px 0px;
}


.testimony-text {
	padding: 50px 0px;
}

.testimony-box {
	background: #4C1A88;
    padding: 30px 40px;
    z-index: 4;
    margin-top: 30px;
    min-height: 300px;
}


.media {
	display: flex;

}

.client-img {
	border: 4px solid #8812cc;
    width: 100px;
    position: absolute;
    top: 0;
}


.client-name {
	position: relative;
	left: 120px;
}

.quote {
	position: absolute;
	right: 30px;
	font-size: 40px;
	top: 10px;
}

.testimony-content {
	margin-top: 30px;
}

.testimonial-shape:before {
    position: absolute;
    top: 60px;
    left: 20px;
    width: 98%;
    height: 80%;
    content: "";
    background: #c31F5D;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    z-index: -1;
}


::placeholder {
	font-size: 14px;
}

.call-btn {
	color: #fff;
    background: #4C1A88;
    padding: 12px 30px;
    font-size: 13px;
    transition-duration: .2s;
}

.call-btn:hover {
	color: #fff;
	text-decoration: none;
	background:  #c31F5D;
	border-color:  #c31F5D;
}

.team-1-wrap{
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}
.team-style-2{
    border: 1px solid #ececec;
    border-radius: 4px;
    background: #fff;
}
.team-img{
    position: relative;
    overflow: hidden;
}
.team-img:before{
    content: "";
    background-image: linear-gradient(to left, rgba(41, 103, 230, 0.75), rgba(48, 91, 228, 0.75), rgba(59, 79, 226, 0.80), rgba(71, 64, 222, 0.85), rgba(84, 45, 216, 0.95));
    position: absolute;
    opacity: 0.8;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 0;
    height: 0;
    padding: 25%;
    border-radius: 50%;
    transition: opacity .3s ease-out, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease-out;
    transition: transform .3s ease, opacity .3s ease-out, -webkit-transform .3s ease;
    will-change: opacity, transform;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);

}


.team-overly-content{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    opacity: 0;
    will-change: opacity;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.team-1-wrap:hover .team-overly-content{
    opacity: 1;
    height: 100%;
    transition: opacity 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9) 0.2s;
}
.team-1-wrap:hover .team-img:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
    transition-duration: .6s;
}
.team-img img{
    display: block;
    transition: all 0.3s ease-in;
}
.team-1-wrap:hover .team-img img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.team-overly-content ul li a{
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    line-height: 25px;
    padding: 5px;
    background-color: #fff;
    border-radius: 100%;
    margin: 4px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #757575;
}
.team-overly-content ul li a:hover{
    color: #4C1A88;
}
.team-info{
    display: block;
    text-align: center;
    width: 100%;
    padding: 15px;
}

.staff-member {
    position: relative;
    display: block;
    margin-bottom: 25px;
    height: 100%;
}

.staff-member h5, .staff-member p, .staff-member span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}
.staff-member h5, .staff-member p, .staff-member span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.staff-member span {
    font-size: 0.9rem;
    font-weight: 400;
    color: #757575;
    display: inline-block;
}


.staff-member .overlay {
    background: #4C1A88;
    background: #4C1A88;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 4px;
}

.staff-member .overlay .teacher-quote {
    font-size: 0.9rem;
    font-weight: 300;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.staff-member .overlay .teacher-name {
    color: #fff;
    text-decoration: none !important;
    display: block;
    margin-top: 15px;
}
.staff-member .overlay h5 {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 0;
}
.staff-member .overlay .teacher-field {
    font-size: 0.9rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 0;
}
.staff-member .overlay ul.social {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}
.staff-member .overlay ul.social li {
    margin: 0;
}
.staff-member .overlay ul.social a {
    margin: 0 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    display: block;
}
.staff-member .overlay ul.social li a:hover span{
    color: #c31F5D;
}
.staff-member .overlay ul.social {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}
.staff-member:hover .social {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.staff-member .overlay .teacher-see-profile {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.staff-member:hover .overlay {
    opacity: 0.90;
}

.staff-member:hover .overlay h5, .staff-member:hover .overlay p, .staff-member:hover .overlay span, .staff-member:hover .overlay ul.social {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.team-social-list li a{
    padding: 5px;
}

.team-social-list li span {
    font-size: 18px;
    line-height: inherit;
    vertical-align: middle;
}

.outline-white-btn {
 padding: 12px 30px;
    font-weight: 600;
    font-size: 13px;
    transition: all .25s ease-in-out;
}

.border-btn {
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.border-btn:hover {
	background-color: #fff;
	color: #c31F5D;
}



.client-box {
    background-color: #F6F1FF;
	position: relative;
	padding: 100px 0px;
}

.client-heading-wrap {
    border: 4px solid #646464;
    padding: 50px 50px 70px;
}

	.client-logo-wrap {
    background: #ffffff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
    margin-top: -40px;
}

.clients-carousel .item-img {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.clients-carousel img {
    margin: 0 auto;
}




.footer {

    background-color: #1f2937;	
	color: #fff;
	font-size: 14px;
    padding: 10px 0px 10px 0px;
}

.footer h5 {
	font-weight: 700;
}

.footer-links {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-links li {
	display: block;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

.footer-links li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.footer-links li:before {
	content: '\f138';
	font-family: fontAwesome;
	position: absolute;
	left: 0;
	top: 0;
}

.footer-address {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-address li {
	display: block;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}

.footer-address li span {
	position: absolute;
	left: 0;
	top: 0;
}

.footer-2 {
	padding: 10px 0px;
	font-size: 14px;
	background-color: #1f2937;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-logo {
    display: block;
    margin-bottom: 20px;
}

.foot-line {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 65px;
    padding-bottom: 65px;
}


.footer-social {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-social li {
    display: inline-block;
}

.footer-social li a {
    font-size: 19px;
    color: #fff;
    display: block;
    padding: 5px;
    margin: 5px;
}

.footer-social li:first-child a {
    padding-left: 0px;
    margin-left: 0;
}

.social-top {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.side-social {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-line2 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.subscrive-btn {
    background-color: #c31F5D;
    color: #fff;
}

.subscribe-box {
    display: flex;
}

.subscribe-text {
    width: 50%;
    flex-shrink: 0;
}

.subscribe-link {
    width: 50%;
}

.subscribe-link input {
    height: 50px;
}

.privacy {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

.privacy li {
	display: inline-block;
}

.privacy li a {
	display: block;
	margin: 0px 10px;
	color: #fff;
	text-decoration: none;
}

.faq-section {
background-color: #f9e9ef;

}

.panel-body {
	padding: 15px;
	background-color: #fff;
	margin-bottom: 10px;
}


.about-banner {
	background: url('../img/about-banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}


.about-banner:before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: .8;
	position: absolute;
}


.about-banner-caption {
	text-align: center;
	padding: 100px 0px;
	color: #fff;
}



.mission-box {
	
}

.mission-text {
	padding: 30px 15px;
	background-color: #F6F1FF;
	text-align: center;
	position: relative;

}

.mission-text:after {
  content: '';
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;  
  border-bottom: 10px solid #F6F1FF ;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.mission-text2 {
	padding: 30px 15px;
	background-color: #F6F1FF;
	text-align: center;
	position: relative;

}

.mission-text2:after {
  content: '';
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;  
  border-top: 10px solid #F6F1FF;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}


.owl-carousel .owl-item img {
	width: auto !important;
}

.card {
	min-height: 315px !important;
	overflow: hidden;
    height: 100%;
}

 .team .owl-nav {
    	text-align: right;
    	margin-top: 25px;
    	font-size: 16px;
    }

.carousel-caption {
	text-align: left;
	color: #000;
	position: relative;
}

.carousel-indicators .active {
	background-color:  #c31F5D;
}

.carousel-indicators li {
	background-color: #ccc;
}

.banner .banner-btn {
	margin-top: 25px;
}

.seo-banner {
    padding: 60px 0px;
    background-color: #F6F1FF;
}

.seo-banner-caption {
    padding: 0px 0px;
}

.about-banner-caption {
    text-align: center;
    padding: 100px 0px;
    color: #fff;
}

.small-count-section {
    background-color: #4C1A88;

}

.small-count {
    margin: 0;
    padding: 0;'
    list-style-type: none;

}

.small-count li{
    display: inline-block;
    width: 16%;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    vertical-align: middle;
    min-height: 176px;
}

.small-count-icon img {
    width: 60px;
}

.best-box {
    padding: 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.best-box-icon img {
    width: 60px;
}

.benefits-box {
    background-color: #F6F1FF;
    padding: 25px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 15px;
}

.benefits-box-text {
    margin-top: 15px;
}

.roi-section {
    background-color: #4C1A88;
}

.roi-box {
    display: flex;
    margin-bottom: 30px;
}

.roi-box-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    padding: 15px;
    background-color: #fff;
    border-radius: 50%;
}

.roi-box-text {
    padding-left: 15px;
    color: #fff;
}

.w-color {
    color: #fff;
}

.question-box {
    border-bottom: 1px dashed #ccc;
    padding: 15px 0px 10px 0px;
}

.digital-service-box {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 25px;
}


.digital-service-icon {
    width: 80px;
    height: 80px;
    padding: 15px;
    background-color: #F6F1FF;
    border-radius: 50%;
}

.digital-service-text {
    margin-top: 15px;
}

.digital-services-section {
    background-image: url('../img/digital-service-bottom.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.outsourcing-box1 {
    background-color: #F6F1FF;
    padding: 25px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}

.outsourcing-box1:before {
 position: absolute;
 content: '';
 width: 100%;
 height: 100%;
 background-image: url('../img/outsourcing/outsourcing-1.jpg');
 background-size: cover;
 background-position: center;
 top: 0;
 left: -100%;
}

.outsourcing-box2 {
     background-color: #F6F1FF;
    padding: 25px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}

.outsourcing-box2:after {
 position: absolute;
 content: '';
 width: 100%;
 height: 100%;
 background-image: url('../img/outsourcing/outsourcing-2.jpg');
 background-size: cover;
 background-position: center;
 top: 0;
 left: 100%;
}


.contact-banner {
    background: url('../img/contact-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}


.contact-banner:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .8;
    position: absolute;
}


.address {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 25px;
}

.address li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.address li:last-child span{
    font-size: 20px;
    top: -5px;

}

.address li span {
    position: absolute;
    left: 0;
    font-size: 24px;
    top: -10px;
}

.address-box {
    background-color: #fff;
    padding: 25px;
}

.main-contact {
    background-color: #fff;
    padding: 25px;
}

.address-box2 {
     background-color: #F6F1FF;
    padding: 25px;
    height: 100%;
    margin-bottom: 15px;
}

.different-box {
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    text-align: center;
}

.different-box-icon {
    width: 80px;
    height: 80px;
    background-color:#fff;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid  #c31F5D;
    padding: 15px;
}

.different-box-text {
    padding-top: 25px;
}

.software-box {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
}

.software-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.software-text {
    margin-top: 15px;
}



.carousel-indicators {
    bottom: -60px;
}



.privacy-banner {
    background: url('../img/privacy-policy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}


.privacy-banner:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .8;
    position: absolute;
}


.privacy-banner-caption {
    text-align: center;
    padding: 100px 0px;
    color: #fff;
}

.process-box:hover {
    background-color: #4C1A88;
    color: #fff;
}


.process-left:hover:after {
    content: "";
    border-top: 15px solid #4C1A88;
    border-bottom: 15px solid #4C1A88;
    border-left: 15px solid #4C1A88;
    border-right: 15px solid #4C1A88;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0 #00000036;
    z-index: 1;
}

.process-right:hover:after {
    content: "";
    border-top: 15px solid #4C1A88;
    border-bottom: 15px solid #4C1A88;
    border-left: 15px solid #4C1A88;
    border-right: 15px solid #4C1A88;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0 #0000001a;
    z-index: 1;
}

.best-box-text {
    margin-top:15px;
}

.extra-count-box {
    background-color: #f9e9ef;
    padding: 15px;
    text-align: center;
    margin: 5px;
  border-radius: 15px;
}

.extra-count-icon {
    width: 60px;
    height: 60px;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 50%;
}

.call-back {
    background-color: #c31F5D;
    color: #fff;
}


.home-call-btn {
    color: #fff;
    background: #fff;
    padding: 15px 50px;
    font-weight: 600;
    font-size: 16px;
    transition-duration: .2s;
    color: #c31F5D;
}

.home-call-btn:hover {
    color: #fff;
    text-decoration: none;
    background:  #4C1A88;
    border-color:  #c31F5D;
}


.industry-text {
    padding: 50px 0px;
}



.floating-btn {
    position: fixed;
    bottom: 50px;
    left: 50px;
    width: 50px;
    height: 50px;
    background: #4C1A88;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.floating-icon {
   position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1em;
    transition: 0.3s ease-in-out;
}


.floating-btn.active .floating-icon {
    transform: rotate(135deg);
}




.floating-btn ul {
   position: absolute;
   bottom: 10px;
   /* background: #fff; */
   min-width: 250px;
   padding: 20px;
   border-radius: 20px;
   opacity: 0;
   visibility: hidden;
   transition: 0.3s;
   list-style-type: none;


}

.floating-btn.active ul {
    opacity: 1;
    visibility: visible;
    z-index: 9999 !important;
    
}

.floating-btn.active ul li {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
    transition: 0.3s;

}




.owl-carousel {
    z-index: 0 !important;
}





.talk a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color:  red;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 40px;
}

.talk a{
    background-color: red;
    position: relative;
    border-radius: 30px;
    padding: 5px 10px 5px 5px;
    color: #fff;
    text-decoration: none;
}


.what a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color:  #25D366;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 40px;
}

.what a{
    background-color: #25D366;
    position: relative;
    border-radius: 30px;
    padding: 5px 10px 5px 5px;
    color: #fff;
    text-decoration: none;
}


.lets-box {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 1.5rem !important;
    padding: 15px;
    display: flex;
    margin-bottom: 25px;
    transition: 0.3s all;
}

.lets-icon {
    width: 80px;
    height: 80px;
    background-color: #f9e9ef;
    display: flex;
    padding: 15px;
    border-radius: 50%;
    flex-shrink: 0;
}

.lets-text {
    padding-left: 30px;
}

.home-introduction {
    background-image: url('../img/digital-service-bottom.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}


.grow-box {
    background-color: #fff;
    text-align: center;
    padding: 10px 25px;
    border-radius: 15px;
    transition: 0.3s all;
    margin-bottom: 25px;
    color: #000;    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.grow-icon {
    width: 80px;
    height: 80px;
    background-color:#F6F1FF;
    padding: 15px;
    border-radius: 50%;
    margin: 0 auto;
}

.grow-text {
    padding-top: 25px;
}

.grow-text h6 {
    font-weight: bold;
}

.grow-box:hover {
    transform: translateY(-5px);
    border-bottom: 1px solid #c31F5D;
}

.change-1 {
    display: none;
}


.banner-img {
    max-width: 400px;
    margin: 0 auto;
}

.home-service-side-img {
    max-width: 400px;
    margin: 0 auto;
}

.home-about-img {
    max-width: 400px;
    margin: 0 auto;
}

.industry-side-img {
    max-width: 400px;
    margin: 0 auto;
}

.round-link {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: block;
    line-height: 50px;
    border-radius: 50%;
    text-decoration: none;
    color: #c31F5D;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all .2s ease;
    margin: 0 auto;
    z-index: 99;
    position: relative;

}

.round-link:hover {
    text-decoration: none;
    background-color: #c31F5D;
    color: #fff;
}

.submit-btn {
    background-color: #c31F5D ;
    color: #fff;
    padding: 8px 25px;
}

.increase-sales {
    background-color: #f9e9ef;
}

.light-pink {
    background-color: #f9e9ef;
}

.software-side {
    max-width: 400px;
    margin: 0 auto;
}

.about-side {
     max-width: 400px;
    margin: 0 auto;
}

.seo-banner-img {
     max-width: 400px;
    margin: 0 auto;
}

.digital-side {
    max-width: 400px;
    margin: 0 auto;

}

.outsourcing-side {
    max-width: 500px;
    margin: 0 auto;
}

.contact-side {
max-width: 400px;
    margin: 0 auto;
}


.agree input[type="checkbox"] {
    display: inline-block;
}


.exceptional-box {
     padding-top: 60px;
}

.why-choose-box {
    padding-top: 100px;
}



.filter-btn {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.filter-btn li {
    padding: 8px 20px;
    border: 1px solid #c31F5D ;
    margin: 5px;
    border-radius: 20px;
    letter-spacing: 0.6px;
    cursor: pointer;
}

.filter-btn li.active {
    background-color: #c31F5D;
    color: #fff;
}


.filter-main-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.filter-main-box .itemBox{
    position: relative;
    width: 300px;
    margin: 5px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.filter-main-box .itemBox.hide{
    display: none;
}

.filter-main-box .itemBox a {
    color: #000;
    text-decoration: none;
}


.filter-text-box {
    padding: 15px 15px 0px 15px;
}



.hire-box {
    background-color: #fff;
/*     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    height: 100%;

}

.hire-icon {
    width: 70px;
    margin: 0 auto;
}


.hire-icon img {
    margin: 0 auto;
}

.hire-text {
    padding-top: 15px;
}

.round-link2 {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #c31F5D;
    display: block;
    line-height: 50px;
    border-radius: 50%;
    text-decoration: none;
    color: #c31F5D;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all .2s ease;
    margin: 0 auto;
    z-index: 99;
    position: relative;

}

.round-link2:hover {
    text-decoration: none;
    background-color: #c31F5D;
    color: #fff;
}

.client-logo-wrap div img {
    transition: all .3s ease;
}

.client-logo-wrap div img:hover {
  transform: scale(1.1);
}

p {
    letter-spacing: 0.3px;
    word-spacing: 1px;
}

.seo-side-text {
    padding-top: 60px;
}



.why-box {
    background-color: #f9e9ef;
    padding: 25px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 15px;
}

.why-box-text {
    margin-top: 15px;
}

.why-side {
    padding-top: 100px;
     max-width: 300px;
    margin: 0 auto;
}


section {
    overflow: hidden;
}

.business-service-box {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.business-service-icon {
    width: 80px;
    height: 80px;
    padding: 15px;
    background-color: #F6F1FF;
    border-radius: 50%;
}

.business-service-text {
    margin-top: 15px;
}


.side-faq-img {
    max-width: 300px;
}


.react-side-1 {
    max-width: 400px;
    margin: 0 auto;
}

.react-side-2 {
    max-width: 400px;
    margin: 0 auto;
}

.aws-banner-img {
    max-width: 300px;
    margin: 0 auto;
}

.aws-side-1 {
    max-width: 400px;
    margin: 0 auto;
}


.aws-side-2 {
    max-width: 500px;
    margin: 0 auto;
}


.hiringText {
    -webkit-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
    background-color: #f9e9ef;
    padding: 5px 15px;
    border-radius: 15px;
    color: #c31F5D;
    font-size: 14px;
    font-weight: bold;
}

@keyframes blink{0%{opacity:0}50%{opacity:.5}to{opacity:1}}

.w-client-box {
    text-align: center;
}

.w-clients div img {
    margin: 0 auto;
}

.w-space [class*='col-'] {
    margin-bottom: 20px;
    display: block;
}

.ws-box {
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    background-image: url('../img/wordpress/services/box-background.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding-bottom: 100px;
}

.ws-box-icon {
    display: flex;
    justify-content: space-between;
}

.ws-icon-left {
    width: 50px;
}

.ws-contact {
    display: inline-block;
    background-color: #4C1A88;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 14px;
}

.ws-contact:hover {
    text-decoration: none;
    color: #fff;
    background-color: #c31F5D;
}

.ws-box-title {
    margin: 15px 0px;
}


.ws-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ws-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.ws-list li:before {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    color: #c31F5D;
    font-size: 20px;
    font-weight: bold;
}

.ws-slider .owl-nav {
    float: right;
}

.ws-slider .fa-chevron-left {
       display: inline-block;
       width: 30px;
       height: 30px;
       line-height: 30px;
       background-color: #fff;
       box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);

    }

    .ws-slider .fa-chevron-left:hover {
        color: #000;
    }


.ws-slider .fa-chevron-right {
       display: inline-block;
       width: 30px;
       height: 30px;
       line-height: 30px;
        background-color: #fff;
       box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);

    }

    .ws-slider .fa-chevron-right:hover {
        color: #000;
    }


.add-on-section {
    position: relative;
}

.add-on-section:before {
    content: "";
    background-color:#f9e9ef;
    position: absolute;
    display: block;
    width: 90%;
    height: 70%; 
    top: 14%;
    left: 5%;
    border-radius: 15px;
}


.ad-box {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}


.ad-box-2 {
    margin-top: 30px;
}

.ad-box-4 {
    margin-top: 30px;
}

.ad-icon img {
    width: 50px;
}

.ad-text {
    margin-top: 15px;
}

.ad-equal {
    display: flex;
    align-items: center;
}
 


 .count-section {
background:linear-gradient(45deg,rgba(0,0,0, 0.75),rgba(0,0,0, 0.75)), url('../img/wordpress/counter.jpg');
background-repeat: no-repeat;
background-size: 100%;
padding: 100px 0px;
}


.w-count {
    background-color: #fff;
    text-align: center;
    padding: 15px;
    height: 100%;
    border-radius: 10px;

}

.w-count h1 {
    color: #c31F5D;
}

.counter-caption h1 {
    color: #fff;
}

.achiement-box {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

.achive-item {
    color: #fff;
    padding: 15px;
}

.achive-item h2 {
    font-size: 50px;
}

.achive-item span {
    color: #c31F5D;
}

.achive-item2 {
    margin-left: 30px;
}


.case-study-img {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


.case-study-text {
    padding-top: 100px;
    position: relative;
}

.case-study-text:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color:#c31F5D;
    margin-bottom: 20px;
    right: 0;
    position: absolute;
    top: 37px;
    z-index: -1;
}

.case-study-text:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('../img/wordpress/zero.png');
    background-size: 100% 100%;
    position: absolute;
    top:12px;
    right: 0;
    background-color: #fff;
 }

 .case-date {
    background-color: #c31F5D;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    font-size: 12px;
    margin-left: -100px;
    position: absolute;
    margin-top: 20px;
    border: 1px solid #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
 }

 .case-date:hover {
    text-decoration: none;
    color:#fff;
 }

.left-side {
    padding-left: 5px;
}


.case-study-text2 {
    padding-top: 100px;
    position: relative;
}

.case-study-text2:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color:#c31F5D;
    margin-bottom: 20px;
    left: 0;
    position: absolute;
    top: 37px;
    z-index: -1;
}

.case-study-text2:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('../img/wordpress/zero.png');
    background-size: 100% 100%;
    position: absolute;
    top:12px;
    left: 0;
    background-color: #fff;
 }

 .case-date2 {
    background-color: #c31F5D;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    font-size: 12px;
    margin-right: -100px;
    right: 0;
    position: absolute;
    margin-top: 20px;
    border: 1px solid #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 2;
 }

 .case-date2:hover {
  text-decoration: none;
  color: #fff;
 }

.technology-box {
    text-align: center;
}

.technology-box img {
  width: 150px;
}

.technology-box h5 {
    margin-top: 15px;
}

.wordpress-banner {
    background-color: #ebe6ec;
    position: relative;
}

.wordpress-banner-caption {
    padding: 150px 0px;
}

.wordpress-banner-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.wordpress-banner-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  max-width: 100%; 
  max-height: 100%;
  margin: auto auto 0; 
}



.w-client-section {
   border: 1px solid #F6F1FF;
    padding: 25px;
    border-radius: 30px;
}

.w-clients .owl-nav, .w-clients .owl-dots {
    display: none;
}

.w-clients img {
    border: 1px solid #F6F1FF;
}

.no-padding [class*='col-'] {
    margin: 0;
    padding: 0;
}

.w-portfolio-box {
    position: relative;
    transition: all .5s;
}

.w-overlay {
    background-color: rgba(76, 26, 136, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;

}

.w-overlay a {
    display: inline-block;
    padding: 15px 25px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 15px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}

.w-overlay a:hover {
    background-color: #fff;
    color: #c31F5D;
}

.w-portfolio-box:hover .w-overlay {
    visibility: visible;
}

.main-w-portfolio-box {
    padding: 15px;
    background-color: #fff;
    border-radius: 15px;
}



.why-center {
  position: relative;
  width: 100%;
  height: 100%;
}

.why-center img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto auto 0;
}

.why-section {
    padding-top: 50px;
}


.counter-section {
    min-height: 500px;
    background: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)),url('../img/wordpress/counter-background.jpg');
}

.w-counter-box {
    background-color: #F6F1FF;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    height: 100%;

}

.white {
    color: #fff;
}

.w-counter-box h1{
    color: #c31F5D;
}

.technology-box {
    background-color: #fff;
    padding:15px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}

.technology-box img {
    width: 100px;
}

.hide-1 {
    display: none;
}

.hire-btn {
    color: #fff;
    background: #4C1A88;
    border: 1px solid #4C1A88;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.2s;
}

.hire-btn:hover {
    color: #fff;
    background: #c31F5D;
    border-color: #c31F5D;
 }

 .hire-btn:focus {
    box-shadow: none;
 }


.discuss-btn {
    border: 1px solid #4C1A88;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    border: 1px solid #4C1A88;
    color: #4C1A88;
    margin-left: 15px;
    transition-duration: 0.2s;
}

.discuss-btn:hover {
    color: #fff;
    background-color: #4C1A88;
 }

 .discuss-btn:focus {
    box-shadow: none;
 }


.cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}


.case-study-banner {
    background-image: url('../img/wordpress/case-study/case-study-background.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    min-height: 400px;
     display: flex;
    align-items: center;
    background-position: bottom;
}

.case-study-banner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(76, 26, 136,0.4);
    position: absolute;
    left: 0;
    top: 0;
}

.case-study-caption {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    z-index: 2;
    position: relative;
   
}

.w-call-btn {
    color: #fff;
    background: #fff;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 16px;
    transition-duration: .2s;
    color: #c31F5D;
}

.w-call-btn:hover {
    color: #fff;
    text-decoration: none;
    background:  #4C1A88;
    border-color:  #c31F5D;
}

.case-study-side-img {
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
}
.big-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 20px;
}


.big-list li {
    margin-bottom: 15px;
}

.big-list li .big-list-title {
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: start;
}

.big-list-title img {
    flex-shrink: 0;
    width: 40px;
}


.para {
    padding-left: 50px;
}

.case-side-box {
    background-color: #f9e9ef;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #F6F1FF;
}

.side-case-client {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.side-case-client li {
    display: block;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.side-case-client li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.side-case-client li:before {
    content: '\f178';
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 0;
}


.c-banner {
    background-color:#F6F1FF;
    padding: 50px 0px;
}

.c-caption {
    padding: 100px 0px;
}

.w-half-1 {
    position: relative;
}

.w-half-1:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url('../img/wordpress/case-study/posbook/half-1.png');
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.w-half-2 {
    position: relative;
}

.w-half-2:before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background-size: 100%;
    background-image: url('../img/wordpress/case-study/posbook/half-2.png');
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

.c-side-box {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #F6F1FF;
    padding: 15px;
    border-radius: 15px;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.c-side-icon {
    width: 80px;
    flex-shrink: 0;
}

.w-half-3 {
    position: relative;
}

.w-half-3:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url('../img/wordpress/case-study/posbook/half-3.png');
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}


.m-show {
    display: none;
}


.question-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.question-list li{
   display:block;
    margin-bottom:15px;
    position:relative;
    border-bottom:1px dashed #ccc;
    padding:15px 0 10px 20px
}

.question-list li:before {
    content: '\f101';
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    color: #c31F5D;
}

.question-list li:last-child {
    border-bottom:none
}

.ash-color {
    color: #929090;
}


.clourarmee-1 {
    position: relative;
}

.clourarmee-1:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url('../img/wordpress/case-study/cloudarmee/half-1.png');
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}



.clourarmee-2 {
    position: relative;
}

.clourarmee-2:before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background-size: 100%;
    background-image: url('../img/wordpress/case-study/cloudarmee/half-2.png');
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}


.clourarmee-3 {
    position: relative;
}

.clourarmee-3:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url('../img/wordpress/case-study/cloudarmee/half-3.png');
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

/*---------------------*/


.skillmine-1 {
    position: relative;
}

.skillmine-1:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url('../img/wordpress/case-study/skillmine/half-1.png');
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}



.skillmine-2 {
    position: relative;
}

.skillmine-2:before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background-size: 100%;
    background-image: url('../img/wordpress/case-study/cloudarmee/half-2.png');
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}


.skillmine-3 {
    position: relative;
}

.skillmine-3:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url('../img/wordpress/case-study/skillmine/half-3.png');
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

