    .breadcrumbs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0;
    z-index: 10;
}

.breadcrumbs h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 45px;
    z-index: 333;
    position: relative;
    font-weight: 700;
    padding-top: 10px;
}

@media screen and (max-width: 576px) {

    .breadcrumbs h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 45px;
    z-index: 333;
    position: relative;
    font-weight: 700;
    padding-top: 10px;
}



}



.breadcrumbs::before {
    background: #000;
    opacity: 0.6;
}


.overlay.primary:before{
	background:#1A9F68;
}

.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
   
    background: #1d1b1b;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.overlay {
    position: relative;
}

.breadcrumbs .bread-menu:before {
    content: "";
    position: absolute;
    top:0%;
    width: 60px;
    height: 5px;
    left: 2%;
    background-color: #0dbb98;
    margin-top: -2.5px;
    z-index: 3;
}

.breadcrumbs .bread-menu li a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 500;
    padding-right: 8px;
    margin-right: 8px;
    display: inline-block;
}




.aboutframe{
    border: 20px solid #0dbb98;
    height: 380px;
    width: 380px;
    position: relative;
    top: 38px;
}



.aboutframeinnerimage{
    height: 378px;
    width: 386px;
    position: relative;
    top: -360px;
    left: 20px;
}
.abouteinnercircle{
    background-color: #214b97;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    top: -69%;
    left: 32%;
}

.abouteinnercircle:hover{
    background-color: #0dbb98;

}

.rightarrowabout{
    position: relative;
    top: 67%;
    left: 66%;
    transform: translate(-50%, -50%);
    height: 49px;
    width: 45px;
    color: #0dbb98;
}
.rightarrowabout:hover{
    color: #214b97;
}

 /* Left Sid CSS End */



/* Right Sid CSS End */
.section-title h1 span {
    display: inline-block;
    color: #fff;
    position: relative;
    border-radius: 50px;
    padding: 5px 15px;
    line-height: initial;
    font-size: 13px;
    background: #f3a712;
    margin-bottom: 15px;
}


.section-title h1 span:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-top: 8px solid #f3a712;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
}

.section-title h1 b {
    display: block;
    font-weight: 700;
}

.about-content p {
    margin-bottom: 20px;
}

.section-title p {
    display: block;
    font-size: 15px;
}

p {
    margin:9px;
   line-height:24px;
}


.bizwheel-btn.theme-2 {
    background: #214b97;
    color: #fff;
    padding: 15px 32px;
}

.bizwheel-btn.theme-2:hover {
    background: #0dbb98; 
}

.bizwheel-btn:last-child {
    margin: 0;
}

.bizwheel-btn.theme-2 {
    background: #f3a712;
    color: #fff;
}

.about-content .button {
    margin-top: 20px;
}
/* Right Sid CSS End */








