.pattern-001 {position:relative;}
.pattern-001:before{
  content:"";
  background-image:url('/images/0_atutors/pattern/pattern-001.png');
  background-repeat:no-repeat;
  background-size:contain;
  position:absolute;
  bottom:0;
  right:-50px;
  width:500px;
  height:627px;
}

.pattern-002 {position:relative;}
.pattern-002:before{
  content:"";
  background-image:url('/images/0_atutors/pattern/pattern-002.png');
  background-repeat:no-repeat;
  background-size:contain;
  position:absolute;
  top:-50%;
  left:0px;
  width:209px;
  height:600px;
}
.pattern-003 {position:relative;}
.pattern-003:before{
  content:"";
  background-image:url('/images/0_atutors/pattern/pattern-003.png');
  background-repeat:no-repeat;
  background-size:contain;
  position:absolute;
  top:50px;
  right:0px;
  width:192px;
  height:600px;
}

.b-color-001 .sppb-flipbox-panel{
  border:1px solid #e99023;
    border-top-left-radius:180px;
  border-bottom-left-radius:180px;
  overflow:hidden;
}
.style-001 {
  border-top-left-radius:180px;
  border-bottom-left-radius:180px;
  overflow:hidden;
}
.b-color-002 .sppb-flipbox-panel{
  border:1px solid #e99023;
    border-top-right-radius:180px;
  border-bottom-right-radius:180px;
  overflow:hidden;
}
.style-002 {
  border-top-right-radius:180px;
  border-bottom-right-radius:180px;
  overflow:hidden;
}

@media (max-width: 991px) {
	.style-002, .b-color-002 .sppb-flipbox-panel { border-radius: 20px !important }
	.style-001, .b-color-001 .sppb-flipbox-panel { border-radius: 20px !important }
}

.contact-info-wrapper {
  overflow:hidden;
  border-bottom-left-radius:250px;
  border-bottom-right-radius:250px;
}
.cls-services-page #sp-page-builder {

  position:relative;
	 counter-reset: my-counter;
}
.services-wrapper h3 {position:relative;}
.services-wrapper h3:before{
    content: "0"counter(my-counter); /* Display the counter value */
    counter-increment: my-counter 1; /* Increment the counter by 1 */
    font-size:150px;
    font-weight:700;
    color: #acacac;
    position:absolute;
    top:-75px;
    z-index:9;
    left:-25px;
    opacity:0.1;
}
@media(max-width:767px){
	.services-wrapper h3:before{
    content: "0"counter(my-counter); /* Display the counter value */
    counter-increment: my-counter 1; /* Increment the counter by 1 */
    font-size: 70px;
    font-weight:700;
    color: #acacac;
    position:absolute;
    top: -30px;
    z-index:9;
    left:0px;
    opacity:0.1;
}
}

.whyus-wrapper {position:relative}
.whyus-wrapper .whyus-icon {
  position:absolute;
  bottom: 40px;
  right:20px;
}
@media(min-width:768px) and (max-width:991px) {
  .whyus-wrapper .whyus-icon {
  position:absolute;
  bottom: 55px;
  right:10px;
}
  .whyus-wrapper .whyus-icon img{
 width:45px;
    height:45px;
}
}

.whyus-wrapper {
  box-shadow: 4px 3px 30px 0px 
		rgba(3, 13, 40, 0.4);
	border-radius: 10px!important;
  overflow:hidden;
}
.service-inner-wrapper {
  box-shadow: 4px 3px 30px 0px 
		rgba(3, 13, 40, 0.4);
	border-radius: 10px!important;
  overflow:hidden;
}
.service-wrapper img {
  width:100%;
}
.service-wrapper h5 {
  padding:15px 0!important;
}


/********team***********/
.team-wrapper .sppb-addon-single-image-container {
    display: block;
}
.team-wrapper img { width:100%!important;}
.team-wrapper {
    border-radius: 10px;
    /* background-color:#a62b47; */
    background-image: linear-gradient(180deg, #1e236a 70%, #982e4e );
    overflow: hidden;
}
.team-inner-wrapper {

}


.animated-heading-before-part {
    margin-right: 0px;
    display: block;
    width: 100%;
    text-align: center;
}
.animated-heading-after-part {
    display: block;
    width: 100%;
    text-align: center;
}
